public enum EventToNotifyType extends Enum<EventToNotifyType>
Java class for EventToNotifyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EventToNotifyType">
<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 messageType 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 messageType 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 EventToNotifyType |
fromValue(String v)
From value event to notify type.
|
String |
value()
Value string.
|
static EventToNotifyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventToNotifyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventToNotifyType BEGIN_MAINTENANCE
public static final EventToNotifyType END_MAINTENANCE
public static final EventToNotifyType SHUTDOWN
public static final EventToNotifyType INITIALISED
public static final EventToNotifyType OUT_OF_ORDER
public static final EventToNotifyType COMPLETED
public static final EventToNotifyType ABORT
public static final EventToNotifyType SALE_WAKE_UP
public static final EventToNotifyType SALE_ADMIN
public static final EventToNotifyType CUSTOMER_LANGUAGE
public static final EventToNotifyType KEY_PRESSED
public static final EventToNotifyType SECURITY_ALARM
public static final EventToNotifyType STOP_ASSISTANCE
public static final EventToNotifyType CARD_INSERTED
public static final EventToNotifyType CARD_REMOVED
public static final EventToNotifyType REJECT
public static EventToNotifyType[] values()
for (EventToNotifyType c : EventToNotifyType.values()) System.out.println(c);
public static EventToNotifyType 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 EventToNotifyType fromValue(String v)
v - the vCopyright © 2022. All rights reserved.