public static enum HemfComment.EmfFormatSignature extends java.lang.Enum<HemfComment.EmfFormatSignature>
| Enum Constant and Description |
|---|
ENHMETA_SIGNATURE |
EPS_SIGNATURE |
| Modifier and Type | Method and Description |
|---|---|
static HemfComment.EmfFormatSignature |
getById(int id) |
static HemfComment.EmfFormatSignature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfComment.EmfFormatSignature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfComment.EmfFormatSignature ENHMETA_SIGNATURE
public static final HemfComment.EmfFormatSignature EPS_SIGNATURE
public static HemfComment.EmfFormatSignature[] values()
for (HemfComment.EmfFormatSignature c : HemfComment.EmfFormatSignature.values()) System.out.println(c);
public static HemfComment.EmfFormatSignature 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 static HemfComment.EmfFormatSignature getById(int id)