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