public class BleDeviceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BIKE_CADENCE |
static short |
BIKE_POWER |
static short |
BIKE_SPEED |
static short |
BIKE_SPEED_CADENCE |
static short |
BIKE_TRAINER |
static short |
CONNECTED_GPS |
static short |
FOOTPOD |
static short |
HEART_RATE |
static short |
INVALID |
Constructor and Description |
---|
BleDeviceType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value
|
static java.lang.Short |
getValueFromString(java.lang.String value)
Returns the enum constant with the specified name.
|
public static final short CONNECTED_GPS
public static final short HEART_RATE
public static final short BIKE_POWER
public static final short BIKE_SPEED_CADENCE
public static final short BIKE_SPEED
public static final short BIKE_CADENCE
public static final short FOOTPOD
public static final short BIKE_TRAINER
public static final short INVALID
public static java.lang.String getStringFromValue(java.lang.Short value)
value
- The enum constantpublic static java.lang.Short getValueFromString(java.lang.String value)
value
- The enum string value