| Enum Constant and Description |
|---|
v1_12 |
v1_13 |
v1_14 |
v1_15 |
v1_16 |
v1_17 |
v1_18 |
v1_19 |
v1_8 |
v1_9 |
| Modifier and Type | Method and Description |
|---|---|
static int |
getServerVersion() |
int |
getVersion() |
static Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Version v1_19
public static final Version v1_18
public static final Version v1_17
public static final Version v1_16
public static final Version v1_15
public static final Version v1_14
public static final Version v1_13
public static final Version v1_12
public static final Version v1_9
public static final Version v1_8
public static Version[] values()
for (Version c : Version.values()) System.out.println(c);
public static Version 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 nullpublic int getVersion()
public static int getServerVersion()