public enum ZplPrintMode extends Enum<ZplPrintMode>
Enum Constant and Description |
---|
APPLICATOR
Applicator print mode
|
CUTTER
Cutter print mode
|
DELAYED_CUT
Delayed cut print mode
|
KIOSK
Kiosk print mode
|
LINERLESS_PEEL
Linerless peel print mode
|
LINERLESS_REWIND
Linerless rewind print mode
|
PARTIAL_CUTTER
Partial cutter print mode
|
PEEL_OFF
Peel-off print mode
|
REWIND
Rewind print mode
|
RFID
RFID print mode
|
TEAR_OFF
Tear-off print mode (this also implies Linerless Tear print mode)
|
UNKNOWN
Unknown print mode
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
The print mode - (e.g. "Rewind").
|
static ZplPrintMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZplPrintMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZplPrintMode REWIND
public static final ZplPrintMode PEEL_OFF
public static final ZplPrintMode TEAR_OFF
public static final ZplPrintMode CUTTER
public static final ZplPrintMode APPLICATOR
public static final ZplPrintMode DELAYED_CUT
public static final ZplPrintMode LINERLESS_PEEL
public static final ZplPrintMode LINERLESS_REWIND
public static final ZplPrintMode PARTIAL_CUTTER
public static final ZplPrintMode RFID
public static final ZplPrintMode KIOSK
public static final ZplPrintMode UNKNOWN
public static ZplPrintMode[] values()
for (ZplPrintMode c : ZplPrintMode.values()) System.out.println(c);
public static ZplPrintMode 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 String toString()
toString
in class Enum<ZplPrintMode>
Enum.toString()
© 2015 ZIH Corp. All Rights Reserved.