public enum LabelFileType extends Enum<LabelFileType>
| Modifier and Type | Method and Description |
|---|---|
static LabelFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelFileType PNG
public static final LabelFileType PDF
public static final LabelFileType PDF_4x6
public static final LabelFileType ZPLII
public static LabelFileType[] values()
for (LabelFileType c : LabelFileType.values()) System.out.println(c);
public static LabelFileType 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 nullCopyright © 2017 Shippo. All rights reserved.