public enum User0Status extends java.lang.Enum<User0Status> implements BaseEnum, Status
Enum Constant and Description |
---|
ERR_ARGS |
ERR_NOT_CHKD |
LOWEST |
OK |
REF |
Modifier and Type | Method and Description |
---|---|
static User0Status |
getEnum(byte[] data) |
byte[] |
getID() |
User0Status |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static User0Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User0Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User0Status REF
public static final User0Status LOWEST
public static final User0Status OK
public static final User0Status ERR_ARGS
public static final User0Status ERR_NOT_CHKD
public static User0Status[] values()
for (User0Status c : User0Status.values()) System.out.println(c);
public static User0Status 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 static User0Status getEnum(byte[] data)
public User0Status getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<User0Status>