Enum Constant and Description |
---|
BEGIN_DEPRECIATED |
CONSECUTIVE_DEPRECIATED |
END_ALL_DEPRECIATED |
END_DEPRECIATED |
INVALID |
MARKER |
START |
STOP |
STOP_ALL |
STOP_DISABLE |
STOP_DISABLE_ALL |
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static EventType |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(EventType value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType START
public static final EventType STOP
public static final EventType CONSECUTIVE_DEPRECIATED
public static final EventType MARKER
public static final EventType STOP_ALL
public static final EventType BEGIN_DEPRECIATED
public static final EventType END_DEPRECIATED
public static final EventType END_ALL_DEPRECIATED
public static final EventType STOP_DISABLE
public static final EventType STOP_DISABLE_ALL
public static final EventType INVALID
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 static EventType getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(EventType value)
value
- The enum constantpublic short getValue()