Serializable, Comparable<Beta.SinceVersion>public static enum Beta.SinceVersion extends Enum<Beta.SinceVersion>
| Enum Constant | Description |
|---|---|
V1_0_0 |
v1.0.0
|
V1_1_0 |
v1.1.0
|
V1_10_0 |
v1.10.0
|
V1_11_0 |
v1.11.0
|
V1_12_0 |
v1.12.0
|
V1_13_0 |
v1.13.0
|
V1_14_0 |
v1.14.0
|
V1_15_0 |
v1.15.0
|
V1_2_0 |
v1.2.0
|
V1_3_0 |
v1.3.0
|
V1_4_0 |
v1.4.0
|
V1_4_1 |
v1.4.1
|
V1_4_2 |
v1.4.2
|
V1_5_0 |
v1.5.0
|
V1_5_1 |
v1.5.1
|
V1_6_0 |
v1.6.0
|
V1_7_0 |
v1.7.0
|
V1_8_0 |
v1.8.0
|
V1_9_0 |
v1.9.0
|
V2_0_0 |
v2.0.0
|
| Modifier and Type | Method | Description |
|---|---|---|
static Beta.SinceVersion |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Beta.SinceVersion[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Beta.SinceVersion V1_0_0
public static final Beta.SinceVersion V1_1_0
public static final Beta.SinceVersion V1_2_0
public static final Beta.SinceVersion V1_3_0
public static final Beta.SinceVersion V1_4_0
public static final Beta.SinceVersion V1_4_1
public static final Beta.SinceVersion V1_4_2
public static final Beta.SinceVersion V1_5_0
public static final Beta.SinceVersion V1_5_1
public static final Beta.SinceVersion V1_6_0
public static final Beta.SinceVersion V1_7_0
public static final Beta.SinceVersion V1_8_0
public static final Beta.SinceVersion V1_9_0
public static final Beta.SinceVersion V1_10_0
public static final Beta.SinceVersion V1_11_0
public static final Beta.SinceVersion V1_12_0
public static final Beta.SinceVersion V1_13_0
public static final Beta.SinceVersion V1_14_0
public static final Beta.SinceVersion V1_15_0
public static final Beta.SinceVersion V2_0_0
public static Beta.SinceVersion[] values()
for (Beta.SinceVersion c : Beta.SinceVersion.values()) System.out.println(c);
public static Beta.SinceVersion 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 nullCopyright © 2018. All rights reserved.