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