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