com.garmin.fit
Class CarryExerciseName

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

public class CarryExerciseName
extends java.lang.Object


Field Summary
static int BAR_HOLDS
           
static int FARMERS_WALK
           
static int FARMERS_WALK_ON_TOES
           
static int HEX_DUMBBELL_HOLD
           
static int INVALID
           
static int OVERHEAD_CARRY
           
 
Constructor Summary
CarryExerciseName()
           
 
Method Summary
static java.lang.String getStringFromValue(java.lang.Integer value)
          Retrieves the String Representation of the Value
static java.lang.Integer 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

BAR_HOLDS

public static final int BAR_HOLDS
See Also:
Constant Field Values

FARMERS_WALK

public static final int FARMERS_WALK
See Also:
Constant Field Values

FARMERS_WALK_ON_TOES

public static final int FARMERS_WALK_ON_TOES
See Also:
Constant Field Values

HEX_DUMBBELL_HOLD

public static final int HEX_DUMBBELL_HOLD
See Also:
Constant Field Values

OVERHEAD_CARRY

public static final int OVERHEAD_CARRY
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

CarryExerciseName

public CarryExerciseName()
Method Detail

getStringFromValue

public static java.lang.String getStringFromValue(java.lang.Integer value)
Retrieves the String Representation of the Value

Returns:
The string representation of the value, or empty if unknown

getValueFromString

public static java.lang.Integer getValueFromString(java.lang.String value)
Retrieves a value given a string representation

Returns:
The value or INVALID if unkwown