com.garmin.fit
Class CardioExerciseName

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

public class CardioExerciseName
extends java.lang.Object


Field Summary
static int BOB_AND_WEAVE_CIRCLE
           
static int CARDIO_CORE_CRAWL
           
static int DOUBLE_UNDER
           
static int INVALID
           
static int JUMP_ROPE
           
static int JUMP_ROPE_CROSSOVER
           
static int JUMP_ROPE_JOG
           
static int JUMPING_JACKS
           
static int SKI_MOGULS
           
static int SPLIT_JACKS
           
static int SQUAT_JACKS
           
static int TRIPLE_UNDER
           
static int WEIGHTED_BOB_AND_WEAVE_CIRCLE
           
static int WEIGHTED_CARDIO_CORE_CRAWL
           
static int WEIGHTED_DOUBLE_UNDER
           
static int WEIGHTED_JUMP_ROPE
           
static int WEIGHTED_JUMP_ROPE_CROSSOVER
           
static int WEIGHTED_JUMP_ROPE_JOG
           
static int WEIGHTED_JUMPING_JACKS
           
static int WEIGHTED_SKI_MOGULS
           
static int WEIGHTED_SPLIT_JACKS
           
static int WEIGHTED_SQUAT_JACKS
           
static int WEIGHTED_TRIPLE_UNDER
           
 
Constructor Summary
CardioExerciseName()
           
 
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

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

CardioExerciseName

public CardioExerciseName()
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