public enum PrinterModel extends Enum<PrinterModel>
| Enum Constant and Description | 
|---|
| ZC100ZC 100/150 Series Printer. Max Width = 1006 Max Height = 640 | 
| ZC300ZC 300/350 Series Printer. Max Width = 1006 Max Height = 640 | 
| ZXPSeries1ZXP Series 1 Printer. Max Width = 1024 Max Height = 640 | 
| ZXPSeries3ZXP Series 3 Printer. Max Width = 1024 Max Height = 640 | 
| ZXPSeries7ZXP Series 7 Printer. Max Width = 1006 Max Height = 640 | 
| ZXPSeries8ZXP Series 8 Printer. Max Width = 1024 Max Height = 648 | 
| ZXPSeries9ZXP 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 final PrinterModel ZC100
public static final PrinterModel ZC300
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.