com.garmin.fit
Class HyperextensionExerciseName
java.lang.Object
com.garmin.fit.HyperextensionExerciseName
public class HyperextensionExerciseName
- 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 |
BACK_EXTENSION_WITH_OPPOSITE_ARM_AND_LEG_REACH
public static final int BACK_EXTENSION_WITH_OPPOSITE_ARM_AND_LEG_REACH
- See Also:
- Constant Field Values
WEIGHTED_BACK_EXTENSION_WITH_OPPOSITE_ARM_AND_LEG_REACH
public static final int WEIGHTED_BACK_EXTENSION_WITH_OPPOSITE_ARM_AND_LEG_REACH
- See Also:
- Constant Field Values
BASE_ROTATIONS
public static final int BASE_ROTATIONS
- See Also:
- Constant Field Values
WEIGHTED_BASE_ROTATIONS
public static final int WEIGHTED_BASE_ROTATIONS
- See Also:
- Constant Field Values
BENT_KNEE_REVERSE_HYPEREXTENSION
public static final int BENT_KNEE_REVERSE_HYPEREXTENSION
- See Also:
- Constant Field Values
WEIGHTED_BENT_KNEE_REVERSE_HYPEREXTENSION
public static final int WEIGHTED_BENT_KNEE_REVERSE_HYPEREXTENSION
- See Also:
- Constant Field Values
HOLLOW_HOLD_AND_ROLL
public static final int HOLLOW_HOLD_AND_ROLL
- See Also:
- Constant Field Values
WEIGHTED_HOLLOW_HOLD_AND_ROLL
public static final int WEIGHTED_HOLLOW_HOLD_AND_ROLL
- See Also:
- Constant Field Values
KICKS
public static final int KICKS
- See Also:
- Constant Field Values
WEIGHTED_KICKS
public static final int WEIGHTED_KICKS
- See Also:
- Constant Field Values
KNEE_RAISES
public static final int KNEE_RAISES
- See Also:
- Constant Field Values
WEIGHTED_KNEE_RAISES
public static final int WEIGHTED_KNEE_RAISES
- See Also:
- Constant Field Values
KNEELING_SUPERMAN
public static final int KNEELING_SUPERMAN
- See Also:
- Constant Field Values
WEIGHTED_KNEELING_SUPERMAN
public static final int WEIGHTED_KNEELING_SUPERMAN
- See Also:
- Constant Field Values
LAT_PULL_DOWN_WITH_ROW
public static final int LAT_PULL_DOWN_WITH_ROW
- See Also:
- Constant Field Values
MEDICINE_BALL_DEADLIFT_TO_REACH
public static final int MEDICINE_BALL_DEADLIFT_TO_REACH
- See Also:
- Constant Field Values
ONE_ARM_ONE_LEG_ROW
public static final int ONE_ARM_ONE_LEG_ROW
- See Also:
- Constant Field Values
ONE_ARM_ROW_WITH_BAND
public static final int ONE_ARM_ROW_WITH_BAND
- See Also:
- Constant Field Values
OVERHEAD_LUNGE_WITH_MEDICINE_BALL
public static final int OVERHEAD_LUNGE_WITH_MEDICINE_BALL
- See Also:
- Constant Field Values
PLANK_KNEE_TUCKS
public static final int PLANK_KNEE_TUCKS
- See Also:
- Constant Field Values
WEIGHTED_PLANK_KNEE_TUCKS
public static final int WEIGHTED_PLANK_KNEE_TUCKS
- See Also:
- Constant Field Values
SIDE_STEP
public static final int SIDE_STEP
- See Also:
- Constant Field Values
WEIGHTED_SIDE_STEP
public static final int WEIGHTED_SIDE_STEP
- See Also:
- Constant Field Values
SINGLE_LEG_BACK_EXTENSION
public static final int SINGLE_LEG_BACK_EXTENSION
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_LEG_BACK_EXTENSION
public static final int WEIGHTED_SINGLE_LEG_BACK_EXTENSION
- See Also:
- Constant Field Values
SPINE_EXTENSION
public static final int SPINE_EXTENSION
- See Also:
- Constant Field Values
WEIGHTED_SPINE_EXTENSION
public static final int WEIGHTED_SPINE_EXTENSION
- See Also:
- Constant Field Values
STATIC_BACK_EXTENSION
public static final int STATIC_BACK_EXTENSION
- See Also:
- Constant Field Values
WEIGHTED_STATIC_BACK_EXTENSION
public static final int WEIGHTED_STATIC_BACK_EXTENSION
- See Also:
- Constant Field Values
SUPERMAN_FROM_FLOOR
public static final int SUPERMAN_FROM_FLOOR
- See Also:
- Constant Field Values
WEIGHTED_SUPERMAN_FROM_FLOOR
public static final int WEIGHTED_SUPERMAN_FROM_FLOOR
- See Also:
- Constant Field Values
SWISS_BALL_BACK_EXTENSION
public static final int SWISS_BALL_BACK_EXTENSION
- See Also:
- Constant Field Values
WEIGHTED_SWISS_BALL_BACK_EXTENSION
public static final int WEIGHTED_SWISS_BALL_BACK_EXTENSION
- See Also:
- Constant Field Values
SWISS_BALL_HYPEREXTENSION
public static final int SWISS_BALL_HYPEREXTENSION
- See Also:
- Constant Field Values
WEIGHTED_SWISS_BALL_HYPEREXTENSION
public static final int WEIGHTED_SWISS_BALL_HYPEREXTENSION
- See Also:
- Constant Field Values
SWISS_BALL_OPPOSITE_ARM_AND_LEG_LIFT
public static final int SWISS_BALL_OPPOSITE_ARM_AND_LEG_LIFT
- See Also:
- Constant Field Values
WEIGHTED_SWISS_BALL_OPPOSITE_ARM_AND_LEG_LIFT
public static final int WEIGHTED_SWISS_BALL_OPPOSITE_ARM_AND_LEG_LIFT
- See Also:
- Constant Field Values
SUPERMAN_ON_SWISS_BALL
public static final int SUPERMAN_ON_SWISS_BALL
- See Also:
- Constant Field Values
COBRA
public static final int COBRA
- See Also:
- Constant Field Values
SUPINE_FLOOR_BARRE
public static final int SUPINE_FLOOR_BARRE
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
HyperextensionExerciseName
public HyperextensionExerciseName()
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