public enum LabelFormat extends java.lang.Enum<LabelFormat>
| Modifier and Type | Method and Description |
|---|---|
static LabelFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelFormat PDF
public static final LabelFormat PNG
public static final LabelFormat ZPL
public static final LabelFormat EPL2
public static final LabelFormat ASCII
public static LabelFormat[] values()
for (LabelFormat c : LabelFormat.values()) System.out.println(c);
public static LabelFormat 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 null