public static enum Beta.SinceVersion extends Enum<Beta.SinceVersion>
| Enum Constant and Description |
|---|
V1_0_0
v1.0.0
|
V1_1_0
v1.1.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
|
V2_0_0
v2.0.0
|
| Modifier and Type | Method and 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 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 © 2017. All rights reserved.