public class AntplusDeviceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
ANTFS |
static short |
BIKE_AERO |
static short |
BIKE_CADENCE |
static short |
BIKE_LIGHT_MAIN |
static short |
BIKE_LIGHT_SHARED |
static short |
BIKE_POWER |
static short |
BIKE_RADAR |
static short |
BIKE_SPEED |
static short |
BIKE_SPEED_CADENCE |
static short |
BLOOD_PRESSURE |
static short |
CONTROL |
static short |
CONTROL_HUB |
static short |
ENV_SENSOR |
static short |
ENVIRONMENT_SENSOR_LEGACY |
static short |
EXD |
static short |
FITNESS_EQUIPMENT |
static short |
GEOCACHE_NODE |
static short |
HEART_RATE |
static short |
INVALID |
static short |
LIGHT_ELECTRIC_VEHICLE |
static short |
MULTI_SPORT_SPEED_DISTANCE |
static short |
MUSCLE_OXYGEN |
static short |
RACQUET |
static short |
SHIFTING |
static short |
STRIDE_SPEED_DISTANCE |
static short |
WEIGHT_SCALE |
Constructor and Description |
---|
AntplusDeviceType() |
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 ANTFS
public static final short BIKE_POWER
public static final short ENVIRONMENT_SENSOR_LEGACY
public static final short MULTI_SPORT_SPEED_DISTANCE
public static final short CONTROL
public static final short FITNESS_EQUIPMENT
public static final short BLOOD_PRESSURE
public static final short GEOCACHE_NODE
public static final short LIGHT_ELECTRIC_VEHICLE
public static final short ENV_SENSOR
public static final short RACQUET
public static final short CONTROL_HUB
public static final short MUSCLE_OXYGEN
public static final short SHIFTING
public static final short BIKE_LIGHT_MAIN
public static final short BIKE_LIGHT_SHARED
public static final short EXD
public static final short BIKE_RADAR
public static final short BIKE_AERO
public static final short WEIGHT_SCALE
public static final short HEART_RATE
public static final short BIKE_SPEED_CADENCE
public static final short BIKE_CADENCE
public static final short BIKE_SPEED
public static final short STRIDE_SPEED_DISTANCE
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