public static enum MiuraDeviceStatusChangeMessage.Status extends Enum<MiuraDeviceStatusChangeMessage.Status>
Enum Constant and Description |
---|
APPLICATION_SELECTION |
DEVICE_POWERED_ON |
DEVICE_POWERING_OFF |
DEVICE_REBOOTING |
MPI_RESTARTING |
PIN_ENTRY_EVENT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static MiuraDeviceStatusChangeMessage.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiuraDeviceStatusChangeMessage.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiuraDeviceStatusChangeMessage.Status DEVICE_POWERED_ON
public static final MiuraDeviceStatusChangeMessage.Status PIN_ENTRY_EVENT
public static final MiuraDeviceStatusChangeMessage.Status APPLICATION_SELECTION
public static final MiuraDeviceStatusChangeMessage.Status DEVICE_POWERING_OFF
public static final MiuraDeviceStatusChangeMessage.Status DEVICE_REBOOTING
public static final MiuraDeviceStatusChangeMessage.Status MPI_RESTARTING
public static final MiuraDeviceStatusChangeMessage.Status UNKNOWN
public static MiuraDeviceStatusChangeMessage.Status[] values()
for (MiuraDeviceStatusChangeMessage.Status c : MiuraDeviceStatusChangeMessage.Status.values()) System.out.println(c);
public static MiuraDeviceStatusChangeMessage.Status 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.