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