public enum EventToNotifyEnumeration extends Enum<EventToNotifyEnumeration>
Java class for EventToNotifyEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EventToNotifyEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BeginMaintenance"/>
<enumeration value="EndMaintenance"/>
<enumeration value="Shutdown"/>
<enumeration value="Initialised"/>
<enumeration value="OutOfOrder"/>
<enumeration value="Completed"/>
<enumeration value="Abort"/>
<enumeration value="SaleWakeUp"/>
<enumeration value="SaleAdmin"/>
<enumeration value="CustomerLanguage"/>
<enumeration value="KeyPressed"/>
<enumeration value="SecurityAlarm"/>
<enumeration value="StopAssistance"/>
<enumeration value="CardInserted"/>
<enumeration value="CardRemoved"/>
<enumeration value="Reject"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABORT
One or several device request has been sent by the POI during the processing of a service requested by the Sale System.
|
BEGIN_MAINTENANCE
Begin of POI Maintenance
|
CARD_INSERTED
A card is inserted in the card reader (see Input request and NotifyCardInputFlag)
|
CARD_REMOVED
A card is removed from the card reader.
|
COMPLETED
An Abort request has been sent to abort a message which is already completed.
|
CUSTOMER_LANGUAGE
The customer has selected a different language on the POI.
|
END_MAINTENANCE
End of POI Maintenance
|
INITIALISED
The POI Terminal or the POI System is now ready to work
|
KEY_PRESSED
The customer has pressed a specific key on the POI.
|
OUT_OF_ORDER
The POI Terminal or the POI System cannot work
|
REJECT
A message request is rejected.
|
SALE_ADMIN
The POI has performed, or want to perform an automatic administrative process, e.g.
|
SALE_WAKE_UP
A POI terminal requests the payment of the transaction identified by the content of EventDetails in the Event notification.
|
SECURITY_ALARM
Problem of security
|
SHUTDOWN
The POI Terminal or the POI System is shutting down
|
STOP_ASSISTANCE
When the Customer assistance is stopped, because the Customer has completed its input.
|
| Modifier and Type | Method and Description |
|---|---|
static EventToNotifyEnumeration |
fromValue(String v) |
String |
value() |
static EventToNotifyEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventToNotifyEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventToNotifyEnumeration BEGIN_MAINTENANCE
public static final EventToNotifyEnumeration END_MAINTENANCE
public static final EventToNotifyEnumeration SHUTDOWN
public static final EventToNotifyEnumeration INITIALISED
public static final EventToNotifyEnumeration OUT_OF_ORDER
public static final EventToNotifyEnumeration COMPLETED
public static final EventToNotifyEnumeration ABORT
public static final EventToNotifyEnumeration SALE_WAKE_UP
public static final EventToNotifyEnumeration SALE_ADMIN
public static final EventToNotifyEnumeration CUSTOMER_LANGUAGE
public static final EventToNotifyEnumeration KEY_PRESSED
public static final EventToNotifyEnumeration SECURITY_ALARM
public static final EventToNotifyEnumeration STOP_ASSISTANCE
public static final EventToNotifyEnumeration CARD_INSERTED
public static final EventToNotifyEnumeration CARD_REMOVED
public static final EventToNotifyEnumeration REJECT
public static EventToNotifyEnumeration[] values()
for (EventToNotifyEnumeration c : EventToNotifyEnumeration.values()) System.out.println(c);
public static EventToNotifyEnumeration 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 EventToNotifyEnumeration fromValue(String v)
Copyright © 2018. All rights reserved.