public enum MachineCodeValue extends Enum<MachineCodeValue>
Modifier and Type | Field and Description |
---|---|
protected int |
index |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
static MachineCodeValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineCodeValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MachineCodeValue RK_SUITE
public static final MachineCodeValue CASHBOX_ID
public static final MachineCodeValue RECEIPT_IDENTIFIER
public static final MachineCodeValue RECEIPT_DATE_AND_TIME
public static final MachineCodeValue SUM_TAX_SET_NORMAL
public static final MachineCodeValue SUM_TAX_SET_ERMAESSIGT1
public static final MachineCodeValue SUM_TAX_SET_ERMAESSIGT2
public static final MachineCodeValue SUM_TAX_SET_NULL
public static final MachineCodeValue SUM_TAX_SET_BESONDERS
public static final MachineCodeValue ENCRYPTED_TURN_OVER_VALUE
public static final MachineCodeValue CERTIFICATE_SERIAL_NUMBER
public static final MachineCodeValue CHAINING_VALUE_PREVIOUS_RECEIPT
public static final MachineCodeValue SIGNATURE_VALUE
public static MachineCodeValue[] values()
for (MachineCodeValue c : MachineCodeValue.values()) System.out.println(c);
public static MachineCodeValue valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getIndex()
Copyright © 2021. All rights reserved.