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