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