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