public static enum Launcher.VMType extends Enum<Launcher.VMType>
Modifier and Type | Method and Description |
---|---|
static Launcher.VMType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Launcher.VMType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Launcher.VMType Native
public static final Launcher.VMType JVM
public static Launcher.VMType[] values()
public static Launcher.VMType 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