public static enum cmdReceipt.FiscalReceipt.BarcdeType extends java.lang.Enum<cmdReceipt.FiscalReceipt.BarcdeType>
Modifier and Type | Method and Description |
---|---|
static cmdReceipt.FiscalReceipt.BarcdeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static cmdReceipt.FiscalReceipt.BarcdeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final cmdReceipt.FiscalReceipt.BarcdeType EAN8
public static final cmdReceipt.FiscalReceipt.BarcdeType EAN13
public static final cmdReceipt.FiscalReceipt.BarcdeType Code128
public static final cmdReceipt.FiscalReceipt.BarcdeType QRcode
public static cmdReceipt.FiscalReceipt.BarcdeType[] values()
for (cmdReceipt.FiscalReceipt.BarcdeType c : cmdReceipt.FiscalReceipt.BarcdeType.values()) System.out.println(c);
public static cmdReceipt.FiscalReceipt.BarcdeType 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