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