public enum AutomaticTuningServerReason extends Enum<AutomaticTuningServerReason>
Enum Constant and Description |
---|
AUTO_CONFIGURED
Enum value AutoConfigured.
|
DEFAULT
Enum value Default.
|
DISABLED
Enum value Disabled.
|
Modifier and Type | Method and Description |
---|---|
static AutomaticTuningServerReason |
fromString(String value)
Parses a serialized value to a AutomaticTuningServerReason instance.
|
String |
toString() |
static AutomaticTuningServerReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticTuningServerReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomaticTuningServerReason DEFAULT
public static final AutomaticTuningServerReason DISABLED
public static final AutomaticTuningServerReason AUTO_CONFIGURED
public static AutomaticTuningServerReason[] values()
for (AutomaticTuningServerReason c : AutomaticTuningServerReason.values()) System.out.println(c);
public static AutomaticTuningServerReason 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 AutomaticTuningServerReason fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<AutomaticTuningServerReason>
Copyright © 2019. All rights reserved.