public static enum HemfPlusHeader.GraphicsVersion extends Enum<HemfPlusHeader.GraphicsVersion>
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static HemfPlusHeader.GraphicsVersion |
valueOf(int id) |
static HemfPlusHeader.GraphicsVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HemfPlusHeader.GraphicsVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPlusHeader.GraphicsVersion V1
public static final HemfPlusHeader.GraphicsVersion V1_1
public static HemfPlusHeader.GraphicsVersion[] values()
for (HemfPlusHeader.GraphicsVersion c : HemfPlusHeader.GraphicsVersion.values()) System.out.println(c);
public static HemfPlusHeader.GraphicsVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static HemfPlusHeader.GraphicsVersion valueOf(int id)