public static enum STUHFL_E.GEN2_SELECT_MODE extends java.lang.Enum<STUHFL_E.GEN2_SELECT_MODE>
Enum Constant and Description |
---|
ADD2LIST |
CLEAR_AND_ADD |
CLEAR_LIST |
Modifier and Type | Method and Description |
---|---|
static STUHFL_E.GEN2_SELECT_MODE |
int2Enum(int id) |
int |
toInt() |
static STUHFL_E.GEN2_SELECT_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STUHFL_E.GEN2_SELECT_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STUHFL_E.GEN2_SELECT_MODE CLEAR_LIST
public static final STUHFL_E.GEN2_SELECT_MODE ADD2LIST
public static final STUHFL_E.GEN2_SELECT_MODE CLEAR_AND_ADD
public static STUHFL_E.GEN2_SELECT_MODE[] values()
for (STUHFL_E.GEN2_SELECT_MODE c : STUHFL_E.GEN2_SELECT_MODE.values()) System.out.println(c);
public static STUHFL_E.GEN2_SELECT_MODE 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 toInt()
public static STUHFL_E.GEN2_SELECT_MODE int2Enum(int id)