public enum EMessageBody extends java.lang.Enum<EMessageBody>
Modifier and Type | Method and Description |
---|---|
static EMessageBody |
from(int id) |
int |
id() |
static EMessageBody |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMessageBody[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMessageBody OPEN_REQUEST
public static final EMessageBody OPEN_RESPONSE
public static final EMessageBody CLOSE_REQUEST
public static final EMessageBody CLOSE_RESPONSE
public static final EMessageBody GET_PROFILE_PACK_REQUEST
public static final EMessageBody GET_PROFILE_PACK_RESPONSE
public static final EMessageBody GET_PROFILE_LIST_REQUEST
public static final EMessageBody GET_PROFILE_LIST_RESPONSE
public static final EMessageBody GET_PROC_PARAMETER_REQUEST
public static final EMessageBody GET_PROC_PARAMETER_RESPONSE
public static final EMessageBody SET_PROC_PARAMETER_REQUEST
public static final EMessageBody SET_PROC_PARAMETER_RESPONSE
public static final EMessageBody GET_LIST_REQUEST
public static final EMessageBody GET_LIST_RESPONSE
public static final EMessageBody ATTENTION_RESPONSE
public static EMessageBody[] values()
for (EMessageBody c : EMessageBody.values()) System.out.println(c);
public static EMessageBody 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 EMessageBody from(int id)
public int id()