| Enum Constant and Description |
|---|
CREATE_LOAD_TEST |
CREATE_SESSION_LOGS |
CREATE_WORKLOAD_MODEL |
EXECUTE_LOAD_TEST |
| Modifier and Type | Method and Description |
|---|---|
static OrderGoal |
fromPrettyString(java.lang.String key) |
java.lang.String |
toPrettyString() |
static OrderGoal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrderGoal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderGoal CREATE_SESSION_LOGS
public static final OrderGoal CREATE_WORKLOAD_MODEL
public static final OrderGoal CREATE_LOAD_TEST
public static final OrderGoal EXECUTE_LOAD_TEST
public static OrderGoal[] values()
for (OrderGoal c : OrderGoal.values()) System.out.println(c);
public static OrderGoal 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 OrderGoal fromPrettyString(java.lang.String key)
public java.lang.String toPrettyString()