-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MessageType
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description MSG_NOTIFYnotify type
MSG_FAMILYfamily type
MSG_REPORTreport type
-
Method Summary
Modifier and Type Method Description MessageTypeparseInt(int i)static Array<MessageType>values()static MessageTypevalueOf(String name)intgetValue()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
-
-
-
-