public static enum EnumDefineSet.RegionSelectorEntry extends java.lang.Enum<EnumDefineSet.RegionSelectorEntry>
Enum Constant and Description |
---|
REGION0 |
REGION1 |
REGION2 |
REGION3 |
REGION4 |
REGION5 |
REGION6 |
REGION7 |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.RegionSelectorEntry |
valueOf(int regionSelector) |
static EnumDefineSet.RegionSelectorEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.RegionSelectorEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.RegionSelectorEntry REGION0
public static final EnumDefineSet.RegionSelectorEntry REGION1
public static final EnumDefineSet.RegionSelectorEntry REGION2
public static final EnumDefineSet.RegionSelectorEntry REGION3
public static final EnumDefineSet.RegionSelectorEntry REGION4
public static final EnumDefineSet.RegionSelectorEntry REGION5
public static final EnumDefineSet.RegionSelectorEntry REGION6
public static final EnumDefineSet.RegionSelectorEntry REGION7
public static EnumDefineSet.RegionSelectorEntry[] values()
for (EnumDefineSet.RegionSelectorEntry c : EnumDefineSet.RegionSelectorEntry.values()) System.out.println(c);
public static EnumDefineSet.RegionSelectorEntry 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 getValue()
public static EnumDefineSet.RegionSelectorEntry valueOf(int regionSelector)