-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Event.StateState of the sending
-
-
Field Summary
Fields Modifier and Type Field Description private intvalue
-
Method Summary
Modifier and Type Method Description static Event.StatefromValue(int value)static Array<Event.State>values()static Event.StatevalueOf(String name)intgetValue()-
-
Method Detail
-
fromValue
static Event.State fromValue(int value)
-
values
static Array<Event.State> values()
-
valueOf
static Event.State valueOf(String name)
-
getValue
int getValue()
-
-
-
-