public static enum AgentRequestAction.RequestAction extends java.lang.Enum<AgentRequestAction.RequestAction>
Modifier and Type | Field and Description |
---|---|
private int |
intVal |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getActionId() |
static AgentRequestAction.RequestAction |
returnAction(java.lang.String act) |
private java.lang.String |
toIntString() |
static AgentRequestAction.RequestAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentRequestAction.RequestAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentRequestAction.RequestAction CLASSES
public static final AgentRequestAction.RequestAction BYTES
public static final AgentRequestAction.RequestAction HALT
public static final AgentRequestAction.RequestAction OVERWRITE
public static AgentRequestAction.RequestAction[] values()
for (AgentRequestAction.RequestAction c : AgentRequestAction.RequestAction.values()) System.out.println(c);
public static AgentRequestAction.RequestAction 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 static AgentRequestAction.RequestAction returnAction(java.lang.String act)
act
- int getActionId()
private java.lang.String toIntString()