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