-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum MessageType
-
-
Field Summary
Fields Modifier and Type Field Description private int
value
-
Enum Constant Summary
Enum Constants Enum Constant Description MSG_NOTIFY
notify type
MSG_FAMILY
family type
MSG_REPORT
report type
-
Method Summary
Modifier and Type Method Description MessageType
parseInt(int i)
static Array<MessageType>
values()
static MessageType
valueOf(String name)
int
getValue()
Get type value -
-
Method Detail
-
parseInt
MessageType parseInt(int i)
-
values
static Array<MessageType> values()
-
valueOf
static MessageType valueOf(String name)
-
getValue
int getValue()
Get type value
-
-
-
-