public enum PrinterModel extends Enum<PrinterModel>
Enum Constant and Description |
---|
ZXPSeries1
ZXP Series 1 Printer.
Max Width = 1024 Max Height = 640 |
ZXPSeries3
ZXP Series 3 Printer.
Max Width = 1024 Max Height = 640 |
ZXPSeries7
ZXP Series 7 Printer.
Max Width = 1006 Max Height = 640 |
ZXPSeries8
ZXP Series 8 Printer.
Max Width = 1024 Max Height = 648 |
ZXPSeries9
ZXP Series 9 Printer.
Max Width = 1024 Max Height = 648 |
Modifier and Type | Method and Description |
---|---|
static PrinterModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrinterModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrinterModel ZXPSeries1
public static final PrinterModel ZXPSeries3
public static final PrinterModel ZXPSeries7
public static final PrinterModel ZXPSeries8
public static final PrinterModel ZXPSeries9
public static PrinterModel[] values()
for (PrinterModel c : PrinterModel.values()) System.out.println(c);
public static PrinterModel 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 null
© 2016 ZIH Corp. All Rights Reserved.