public enum JavaFXRuntimeVersion extends Enum<JavaFXRuntimeVersion>
| Enum Constant and Description |
|---|
TWO_POINT_ONE_PLUS |
| Modifier and Type | Method and Description |
|---|---|
static JavaFXRuntimeVersion |
fromCode(String code) |
String |
getCode() |
abstract String |
getLocation(OSType osType) |
static String[] |
getValidCodes() |
static JavaFXRuntimeVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaFXRuntimeVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaFXRuntimeVersion TWO_POINT_ONE_PLUS
public static JavaFXRuntimeVersion[] values()
for (JavaFXRuntimeVersion c : JavaFXRuntimeVersion.values()) System.out.println(c);
public static JavaFXRuntimeVersion 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 String getCode()
public static JavaFXRuntimeVersion fromCode(String code)
public static String[] getValidCodes()
Copyright © 2014. All Rights Reserved.