public static enum NotificationManager.DeviceIdentifier extends Enum<NotificationManager.DeviceIdentifier>
Enum Constant and Description |
---|
BLUETOOTH_IMAGER_RS6000
Bluetooth Imager RS6000
|
DEFAULT
Default
|
EXTERNAL_VIBRATOR1
External Vibrator
|
Modifier and Type | Method and Description |
---|---|
static NotificationManager.DeviceIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationManager.DeviceIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationManager.DeviceIdentifier DEFAULT
public static final NotificationManager.DeviceIdentifier BLUETOOTH_IMAGER_RS6000
public static final NotificationManager.DeviceIdentifier EXTERNAL_VIBRATOR1
public static NotificationManager.DeviceIdentifier[] values()
for (NotificationManager.DeviceIdentifier c : NotificationManager.DeviceIdentifier.values()) System.out.println(c);
public static NotificationManager.DeviceIdentifier 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 null