public static enum CcuEvent.TYPE extends java.lang.Enum<CcuEvent.TYPE>
Enum Constant and Description |
---|
LOG_ENTRY |
MAP_FEATURE_ADDED |
MAP_FEATURE_CHANGED |
MAP_FEATURE_REMOVED |
PLAN_ADDED |
PLAN_CHANGED |
PLAN_REMOVED |
TELEOPERATION_ENDED |
TELEOPERATION_STARTED |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static CcuEvent.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CcuEvent.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcuEvent.TYPE LOG_ENTRY
public static final CcuEvent.TYPE PLAN_ADDED
public static final CcuEvent.TYPE PLAN_REMOVED
public static final CcuEvent.TYPE PLAN_CHANGED
public static final CcuEvent.TYPE MAP_FEATURE_ADDED
public static final CcuEvent.TYPE MAP_FEATURE_REMOVED
public static final CcuEvent.TYPE MAP_FEATURE_CHANGED
public static final CcuEvent.TYPE TELEOPERATION_STARTED
public static final CcuEvent.TYPE TELEOPERATION_ENDED
public static CcuEvent.TYPE[] values()
for (CcuEvent.TYPE c : CcuEvent.TYPE.values()) System.out.println(c);
public static CcuEvent.TYPE 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 long value()