-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ProtocolMessage.Action
-
-
Method Summary
Modifier and Type Method Description intgetValue()static ProtocolMessage.ActionfindByValue(int value)static Array<ProtocolMessage.Action>values()static ProtocolMessage.ActionvalueOf(String name)-
-
Method Detail
-
getValue
int getValue()
-
findByValue
static ProtocolMessage.Action findByValue(int value)
-
values
static Array<ProtocolMessage.Action> values()
-
valueOf
static ProtocolMessage.Action valueOf(String name)
-
-
-
-