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