com.garmin.fit
Class WarmUpExerciseName

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

public class WarmUpExerciseName
extends java.lang.Object


Field Summary
static int ANKLE_CIRCLES
           
static int ANKLE_DORSIFLEXION_WITH_BAND
           
static int ANKLE_INTERNAL_ROTATION
           
static int ARM_CIRCLES
           
static int BENT_OVER_REACH_TO_SKY
           
static int CAT_CAMEL
           
static int ELBOW_TO_FOOT_LUNGE
           
static int FORWARD_AND_BACKWARD_LEG_SWINGS
           
static int GROINERS
           
static int INVALID
           
static int INVERTED_HAMSTRING_STRETCH
           
static int LATERAL_DUCK_UNDER
           
static int NECK_ROTATIONS
           
static int NECK_TILTS
           
static int OPPOSITE_ARM_AND_LEG_BALANCE
           
static int QUADRUPED_ROCKING
           
static int REACH_ROLL_AND_LIFT
           
static int SCORPION
           
static int SHOULDER_CIRCLES
           
static int SIDE_TO_SIDE_LEG_SWINGS
           
static int SLEEPER_STRETCH
           
static int SLIDE_OUT
           
static int SWISS_BALL_HIP_CROSSOVER
           
static int SWISS_BALL_REACH_ROLL_AND_LIFT
           
static int SWISS_BALL_WINDSHIELD_WIPERS
           
static int THORACIC_ROTATION
           
static int WALKING_HIGH_KICKS
           
static int WALKING_HIGH_KNEES
           
static int WALKING_KNEE_HUGS
           
static int WALKING_LEG_CRADLES
           
static int WALKOUT
           
static int WALKOUT_FROM_PUSH_UP_POSITION
           
 
Constructor Summary
WarmUpExerciseName()
           
 
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

QUADRUPED_ROCKING

public static final int QUADRUPED_ROCKING
See Also:
Constant Field Values

NECK_TILTS

public static final int NECK_TILTS
See Also:
Constant Field Values

ANKLE_CIRCLES

public static final int ANKLE_CIRCLES
See Also:
Constant Field Values

ANKLE_DORSIFLEXION_WITH_BAND

public static final int ANKLE_DORSIFLEXION_WITH_BAND
See Also:
Constant Field Values

ANKLE_INTERNAL_ROTATION

public static final int ANKLE_INTERNAL_ROTATION
See Also:
Constant Field Values

ARM_CIRCLES

public static final int ARM_CIRCLES
See Also:
Constant Field Values

BENT_OVER_REACH_TO_SKY

public static final int BENT_OVER_REACH_TO_SKY
See Also:
Constant Field Values

CAT_CAMEL

public static final int CAT_CAMEL
See Also:
Constant Field Values

ELBOW_TO_FOOT_LUNGE

public static final int ELBOW_TO_FOOT_LUNGE
See Also:
Constant Field Values

FORWARD_AND_BACKWARD_LEG_SWINGS

public static final int FORWARD_AND_BACKWARD_LEG_SWINGS
See Also:
Constant Field Values

GROINERS

public static final int GROINERS
See Also:
Constant Field Values

INVERTED_HAMSTRING_STRETCH

public static final int INVERTED_HAMSTRING_STRETCH
See Also:
Constant Field Values

LATERAL_DUCK_UNDER

public static final int LATERAL_DUCK_UNDER
See Also:
Constant Field Values

NECK_ROTATIONS

public static final int NECK_ROTATIONS
See Also:
Constant Field Values

OPPOSITE_ARM_AND_LEG_BALANCE

public static final int OPPOSITE_ARM_AND_LEG_BALANCE
See Also:
Constant Field Values

REACH_ROLL_AND_LIFT

public static final int REACH_ROLL_AND_LIFT
See Also:
Constant Field Values

SCORPION

public static final int SCORPION
See Also:
Constant Field Values

SHOULDER_CIRCLES

public static final int SHOULDER_CIRCLES
See Also:
Constant Field Values

SIDE_TO_SIDE_LEG_SWINGS

public static final int SIDE_TO_SIDE_LEG_SWINGS
See Also:
Constant Field Values

SLEEPER_STRETCH

public static final int SLEEPER_STRETCH
See Also:
Constant Field Values

SLIDE_OUT

public static final int SLIDE_OUT
See Also:
Constant Field Values

SWISS_BALL_HIP_CROSSOVER

public static final int SWISS_BALL_HIP_CROSSOVER
See Also:
Constant Field Values

SWISS_BALL_REACH_ROLL_AND_LIFT

public static final int SWISS_BALL_REACH_ROLL_AND_LIFT
See Also:
Constant Field Values

SWISS_BALL_WINDSHIELD_WIPERS

public static final int SWISS_BALL_WINDSHIELD_WIPERS
See Also:
Constant Field Values

THORACIC_ROTATION

public static final int THORACIC_ROTATION
See Also:
Constant Field Values

WALKING_HIGH_KICKS

public static final int WALKING_HIGH_KICKS
See Also:
Constant Field Values

WALKING_HIGH_KNEES

public static final int WALKING_HIGH_KNEES
See Also:
Constant Field Values

WALKING_KNEE_HUGS

public static final int WALKING_KNEE_HUGS
See Also:
Constant Field Values

WALKING_LEG_CRADLES

public static final int WALKING_LEG_CRADLES
See Also:
Constant Field Values

WALKOUT

public static final int WALKOUT
See Also:
Constant Field Values

WALKOUT_FROM_PUSH_UP_POSITION

public static final int WALKOUT_FROM_PUSH_UP_POSITION
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

WarmUpExerciseName

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