com.garmin.fit
Class AntplusDeviceType
java.lang.Object
com.garmin.fit.AntplusDeviceType
public class AntplusDeviceType
- extends java.lang.Object
Method Summary |
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)
Retrieves a value given a string representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANTFS
public static final short ANTFS
- See Also:
- Constant Field Values
BIKE_POWER
public static final short BIKE_POWER
- See Also:
- Constant Field Values
ENVIRONMENT_SENSOR_LEGACY
public static final short ENVIRONMENT_SENSOR_LEGACY
- See Also:
- Constant Field Values
MULTI_SPORT_SPEED_DISTANCE
public static final short MULTI_SPORT_SPEED_DISTANCE
- See Also:
- Constant Field Values
CONTROL
public static final short CONTROL
- See Also:
- Constant Field Values
FITNESS_EQUIPMENT
public static final short FITNESS_EQUIPMENT
- See Also:
- Constant Field Values
BLOOD_PRESSURE
public static final short BLOOD_PRESSURE
- See Also:
- Constant Field Values
GEOCACHE_NODE
public static final short GEOCACHE_NODE
- See Also:
- Constant Field Values
LIGHT_ELECTRIC_VEHICLE
public static final short LIGHT_ELECTRIC_VEHICLE
- See Also:
- Constant Field Values
ENV_SENSOR
public static final short ENV_SENSOR
- See Also:
- Constant Field Values
RACQUET
public static final short RACQUET
- See Also:
- Constant Field Values
CONTROL_HUB
public static final short CONTROL_HUB
- See Also:
- Constant Field Values
MUSCLE_OXYGEN
public static final short MUSCLE_OXYGEN
- See Also:
- Constant Field Values
BIKE_LIGHT_MAIN
public static final short BIKE_LIGHT_MAIN
- See Also:
- Constant Field Values
BIKE_LIGHT_SHARED
public static final short BIKE_LIGHT_SHARED
- See Also:
- Constant Field Values
EXD
public static final short EXD
- See Also:
- Constant Field Values
BIKE_RADAR
public static final short BIKE_RADAR
- See Also:
- Constant Field Values
BIKE_AERO
public static final short BIKE_AERO
- See Also:
- Constant Field Values
WEIGHT_SCALE
public static final short WEIGHT_SCALE
- See Also:
- Constant Field Values
HEART_RATE
public static final short HEART_RATE
- See Also:
- Constant Field Values
BIKE_SPEED_CADENCE
public static final short BIKE_SPEED_CADENCE
- See Also:
- Constant Field Values
BIKE_CADENCE
public static final short BIKE_CADENCE
- See Also:
- Constant Field Values
BIKE_SPEED
public static final short BIKE_SPEED
- See Also:
- Constant Field Values
STRIDE_SPEED_DISTANCE
public static final short STRIDE_SPEED_DISTANCE
- See Also:
- Constant Field Values
INVALID
public static final short INVALID
AntplusDeviceType
public AntplusDeviceType()
getStringFromValue
public static java.lang.String getStringFromValue(java.lang.Short value)
- Retrieves the String Representation of the Value
- Returns:
- The string representation of the value, or empty if unknown
getValueFromString
public static java.lang.Short getValueFromString(java.lang.String value)
- Retrieves a value given a string representation
- Returns:
- The value or INVALID if unkwown