public enum InfoQualifyEnumeration extends Enum<InfoQualifyEnumeration>
Java class for InfoQualifyEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InfoQualifyEnumeration">
<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 message 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 message 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 InfoQualifyEnumeration |
fromValue(String v) |
String |
value() |
static InfoQualifyEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoQualifyEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoQualifyEnumeration STATUS
public static final InfoQualifyEnumeration ERROR
public static final InfoQualifyEnumeration DISPLAY
public static final InfoQualifyEnumeration SOUND
public static final InfoQualifyEnumeration INPUT
public static final InfoQualifyEnumeration POI_REPLICATION
public static final InfoQualifyEnumeration CUSTOMER_ASSISTANCE
public static final InfoQualifyEnumeration RECEIPT
public static final InfoQualifyEnumeration DOCUMENT
public static final InfoQualifyEnumeration VOUCHER
public static InfoQualifyEnumeration[] values()
for (InfoQualifyEnumeration c : InfoQualifyEnumeration.values()) System.out.println(c);
public static InfoQualifyEnumeration 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 InfoQualifyEnumeration fromValue(String v)
Copyright © 2018. All rights reserved.