public static enum PrinterA.BarcodeTitlePosition extends java.lang.Enum<PrinterA.BarcodeTitlePosition>
Enum Constant and Description |
---|
AboveTheBarcode
Above the barcode
|
Non
Non
|
UnderTheBarcode
Under the barcode
|
Modifier and Type | Method and Description |
---|---|
static PrinterA.BarcodeTitlePosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrinterA.BarcodeTitlePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrinterA.BarcodeTitlePosition AboveTheBarcode
public static final PrinterA.BarcodeTitlePosition UnderTheBarcode
public static final PrinterA.BarcodeTitlePosition Non
public static PrinterA.BarcodeTitlePosition[] values()
for (PrinterA.BarcodeTitlePosition c : PrinterA.BarcodeTitlePosition.values()) System.out.println(c);
public static PrinterA.BarcodeTitlePosition 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