public static enum UhfI.ST_RegionConf extends java.lang.Enum<UhfI.ST_RegionConf>
Enum Constant and Description |
---|
RG_EU |
RG_EU2 |
RG_EU3 |
RG_KR |
RG_NA |
RG_NONE |
RG_OPEN |
RG_PRC |
RG_PRC2 |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UhfI.ST_RegionConf |
valueOf(int value) |
static UhfI.ST_RegionConf |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_RegionConf[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_RegionConf RG_NONE
public static final UhfI.ST_RegionConf RG_NA
public static final UhfI.ST_RegionConf RG_EU
public static final UhfI.ST_RegionConf RG_EU2
public static final UhfI.ST_RegionConf RG_EU3
public static final UhfI.ST_RegionConf RG_KR
public static final UhfI.ST_RegionConf RG_PRC
public static final UhfI.ST_RegionConf RG_PRC2
public static final UhfI.ST_RegionConf RG_OPEN
public static UhfI.ST_RegionConf[] values()
for (UhfI.ST_RegionConf c : UhfI.ST_RegionConf.values()) System.out.println(c);
public static UhfI.ST_RegionConf valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public static UhfI.ST_RegionConf valueOf(int value)