public static enum AIDLBluetoothManager.BLUE_STATUS extends java.lang.Enum<AIDLBluetoothManager.BLUE_STATUS>
| Enum Constant and Description |
|---|
CONNECTED |
DISCONNECT |
| Modifier and Type | Method and Description |
|---|---|
static AIDLBluetoothManager.BLUE_STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AIDLBluetoothManager.BLUE_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AIDLBluetoothManager.BLUE_STATUS CONNECTED
public static final AIDLBluetoothManager.BLUE_STATUS DISCONNECT
public static AIDLBluetoothManager.BLUE_STATUS[] values()
for (AIDLBluetoothManager.BLUE_STATUS c : AIDLBluetoothManager.BLUE_STATUS.values()) System.out.println(c);
public static AIDLBluetoothManager.BLUE_STATUS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null