public static enum TLcdSystemPropertiesUtil.JavaVersion extends java.lang.Enum<TLcdSystemPropertiesUtil.JavaVersion>
Modifier and Type | Method and Description |
---|---|
static TLcdSystemPropertiesUtil.JavaVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TLcdSystemPropertiesUtil.JavaVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLcdSystemPropertiesUtil.JavaVersion V8
public static final TLcdSystemPropertiesUtil.JavaVersion V9
public static final TLcdSystemPropertiesUtil.JavaVersion V10
public static final TLcdSystemPropertiesUtil.JavaVersion V11
public static final TLcdSystemPropertiesUtil.JavaVersion V12
public static final TLcdSystemPropertiesUtil.JavaVersion V13
public static TLcdSystemPropertiesUtil.JavaVersion[] values()
for (TLcdSystemPropertiesUtil.JavaVersion c : TLcdSystemPropertiesUtil.JavaVersion.values()) System.out.println(c);
public static TLcdSystemPropertiesUtil.JavaVersion valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null