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