public static enum PerformActionMessage.MESSAGESTATE extends java.lang.Enum<PerformActionMessage.MESSAGESTATE>
Enum Constant and Description |
---|
ACTIVATE
The activate.
|
DEACTIVATE
The deactivate.
|
DO_NOTHING
The do nothing.
|
Modifier and Type | Method and Description |
---|---|
static PerformActionMessage.MESSAGESTATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerformActionMessage.MESSAGESTATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformActionMessage.MESSAGESTATE ACTIVATE
public static final PerformActionMessage.MESSAGESTATE DEACTIVATE
public static final PerformActionMessage.MESSAGESTATE DO_NOTHING
public static PerformActionMessage.MESSAGESTATE[] values()
for (PerformActionMessage.MESSAGESTATE c : PerformActionMessage.MESSAGESTATE.values()) System.out.println(c);
public static PerformActionMessage.MESSAGESTATE 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 null