com.garmin.fit
Class SportBits5
java.lang.Object
com.garmin.fit.SportBits5
public class SportBits5
- 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 |
WATER_SKIING
public static final short WATER_SKIING
- See Also:
- Constant Field Values
KAYAKING
public static final short KAYAKING
- See Also:
- Constant Field Values
RAFTING
public static final short RAFTING
- See Also:
- Constant Field Values
WINDSURFING
public static final short WINDSURFING
- See Also:
- Constant Field Values
KITESURFING
public static final short KITESURFING
- See Also:
- Constant Field Values
TACTICAL
public static final short TACTICAL
- See Also:
- Constant Field Values
JUMPMASTER
public static final short JUMPMASTER
- See Also:
- Constant Field Values
BOXING
public static final short BOXING
- See Also:
- Constant Field Values
INVALID
public static final short INVALID
SportBits5
public SportBits5()
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