public static enum EnumDefineSet.ChunkSelectorEntry extends java.lang.Enum<EnumDefineSet.ChunkSelectorEntry>
Enum Constant and Description |
---|
COUNTER_VALUE |
FRAME_ID |
TIME_STAMP |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.ChunkSelectorEntry |
valueOf(int chunkSelector) |
static EnumDefineSet.ChunkSelectorEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.ChunkSelectorEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.ChunkSelectorEntry FRAME_ID
public static final EnumDefineSet.ChunkSelectorEntry TIME_STAMP
public static final EnumDefineSet.ChunkSelectorEntry COUNTER_VALUE
public static EnumDefineSet.ChunkSelectorEntry[] values()
for (EnumDefineSet.ChunkSelectorEntry c : EnumDefineSet.ChunkSelectorEntry.values()) System.out.println(c);
public static EnumDefineSet.ChunkSelectorEntry 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.ChunkSelectorEntry valueOf(int chunkSelector)