public enum Mailmark2DType extends java.lang.Enum<Mailmark2DType>
Enum Constant and Description |
---|
AUTO
Auto determine
|
TYPE_29
16 x 48 modules
|
TYPE_7
24 x 24 modules
|
TYPE_9
32 x 32 modules
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Mailmark2DType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mailmark2DType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mailmark2DType AUTO
public static final Mailmark2DType TYPE_7
public static final Mailmark2DType TYPE_9
public static final Mailmark2DType TYPE_29
public static Mailmark2DType[] values()
for (Mailmark2DType c : Mailmark2DType.values()) System.out.println(c);
public static Mailmark2DType 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 int getValue()