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