public static enum UnitGroup.logMessageAction extends java.lang.Enum<UnitGroup.logMessageAction>
Enum Constant and Description |
---|
unitGroupCreated
Unit group created
|
unitGroupUnitsUpdated
Unit group units updated
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static UnitGroup.logMessageAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnitGroup.logMessageAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnitGroup.logMessageAction unitGroupCreated
public static final UnitGroup.logMessageAction unitGroupUnitsUpdated
public static UnitGroup.logMessageAction[] values()
for (UnitGroup.logMessageAction c : UnitGroup.logMessageAction.values()) System.out.println(c);
public static UnitGroup.logMessageAction 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 java.lang.String getValue()