com.garmin.fit
Class BenchPressExerciseName
java.lang.Object
com.garmin.fit.BenchPressExerciseName
public class BenchPressExerciseName
- 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 |
ALTERNATING_DUMBBELL_CHEST_PRESS_ON_SWISS_BALL
public static final int ALTERNATING_DUMBBELL_CHEST_PRESS_ON_SWISS_BALL
- See Also:
- Constant Field Values
BARBELL_BENCH_PRESS
public static final int BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
BARBELL_BOARD_BENCH_PRESS
public static final int BARBELL_BOARD_BENCH_PRESS
- See Also:
- Constant Field Values
BARBELL_FLOOR_PRESS
public static final int BARBELL_FLOOR_PRESS
- See Also:
- Constant Field Values
CLOSE_GRIP_BARBELL_BENCH_PRESS
public static final int CLOSE_GRIP_BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
DECLINE_DUMBBELL_BENCH_PRESS
public static final int DECLINE_DUMBBELL_BENCH_PRESS
- See Also:
- Constant Field Values
DUMBBELL_BENCH_PRESS
public static final int DUMBBELL_BENCH_PRESS
- See Also:
- Constant Field Values
DUMBBELL_FLOOR_PRESS
public static final int DUMBBELL_FLOOR_PRESS
- See Also:
- Constant Field Values
INCLINE_BARBELL_BENCH_PRESS
public static final int INCLINE_BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
INCLINE_DUMBBELL_BENCH_PRESS
public static final int INCLINE_DUMBBELL_BENCH_PRESS
- See Also:
- Constant Field Values
INCLINE_SMITH_MACHINE_BENCH_PRESS
public static final int INCLINE_SMITH_MACHINE_BENCH_PRESS
- See Also:
- Constant Field Values
ISOMETRIC_BARBELL_BENCH_PRESS
public static final int ISOMETRIC_BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
KETTLEBELL_CHEST_PRESS
public static final int KETTLEBELL_CHEST_PRESS
- See Also:
- Constant Field Values
NEUTRAL_GRIP_DUMBBELL_BENCH_PRESS
public static final int NEUTRAL_GRIP_DUMBBELL_BENCH_PRESS
- See Also:
- Constant Field Values
NEUTRAL_GRIP_DUMBBELL_INCLINE_BENCH_PRESS
public static final int NEUTRAL_GRIP_DUMBBELL_INCLINE_BENCH_PRESS
- See Also:
- Constant Field Values
ONE_ARM_FLOOR_PRESS
public static final int ONE_ARM_FLOOR_PRESS
- See Also:
- Constant Field Values
WEIGHTED_ONE_ARM_FLOOR_PRESS
public static final int WEIGHTED_ONE_ARM_FLOOR_PRESS
- See Also:
- Constant Field Values
PARTIAL_LOCKOUT
public static final int PARTIAL_LOCKOUT
- See Also:
- Constant Field Values
REVERSE_GRIP_BARBELL_BENCH_PRESS
public static final int REVERSE_GRIP_BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
REVERSE_GRIP_INCLINE_BENCH_PRESS
public static final int REVERSE_GRIP_INCLINE_BENCH_PRESS
- See Also:
- Constant Field Values
SINGLE_ARM_CABLE_CHEST_PRESS
public static final int SINGLE_ARM_CABLE_CHEST_PRESS
- See Also:
- Constant Field Values
SINGLE_ARM_DUMBBELL_BENCH_PRESS
public static final int SINGLE_ARM_DUMBBELL_BENCH_PRESS
- See Also:
- Constant Field Values
SMITH_MACHINE_BENCH_PRESS
public static final int SMITH_MACHINE_BENCH_PRESS
- See Also:
- Constant Field Values
SWISS_BALL_DUMBBELL_CHEST_PRESS
public static final int SWISS_BALL_DUMBBELL_CHEST_PRESS
- See Also:
- Constant Field Values
TRIPLE_STOP_BARBELL_BENCH_PRESS
public static final int TRIPLE_STOP_BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
WIDE_GRIP_BARBELL_BENCH_PRESS
public static final int WIDE_GRIP_BARBELL_BENCH_PRESS
- See Also:
- Constant Field Values
ALTERNATING_DUMBBELL_CHEST_PRESS
public static final int ALTERNATING_DUMBBELL_CHEST_PRESS
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
BenchPressExerciseName
public BenchPressExerciseName()
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