public static enum EnvironmentModel.Version extends Enum<EnvironmentModel.Version>
Enum Constant and Description |
---|
VERSION_0_6_2 |
VERSION_0_6_3 |
VERSION_0_6_4 |
VERSION_0_6_5 |
Modifier and Type | Method and Description |
---|---|
static EnvironmentModel.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentModel.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvironmentModel.Version VERSION_0_6_5
public static final EnvironmentModel.Version VERSION_0_6_4
public static final EnvironmentModel.Version VERSION_0_6_3
public static final EnvironmentModel.Version VERSION_0_6_2
public static EnvironmentModel.Version[] values()
for (EnvironmentModel.Version c : EnvironmentModel.Version.values()) System.out.println(c);
public static EnvironmentModel.Version 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 null