public static enum AgentConfigurationView.ConfigurationAction extends Enum<AgentConfigurationView.ConfigurationAction>
Enum Constant and Description |
---|
CLOSE_ACCEPT |
CLOSE_CANCEL |
SWITCH_AGENT |
Modifier and Type | Method and Description |
---|---|
static AgentConfigurationView.ConfigurationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentConfigurationView.ConfigurationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentConfigurationView.ConfigurationAction SWITCH_AGENT
public static final AgentConfigurationView.ConfigurationAction CLOSE_ACCEPT
public static final AgentConfigurationView.ConfigurationAction CLOSE_CANCEL
public static AgentConfigurationView.ConfigurationAction[] values()
for (AgentConfigurationView.ConfigurationAction c : AgentConfigurationView.ConfigurationAction.values()) System.out.println(c);
public static AgentConfigurationView.ConfigurationAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2012. All Rights Reserved.