com.garmin.fit
Class CardioExerciseName
java.lang.Object
com.garmin.fit.CardioExerciseName
public class CardioExerciseName
- extends java.lang.Object
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 |
BOB_AND_WEAVE_CIRCLE
public static final int BOB_AND_WEAVE_CIRCLE
- See Also:
- Constant Field Values
WEIGHTED_BOB_AND_WEAVE_CIRCLE
public static final int WEIGHTED_BOB_AND_WEAVE_CIRCLE
- See Also:
- Constant Field Values
CARDIO_CORE_CRAWL
public static final int CARDIO_CORE_CRAWL
- See Also:
- Constant Field Values
WEIGHTED_CARDIO_CORE_CRAWL
public static final int WEIGHTED_CARDIO_CORE_CRAWL
- See Also:
- Constant Field Values
DOUBLE_UNDER
public static final int DOUBLE_UNDER
- See Also:
- Constant Field Values
WEIGHTED_DOUBLE_UNDER
public static final int WEIGHTED_DOUBLE_UNDER
- See Also:
- Constant Field Values
JUMP_ROPE
public static final int JUMP_ROPE
- See Also:
- Constant Field Values
WEIGHTED_JUMP_ROPE
public static final int WEIGHTED_JUMP_ROPE
- See Also:
- Constant Field Values
JUMP_ROPE_CROSSOVER
public static final int JUMP_ROPE_CROSSOVER
- See Also:
- Constant Field Values
WEIGHTED_JUMP_ROPE_CROSSOVER
public static final int WEIGHTED_JUMP_ROPE_CROSSOVER
- See Also:
- Constant Field Values
JUMP_ROPE_JOG
public static final int JUMP_ROPE_JOG
- See Also:
- Constant Field Values
WEIGHTED_JUMP_ROPE_JOG
public static final int WEIGHTED_JUMP_ROPE_JOG
- See Also:
- Constant Field Values
JUMPING_JACKS
public static final int JUMPING_JACKS
- See Also:
- Constant Field Values
WEIGHTED_JUMPING_JACKS
public static final int WEIGHTED_JUMPING_JACKS
- See Also:
- Constant Field Values
SKI_MOGULS
public static final int SKI_MOGULS
- See Also:
- Constant Field Values
WEIGHTED_SKI_MOGULS
public static final int WEIGHTED_SKI_MOGULS
- See Also:
- Constant Field Values
SPLIT_JACKS
public static final int SPLIT_JACKS
- See Also:
- Constant Field Values
WEIGHTED_SPLIT_JACKS
public static final int WEIGHTED_SPLIT_JACKS
- See Also:
- Constant Field Values
SQUAT_JACKS
public static final int SQUAT_JACKS
- See Also:
- Constant Field Values
WEIGHTED_SQUAT_JACKS
public static final int WEIGHTED_SQUAT_JACKS
- See Also:
- Constant Field Values
TRIPLE_UNDER
public static final int TRIPLE_UNDER
- See Also:
- Constant Field Values
WEIGHTED_TRIPLE_UNDER
public static final int WEIGHTED_TRIPLE_UNDER
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
CardioExerciseName
public CardioExerciseName()
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