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