public enum POICapabilitiesType extends Enum<POICapabilitiesType>
Java class for POICapabilitiesType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="POICapabilitiesType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CashierDisplay"/>
<enumeration value="CashierError"/>
<enumeration value="CashierInput"/>
<enumeration value="CustomerDisplay"/>
<enumeration value="CustomerError"/>
<enumeration value="CustomerInput"/>
<enumeration value="PrinterReceipt"/>
<enumeration value="PrinterDocument"/>
<enumeration value="PrinterVoucher"/>
<enumeration value="MagStripe"/>
<enumeration value="ICC"/>
<enumeration value="EMVContactless"/>
<enumeration value="CashHandling"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CASH_HANDLING
Device which performs cash change, cash dispense or cash acceptance.
|
CASHIER_DISPLAY
Used by the Sale System when the device is managed by the POI Terminal, to ask question or display some information to the Cashier.
|
CASHIER_ERROR
To display to the Cashier information is related to an error situation occurring on the Sale Terminal when the device is managed by the POI Terminal.
|
CASHIER_INPUT
Any kind of keyboard allowing all or part of the commands of the Input messageType request from the POI System to the Sale System (InputCommand data element).
|
CUSTOMER_DISPLAY
Standard Customer display interface used by the Sale System to ask question, or to show information to the Customer outside a Service dialogue.
|
CUSTOMER_ERROR
To display to the Customer information is related to an error situation occurring on the Sale Terminal during a Sale transaction.
|
CUSTOMER_INPUT
Any kind of keyboard allowing all or part of the commands of the Input messageType request from the POI System to the Sale System (InputCommand data element).
|
EMV_CONTACTLESS
Contactless card reader with EMV applications
|
ICC
Contact ICC card reader
|
MAG_STRIPE
Magnetic stripe card reader
|
PRINTER_DOCUMENT
When the Sale System wants to print specific document (check, dynamic currency conversion ...).
|
PRINTER_RECEIPT
Printer for the Sale receipt.
|
PRINTER_VOUCHER
Coupons, voucher or special ticket generated by the Sale System and to be printed.
|
| Modifier and Type | Method and Description |
|---|---|
static POICapabilitiesType |
fromValue(String v)
From value poi capabilities type.
|
String |
value()
Value string.
|
static POICapabilitiesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static POICapabilitiesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POICapabilitiesType CASHIER_DISPLAY
public static final POICapabilitiesType CASHIER_ERROR
public static final POICapabilitiesType CASHIER_INPUT
public static final POICapabilitiesType CUSTOMER_DISPLAY
public static final POICapabilitiesType CUSTOMER_ERROR
public static final POICapabilitiesType CUSTOMER_INPUT
public static final POICapabilitiesType PRINTER_RECEIPT
public static final POICapabilitiesType PRINTER_DOCUMENT
public static final POICapabilitiesType PRINTER_VOUCHER
public static final POICapabilitiesType MAG_STRIPE
public static final POICapabilitiesType ICC
public static final POICapabilitiesType EMV_CONTACTLESS
public static final POICapabilitiesType CASH_HANDLING
public static POICapabilitiesType[] values()
for (POICapabilitiesType c : POICapabilitiesType.values()) System.out.println(c);
public static POICapabilitiesType 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 POICapabilitiesType fromValue(String v)
v - the vCopyright © 2022. All rights reserved.