public static enum EnumSeriesType.Value2 extends java.lang.Enum<EnumSeriesType.Value2>
| Enum Constant and Description |
|---|
IMAGE
The IMAGE.
|
REPROJECTION
The REPROJECTION.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
void |
setValue(EnumSeriesType.Value1 enumSeriesType)
Sets the value.
|
static EnumSeriesType.Value2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSeriesType.Value2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSeriesType.Value2 IMAGE
public static final EnumSeriesType.Value2 REPROJECTION
public static EnumSeriesType.Value2[] values()
for (EnumSeriesType.Value2 c : EnumSeriesType.Value2.values()) System.out.println(c);
public static EnumSeriesType.Value2 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 java.lang.String getValue()
public void setValue(EnumSeriesType.Value1 enumSeriesType)
enumSeriesType - the new value