public enum User0Command extends java.lang.Enum<User0Command> implements BaseEnum, Command
Enum Constant and Description |
---|
BYPASS_USER0_TIMINGS_REQ |
BYPASS_USER0_TIMINGS_RES |
CLEAR_PREV_ST_EVT_REQ |
CLEAR_PREV_ST_EVT_RES |
GET_PREV_ST_EVT_REQ |
GET_PREV_ST_EVT_RES |
GET_STATE_REQ |
GET_STATE_RES |
ID_OP_REQ |
ID_OP_RES |
LOWEST |
REF |
SET_STATE_REQ |
SET_STATE_RES |
Modifier and Type | Method and Description |
---|---|
static User0Command |
getEnum(byte[] data) |
byte[] |
getID() |
User0Command |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static User0Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User0Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User0Command REF
public static final User0Command LOWEST
public static final User0Command SET_STATE_REQ
public static final User0Command SET_STATE_RES
public static final User0Command GET_STATE_REQ
public static final User0Command GET_STATE_RES
public static final User0Command ID_OP_REQ
public static final User0Command ID_OP_RES
public static final User0Command CLEAR_PREV_ST_EVT_REQ
public static final User0Command CLEAR_PREV_ST_EVT_RES
public static final User0Command GET_PREV_ST_EVT_REQ
public static final User0Command GET_PREV_ST_EVT_RES
public static final User0Command BYPASS_USER0_TIMINGS_REQ
public static final User0Command BYPASS_USER0_TIMINGS_RES
public static User0Command[] values()
for (User0Command c : User0Command.values()) System.out.println(c);
public static User0Command 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 User0Command getEnum(byte[] data)
public User0Command getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<User0Command>