com.garmin.fit
Class ChopExerciseName

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

public class ChopExerciseName
extends java.lang.Object


Field Summary
static int CABLE_PULL_THROUGH
           
static int CABLE_ROTATIONAL_LIFT
           
static int CABLE_WOODCHOP
           
static int CROSS_CHOP_TO_KNEE
           
static int DUMBBELL_CHOP
           
static int HALF_KNEELING_ROTATION
           
static int HALF_KNEELING_ROTATIONAL_CHOP
           
static int HALF_KNEELING_ROTATIONAL_REVERSE_CHOP
           
static int HALF_KNEELING_STABILITY_CHOP
           
static int HALF_KNEELING_STABILITY_REVERSE_CHOP
           
static int INVALID
           
static int KNEELING_ROTATIONAL_CHOP
           
static int KNEELING_ROTATIONAL_REVERSE_CHOP
           
static int KNEELING_STABILITY_CHOP
           
static int KNEELING_WOODCHOPPER
           
static int MEDICINE_BALL_WOOD_CHOPS
           
static int POWER_SQUAT_CHOPS
           
static int STANDING_ROTATIONAL_CHOP
           
static int STANDING_SPLIT_ROTATIONAL_CHOP
           
static int STANDING_SPLIT_ROTATIONAL_REVERSE_CHOP
           
static int STANDING_STABILITY_REVERSE_CHOP
           
static int WEIGHTED_CROSS_CHOP_TO_KNEE
           
static int WEIGHTED_HALF_KNEELING_ROTATION
           
static int WEIGHTED_POWER_SQUAT_CHOPS
           
 
Constructor Summary
ChopExerciseName()
           
 
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

CABLE_PULL_THROUGH

public static final int CABLE_PULL_THROUGH
See Also:
Constant Field Values

CABLE_ROTATIONAL_LIFT

public static final int CABLE_ROTATIONAL_LIFT
See Also:
Constant Field Values

CABLE_WOODCHOP

public static final int CABLE_WOODCHOP
See Also:
Constant Field Values

CROSS_CHOP_TO_KNEE

public static final int CROSS_CHOP_TO_KNEE
See Also:
Constant Field Values

WEIGHTED_CROSS_CHOP_TO_KNEE

public static final int WEIGHTED_CROSS_CHOP_TO_KNEE
See Also:
Constant Field Values

DUMBBELL_CHOP

public static final int DUMBBELL_CHOP
See Also:
Constant Field Values

HALF_KNEELING_ROTATION

public static final int HALF_KNEELING_ROTATION
See Also:
Constant Field Values

WEIGHTED_HALF_KNEELING_ROTATION

public static final int WEIGHTED_HALF_KNEELING_ROTATION
See Also:
Constant Field Values

HALF_KNEELING_ROTATIONAL_CHOP

public static final int HALF_KNEELING_ROTATIONAL_CHOP
See Also:
Constant Field Values

HALF_KNEELING_ROTATIONAL_REVERSE_CHOP

public static final int HALF_KNEELING_ROTATIONAL_REVERSE_CHOP
See Also:
Constant Field Values

HALF_KNEELING_STABILITY_CHOP

public static final int HALF_KNEELING_STABILITY_CHOP
See Also:
Constant Field Values

HALF_KNEELING_STABILITY_REVERSE_CHOP

public static final int HALF_KNEELING_STABILITY_REVERSE_CHOP
See Also:
Constant Field Values

KNEELING_ROTATIONAL_CHOP

public static final int KNEELING_ROTATIONAL_CHOP
See Also:
Constant Field Values

KNEELING_ROTATIONAL_REVERSE_CHOP

public static final int KNEELING_ROTATIONAL_REVERSE_CHOP
See Also:
Constant Field Values

KNEELING_STABILITY_CHOP

public static final int KNEELING_STABILITY_CHOP
See Also:
Constant Field Values

KNEELING_WOODCHOPPER

public static final int KNEELING_WOODCHOPPER
See Also:
Constant Field Values

MEDICINE_BALL_WOOD_CHOPS

public static final int MEDICINE_BALL_WOOD_CHOPS
See Also:
Constant Field Values

POWER_SQUAT_CHOPS

public static final int POWER_SQUAT_CHOPS
See Also:
Constant Field Values

WEIGHTED_POWER_SQUAT_CHOPS

public static final int WEIGHTED_POWER_SQUAT_CHOPS
See Also:
Constant Field Values

STANDING_ROTATIONAL_CHOP

public static final int STANDING_ROTATIONAL_CHOP
See Also:
Constant Field Values

STANDING_SPLIT_ROTATIONAL_CHOP

public static final int STANDING_SPLIT_ROTATIONAL_CHOP
See Also:
Constant Field Values

STANDING_SPLIT_ROTATIONAL_REVERSE_CHOP

public static final int STANDING_SPLIT_ROTATIONAL_REVERSE_CHOP
See Also:
Constant Field Values

STANDING_STABILITY_REVERSE_CHOP

public static final int STANDING_STABILITY_REVERSE_CHOP
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

ChopExerciseName

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