public enum ServicesEnabledEnumeration extends Enum<ServicesEnabledEnumeration>
Java class for ServicesEnabledEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ServicesEnabledEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CardAcquisition"/>
<enumeration value="Payment"/>
<enumeration value="Loyalty"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CARD_ACQUISITION
Enable the POI to process a card acquisition before the request of the Sale System (e.g.
|
LOYALTY
Enable the POI to start a loyalty transaction before the request of the Sale System (e.g.
|
PAYMENT
Enable the POI to start a payment transaction before the request of the Sale System (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ServicesEnabledEnumeration |
fromValue(String v) |
String |
value() |
static ServicesEnabledEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServicesEnabledEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicesEnabledEnumeration CARD_ACQUISITION
public static final ServicesEnabledEnumeration PAYMENT
public static final ServicesEnabledEnumeration LOYALTY
public static ServicesEnabledEnumeration[] values()
for (ServicesEnabledEnumeration c : ServicesEnabledEnumeration.values()) System.out.println(c);
public static ServicesEnabledEnumeration 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 ServicesEnabledEnumeration fromValue(String v)
Copyright © 2018. All rights reserved.