public static enum AgentRequestAction.RequestAction extends Enum<AgentRequestAction.RequestAction>
Modifier and Type | Method and Description |
---|---|
static AgentRequestAction.RequestAction |
returnAction(String act) |
static AgentRequestAction.RequestAction |
valueOf(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(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 nullpublic static AgentRequestAction.RequestAction returnAction(String act)
act
- Copyright © 2019. All Rights Reserved.