com.garmin.fit
Class SportBits5

java.lang.Object
  extended by com.garmin.fit.SportBits5

public class SportBits5
extends java.lang.Object


Field Summary
static short BOXING
           
static short INVALID
           
static short JUMPMASTER
           
static short KAYAKING
           
static short KITESURFING
           
static short RAFTING
           
static short TACTICAL
           
static short WATER_SKIING
           
static short WINDSURFING
           
 
Constructor Summary
SportBits5()
           
 
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
 

Field Detail

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
Constructor Detail

SportBits5

public SportBits5()
Method Detail

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