com.garmin.fit
Class LegRaiseExerciseName
java.lang.Object
com.garmin.fit.LegRaiseExerciseName
public class LegRaiseExerciseName
- 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 |
HANGING_KNEE_RAISE
public static final int HANGING_KNEE_RAISE
- See Also:
- Constant Field Values
HANGING_LEG_RAISE
public static final int HANGING_LEG_RAISE
- See Also:
- Constant Field Values
WEIGHTED_HANGING_LEG_RAISE
public static final int WEIGHTED_HANGING_LEG_RAISE
- See Also:
- Constant Field Values
HANGING_SINGLE_LEG_RAISE
public static final int HANGING_SINGLE_LEG_RAISE
- See Also:
- Constant Field Values
WEIGHTED_HANGING_SINGLE_LEG_RAISE
public static final int WEIGHTED_HANGING_SINGLE_LEG_RAISE
- See Also:
- Constant Field Values
KETTLEBELL_LEG_RAISES
public static final int KETTLEBELL_LEG_RAISES
- See Also:
- Constant Field Values
LEG_LOWERING_DRILL
public static final int LEG_LOWERING_DRILL
- See Also:
- Constant Field Values
WEIGHTED_LEG_LOWERING_DRILL
public static final int WEIGHTED_LEG_LOWERING_DRILL
- See Also:
- Constant Field Values
LYING_STRAIGHT_LEG_RAISE
public static final int LYING_STRAIGHT_LEG_RAISE
- See Also:
- Constant Field Values
WEIGHTED_LYING_STRAIGHT_LEG_RAISE
public static final int WEIGHTED_LYING_STRAIGHT_LEG_RAISE
- See Also:
- Constant Field Values
MEDICINE_BALL_LEG_DROPS
public static final int MEDICINE_BALL_LEG_DROPS
- See Also:
- Constant Field Values
QUADRUPED_LEG_RAISE
public static final int QUADRUPED_LEG_RAISE
- See Also:
- Constant Field Values
WEIGHTED_QUADRUPED_LEG_RAISE
public static final int WEIGHTED_QUADRUPED_LEG_RAISE
- See Also:
- Constant Field Values
REVERSE_LEG_RAISE
public static final int REVERSE_LEG_RAISE
- See Also:
- Constant Field Values
WEIGHTED_REVERSE_LEG_RAISE
public static final int WEIGHTED_REVERSE_LEG_RAISE
- See Also:
- Constant Field Values
REVERSE_LEG_RAISE_ON_SWISS_BALL
public static final int REVERSE_LEG_RAISE_ON_SWISS_BALL
- See Also:
- Constant Field Values
WEIGHTED_REVERSE_LEG_RAISE_ON_SWISS_BALL
public static final int WEIGHTED_REVERSE_LEG_RAISE_ON_SWISS_BALL
- See Also:
- Constant Field Values
SINGLE_LEG_LOWERING_DRILL
public static final int SINGLE_LEG_LOWERING_DRILL
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_LEG_LOWERING_DRILL
public static final int WEIGHTED_SINGLE_LEG_LOWERING_DRILL
- See Also:
- Constant Field Values
WEIGHTED_HANGING_KNEE_RAISE
public static final int WEIGHTED_HANGING_KNEE_RAISE
- See Also:
- Constant Field Values
LATERAL_STEPOVER
public static final int LATERAL_STEPOVER
- See Also:
- Constant Field Values
WEIGHTED_LATERAL_STEPOVER
public static final int WEIGHTED_LATERAL_STEPOVER
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
LegRaiseExerciseName
public LegRaiseExerciseName()
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