public static enum MiuraDeviceStatusChangeMessage.PinEntryStatus extends Enum<MiuraDeviceStatusChangeMessage.PinEntryStatus>
Enum Constant and Description |
---|
INCORRECT_PIN |
LAST_POSSIBLE_ATTEMPT |
PIN_ENTRY_COMPLETED |
PIN_ENTRY_ERROR |
PIN_OK |
Modifier and Type | Method and Description |
---|---|
static MiuraDeviceStatusChangeMessage.PinEntryStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiuraDeviceStatusChangeMessage.PinEntryStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiuraDeviceStatusChangeMessage.PinEntryStatus LAST_POSSIBLE_ATTEMPT
public static final MiuraDeviceStatusChangeMessage.PinEntryStatus PIN_OK
public static final MiuraDeviceStatusChangeMessage.PinEntryStatus INCORRECT_PIN
public static final MiuraDeviceStatusChangeMessage.PinEntryStatus PIN_ENTRY_ERROR
public static final MiuraDeviceStatusChangeMessage.PinEntryStatus PIN_ENTRY_COMPLETED
public static MiuraDeviceStatusChangeMessage.PinEntryStatus[] values()
for (MiuraDeviceStatusChangeMessage.PinEntryStatus c : MiuraDeviceStatusChangeMessage.PinEntryStatus.values()) System.out.println(c);
public static MiuraDeviceStatusChangeMessage.PinEntryStatus 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 nullCopyright © 2018. All rights reserved.