public enum ServiceProfilesEnumeration extends Enum<ServiceProfilesEnumeration>
Java class for ServiceProfilesEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ServiceProfilesEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Synchro"/>
<enumeration value="Batch"/>
<enumeration value="OneTimeRes"/>
<enumeration value="Reservation"/>
<enumeration value="Loyalty"/>
<enumeration value="StoredValue"/>
<enumeration value="PIN"/>
<enumeration value="CardReader"/>
<enumeration value="Sound"/>
<enumeration value="Communication"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BATCH
When the POI is unable to perform transactions without the Sale system, e.g.
|
CARD_READER
The Sale System could request Card Reader services.
|
COMMUNICATION
The POI or Sale System could request communication through the Transmit device messages exchange.
|
LOYALTY
Loyalty services could be requested by the Sale System
|
ONE_TIME_RES
One Time Reservation service could be requested by the Sale System (as petrol distribution)
|
PIN
The Sale System could request the PIN validation services.
|
RESERVATION
The Reservation services could be requested by the Sale System
|
SOUND
To produce various forms of sounds to a customer or an operator interface.
|
STORED_VALUE
Stored Value service could be requested by the Sale System
|
SYNCHRO
CardAcquisition and EnableService could be requested by the Sale System to the POI System.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceProfilesEnumeration |
fromValue(String v) |
String |
value() |
static ServiceProfilesEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceProfilesEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceProfilesEnumeration SYNCHRO
public static final ServiceProfilesEnumeration BATCH
public static final ServiceProfilesEnumeration ONE_TIME_RES
public static final ServiceProfilesEnumeration RESERVATION
public static final ServiceProfilesEnumeration LOYALTY
public static final ServiceProfilesEnumeration STORED_VALUE
public static final ServiceProfilesEnumeration PIN
public static final ServiceProfilesEnumeration CARD_READER
public static final ServiceProfilesEnumeration SOUND
public static final ServiceProfilesEnumeration COMMUNICATION
public static ServiceProfilesEnumeration[] values()
for (ServiceProfilesEnumeration c : ServiceProfilesEnumeration.values()) System.out.println(c);
public static ServiceProfilesEnumeration 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 ServiceProfilesEnumeration fromValue(String v)
Copyright © 2018. All rights reserved.