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