public static enum AgentInformationDisplayView.ConfigurationAction extends Enum<AgentInformationDisplayView.ConfigurationAction>
Enum Constant and Description |
---|
CLOSE |
SHOW_BACKEND_DESCRIPTION |
SWITCH_AGENT |
Modifier and Type | Method and Description |
---|---|
static AgentInformationDisplayView.ConfigurationAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentInformationDisplayView.ConfigurationAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentInformationDisplayView.ConfigurationAction SWITCH_AGENT
public static final AgentInformationDisplayView.ConfigurationAction SHOW_BACKEND_DESCRIPTION
public static final AgentInformationDisplayView.ConfigurationAction CLOSE
public static AgentInformationDisplayView.ConfigurationAction[] values()
for (AgentInformationDisplayView.ConfigurationAction c : AgentInformationDisplayView.ConfigurationAction.values()) System.out.println(c);
public static AgentInformationDisplayView.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 © 2015. All Rights Reserved.