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