public enum InfoQualifyType extends Enum<InfoQualifyType>
Java class for InfoQualifyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InfoQualifyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Status"/>
<enumeration value="Error"/>
<enumeration value="Display"/>
<enumeration value="Sound"/>
<enumeration value="Input"/>
<enumeration value="POIReplication"/>
<enumeration value="CustomerAssistance"/>
<enumeration value="Receipt"/>
<enumeration value="Document"/>
<enumeration value="Voucher"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CUSTOMER_ASSISTANCE
Input of the Cardholder POI interface which can be entered by the Cashier to assist the Customer.
|
DISPLAY
Standard display interface.
|
DOCUMENT
When the POI System wants to print specific document (check, dynamic currency conversion ...).
|
ERROR
The information is related to an error situation occurring on the messageType sender.
|
INPUT
Answer to a question or information to be entered by the Cashier or the Customer, at the request of the POI Terminal or the Sale Terminal.
|
POI_REPLICATION
Information displayed on the Cardholder POI interface, replicated on the Cashier interface.
|
RECEIPT
Where you print the Payment receipt that could be located on the Sale Terminal or in some cases a restricted Sale ticket on the POI Terminal.
|
SOUND
Standard sound interface.
|
STATUS
The information is a new state on which the messageType sender is entering.
|
VOUCHER
Coupons, voucher or special ticket generated by the POI or the Sale System and to be printed.
|
| Modifier and Type | Method and Description |
|---|---|
static InfoQualifyType |
fromValue(String v)
From value info qualify type.
|
String |
value()
Value string.
|
static InfoQualifyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoQualifyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoQualifyType STATUS
public static final InfoQualifyType ERROR
public static final InfoQualifyType DISPLAY
public static final InfoQualifyType SOUND
public static final InfoQualifyType INPUT
public static final InfoQualifyType POI_REPLICATION
public static final InfoQualifyType CUSTOMER_ASSISTANCE
public static final InfoQualifyType RECEIPT
public static final InfoQualifyType DOCUMENT
public static final InfoQualifyType VOUCHER
public static InfoQualifyType[] values()
for (InfoQualifyType c : InfoQualifyType.values()) System.out.println(c);
public static InfoQualifyType 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 String value()
public static InfoQualifyType fromValue(String v)
v - the vCopyright © 2022. All rights reserved.