public enum TuningParametersEntityType extends Enum<TuningParametersEntityType>
| Enum Constant and Description |
|---|
CLUSTER |
DATA_SOURCE |
DOMAIN |
NODE_MANAGER |
SERVER |
| Modifier and Type | Method and Description |
|---|---|
static TuningParametersEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TuningParametersEntityType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final TuningParametersEntityType DOMAIN
public static final TuningParametersEntityType NODE_MANAGER
public static final TuningParametersEntityType SERVER
public static final TuningParametersEntityType CLUSTER
public static final TuningParametersEntityType DATA_SOURCE
public static TuningParametersEntityType[] values()
for (TuningParametersEntityType c : TuningParametersEntityType.values())
System.out.println(c);
public static TuningParametersEntityType 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 null