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