public enum ControlAgentAction extends java.lang.Enum<ControlAgentAction>
Modifier and Type | Field and Description |
---|---|
static java.util.List<PolicyAction> |
actions |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static ControlAgentAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlAgentAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlAgentAction SPLIT
public static final ControlAgentAction MERGE
public static final java.util.List<PolicyAction> actions
public static ControlAgentAction[] values()
for (ControlAgentAction c : ControlAgentAction.values()) System.out.println(c);
public static ControlAgentAction 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 int getIndex()