@Deprecated(since="23.0", forRemoval=true) public static enum RuntimeOptions.OptionClass extends Enum
getOptions(EnumSet).Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
Compiler
Deprecated.
|
VM
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RuntimeOptions.OptionClass |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static RuntimeOptions.OptionClass[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeOptions.OptionClass VM
public static final RuntimeOptions.OptionClass Compiler
public static RuntimeOptions.OptionClass[] values()
public static RuntimeOptions.OptionClass 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