com.garmin.fit
Class PullUpExerciseName
java.lang.Object
com.garmin.fit.PullUpExerciseName
public class PullUpExerciseName
- 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 |
BANDED_PULL_UPS
public static final int BANDED_PULL_UPS
- See Also:
- Constant Field Values
_30_DEGREE_LAT_PULLDOWN
public static final int _30_DEGREE_LAT_PULLDOWN
- See Also:
- Constant Field Values
BAND_ASSISTED_CHIN_UP
public static final int BAND_ASSISTED_CHIN_UP
- See Also:
- Constant Field Values
CLOSE_GRIP_CHIN_UP
public static final int CLOSE_GRIP_CHIN_UP
- See Also:
- Constant Field Values
WEIGHTED_CLOSE_GRIP_CHIN_UP
public static final int WEIGHTED_CLOSE_GRIP_CHIN_UP
- See Also:
- Constant Field Values
CLOSE_GRIP_LAT_PULLDOWN
public static final int CLOSE_GRIP_LAT_PULLDOWN
- See Also:
- Constant Field Values
CROSSOVER_CHIN_UP
public static final int CROSSOVER_CHIN_UP
- See Also:
- Constant Field Values
WEIGHTED_CROSSOVER_CHIN_UP
public static final int WEIGHTED_CROSSOVER_CHIN_UP
- See Also:
- Constant Field Values
EZ_BAR_PULLOVER
public static final int EZ_BAR_PULLOVER
- See Also:
- Constant Field Values
HANGING_HURDLE
public static final int HANGING_HURDLE
- See Also:
- Constant Field Values
WEIGHTED_HANGING_HURDLE
public static final int WEIGHTED_HANGING_HURDLE
- See Also:
- Constant Field Values
KNEELING_LAT_PULLDOWN
public static final int KNEELING_LAT_PULLDOWN
- See Also:
- Constant Field Values
KNEELING_UNDERHAND_GRIP_LAT_PULLDOWN
public static final int KNEELING_UNDERHAND_GRIP_LAT_PULLDOWN
- See Also:
- Constant Field Values
LAT_PULLDOWN
public static final int LAT_PULLDOWN
- See Also:
- Constant Field Values
MIXED_GRIP_CHIN_UP
public static final int MIXED_GRIP_CHIN_UP
- See Also:
- Constant Field Values
WEIGHTED_MIXED_GRIP_CHIN_UP
public static final int WEIGHTED_MIXED_GRIP_CHIN_UP
- See Also:
- Constant Field Values
MIXED_GRIP_PULL_UP
public static final int MIXED_GRIP_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_MIXED_GRIP_PULL_UP
public static final int WEIGHTED_MIXED_GRIP_PULL_UP
- See Also:
- Constant Field Values
REVERSE_GRIP_PULLDOWN
public static final int REVERSE_GRIP_PULLDOWN
- See Also:
- Constant Field Values
STANDING_CABLE_PULLOVER
public static final int STANDING_CABLE_PULLOVER
- See Also:
- Constant Field Values
STRAIGHT_ARM_PULLDOWN
public static final int STRAIGHT_ARM_PULLDOWN
- See Also:
- Constant Field Values
SWISS_BALL_EZ_BAR_PULLOVER
public static final int SWISS_BALL_EZ_BAR_PULLOVER
- See Also:
- Constant Field Values
TOWEL_PULL_UP
public static final int TOWEL_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_TOWEL_PULL_UP
public static final int WEIGHTED_TOWEL_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_PULL_UP
public static final int WEIGHTED_PULL_UP
- See Also:
- Constant Field Values
WIDE_GRIP_LAT_PULLDOWN
public static final int WIDE_GRIP_LAT_PULLDOWN
- See Also:
- Constant Field Values
WIDE_GRIP_PULL_UP
public static final int WIDE_GRIP_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_WIDE_GRIP_PULL_UP
public static final int WEIGHTED_WIDE_GRIP_PULL_UP
- See Also:
- Constant Field Values
BURPEE_PULL_UP
public static final int BURPEE_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_BURPEE_PULL_UP
public static final int WEIGHTED_BURPEE_PULL_UP
- See Also:
- Constant Field Values
JUMPING_PULL_UPS
public static final int JUMPING_PULL_UPS
- See Also:
- Constant Field Values
WEIGHTED_JUMPING_PULL_UPS
public static final int WEIGHTED_JUMPING_PULL_UPS
- See Also:
- Constant Field Values
KIPPING_PULL_UP
public static final int KIPPING_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_KIPPING_PULL_UP
public static final int WEIGHTED_KIPPING_PULL_UP
- See Also:
- Constant Field Values
L_PULL_UP
public static final int L_PULL_UP
- See Also:
- Constant Field Values
WEIGHTED_L_PULL_UP
public static final int WEIGHTED_L_PULL_UP
- See Also:
- Constant Field Values
SUSPENDED_CHIN_UP
public static final int SUSPENDED_CHIN_UP
- See Also:
- Constant Field Values
WEIGHTED_SUSPENDED_CHIN_UP
public static final int WEIGHTED_SUSPENDED_CHIN_UP
- See Also:
- Constant Field Values
PULL_UP
public static final int PULL_UP
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
PullUpExerciseName
public PullUpExerciseName()
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