public static enum CloverDeviceEvent.DeviceEventState extends java.lang.Enum<CloverDeviceEvent.DeviceEventState>
Modifier and Type | Method and Description |
---|---|
static CloverDeviceEvent.DeviceEventState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloverDeviceEvent.DeviceEventState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloverDeviceEvent.DeviceEventState START
public static final CloverDeviceEvent.DeviceEventState FAILED
public static final CloverDeviceEvent.DeviceEventState FATAL
public static final CloverDeviceEvent.DeviceEventState TRY_AGAIN
public static final CloverDeviceEvent.DeviceEventState INPUT_ERROR
public static final CloverDeviceEvent.DeviceEventState PIN_BYPASS_CONFIRM
public static final CloverDeviceEvent.DeviceEventState CANCELED
public static final CloverDeviceEvent.DeviceEventState TIMED_OUT
public static final CloverDeviceEvent.DeviceEventState DECLINED
public static final CloverDeviceEvent.DeviceEventState VOIDED
public static final CloverDeviceEvent.DeviceEventState CONFIGURING
public static final CloverDeviceEvent.DeviceEventState PROCESSING
public static final CloverDeviceEvent.DeviceEventState REMOVE_CARD
public static final CloverDeviceEvent.DeviceEventState PROCESSING_GO_ONLINE
public static final CloverDeviceEvent.DeviceEventState PROCESSING_CREDIT
public static final CloverDeviceEvent.DeviceEventState PROCESSING_SWIPE
public static final CloverDeviceEvent.DeviceEventState SELECT_APPLICATION
public static final CloverDeviceEvent.DeviceEventState PIN_PAD
public static final CloverDeviceEvent.DeviceEventState MANUAL_CARD_NUMBER
public static final CloverDeviceEvent.DeviceEventState MANUAL_CARD_CVV
public static final CloverDeviceEvent.DeviceEventState MANUAL_CARD_CVV_UNREADABLE
public static final CloverDeviceEvent.DeviceEventState MANUAL_CARD_EXPIRATION
public static final CloverDeviceEvent.DeviceEventState SELECT_ACCOUNT
public static final CloverDeviceEvent.DeviceEventState CASHBACK_CONFIRM
public static final CloverDeviceEvent.DeviceEventState CASHBACK_SELECT
public static final CloverDeviceEvent.DeviceEventState CONTACTLESS_TAP_REQUIRED
public static final CloverDeviceEvent.DeviceEventState VOICE_REFERRAL_RESULT
public static final CloverDeviceEvent.DeviceEventState CONFIRM_PARTIAL_AUTH
public static final CloverDeviceEvent.DeviceEventState PACKET_EXCEPTION
public static final CloverDeviceEvent.DeviceEventState CONFIRM_DUPLICATE_CHECK
public static final CloverDeviceEvent.DeviceEventState VERIFY_SIGNATURE_ON_PAPER
public static final CloverDeviceEvent.DeviceEventState VERIFY_SIGNATURE_ON_PAPER_CONFIRM_VOID
public static final CloverDeviceEvent.DeviceEventState VERIFY_SIGNATURE_ON_SCREEN
public static final CloverDeviceEvent.DeviceEventState VERIFY_SIGNATURE_ON_SCREEN_CONFIRM_VOID
public static final CloverDeviceEvent.DeviceEventState ADD_SIGNATURE
public static final CloverDeviceEvent.DeviceEventState SIGNATURE_ON_SCREEN_FALLBACK
public static final CloverDeviceEvent.DeviceEventState RETURN_TO_MERCHANT
public static final CloverDeviceEvent.DeviceEventState SIGNATURE_REJECT
public static final CloverDeviceEvent.DeviceEventState ADD_SIGNATURE_CANCEL_CONFIRM
public static final CloverDeviceEvent.DeviceEventState ADD_TIP
public static final CloverDeviceEvent.DeviceEventState RECEIPT_OPTIONS
public static final CloverDeviceEvent.DeviceEventState HANDLE_TENDER
public static final CloverDeviceEvent.DeviceEventState STARTING_CUSTOM_ACTIVITY
public static CloverDeviceEvent.DeviceEventState[] values()
for (CloverDeviceEvent.DeviceEventState c : CloverDeviceEvent.DeviceEventState.values()) System.out.println(c);
public static CloverDeviceEvent.DeviceEventState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null