com.garmin.fit
Class BenchPressExerciseName

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

public class BenchPressExerciseName
extends java.lang.Object


Field Summary
static int ALTERNATING_DUMBBELL_CHEST_PRESS
           
static int ALTERNATING_DUMBBELL_CHEST_PRESS_ON_SWISS_BALL
           
static int BARBELL_BENCH_PRESS
           
static int BARBELL_BOARD_BENCH_PRESS
           
static int BARBELL_FLOOR_PRESS
           
static int CLOSE_GRIP_BARBELL_BENCH_PRESS
           
static int DECLINE_DUMBBELL_BENCH_PRESS
           
static int DUMBBELL_BENCH_PRESS
           
static int DUMBBELL_FLOOR_PRESS
           
static int INCLINE_BARBELL_BENCH_PRESS
           
static int INCLINE_DUMBBELL_BENCH_PRESS
           
static int INCLINE_SMITH_MACHINE_BENCH_PRESS
           
static int INVALID
           
static int ISOMETRIC_BARBELL_BENCH_PRESS
           
static int KETTLEBELL_CHEST_PRESS
           
static int NEUTRAL_GRIP_DUMBBELL_BENCH_PRESS
           
static int NEUTRAL_GRIP_DUMBBELL_INCLINE_BENCH_PRESS
           
static int ONE_ARM_FLOOR_PRESS
           
static int PARTIAL_LOCKOUT
           
static int REVERSE_GRIP_BARBELL_BENCH_PRESS
           
static int REVERSE_GRIP_INCLINE_BENCH_PRESS
           
static int SINGLE_ARM_CABLE_CHEST_PRESS
           
static int SINGLE_ARM_DUMBBELL_BENCH_PRESS
           
static int SMITH_MACHINE_BENCH_PRESS
           
static int SWISS_BALL_DUMBBELL_CHEST_PRESS
           
static int TRIPLE_STOP_BARBELL_BENCH_PRESS
           
static int WEIGHTED_ONE_ARM_FLOOR_PRESS
           
static int WIDE_GRIP_BARBELL_BENCH_PRESS
           
 
Constructor Summary
BenchPressExerciseName()
           
 
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

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
Constructor Detail

BenchPressExerciseName

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