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