com.garmin.fit
Class ShoulderPressExerciseName

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

public class ShoulderPressExerciseName
extends java.lang.Object


Field Summary
static int ALTERNATING_DUMBBELL_SHOULDER_PRESS
           
static int ARNOLD_PRESS
           
static int BARBELL_FRONT_SQUAT_TO_PUSH_PRESS
           
static int BARBELL_PUSH_PRESS
           
static int BARBELL_SHOULDER_PRESS
           
static int DEAD_CURL_PRESS
           
static int DUMBBELL_ALTERNATING_SHOULDER_PRESS_AND_TWIST
           
static int DUMBBELL_HAMMER_CURL_TO_LUNGE_TO_PRESS
           
static int DUMBBELL_PUSH_PRESS
           
static int FLOOR_INVERTED_SHOULDER_PRESS
           
static int INVALID
           
static int INVERTED_SHOULDER_PRESS
           
static int ONE_ARM_PUSH_PRESS
           
static int OVERHEAD_BARBELL_PRESS
           
static int OVERHEAD_DUMBBELL_PRESS
           
static int SEATED_BARBELL_SHOULDER_PRESS
           
static int SEATED_DUMBBELL_SHOULDER_PRESS
           
static int SINGLE_ARM_DUMBBELL_SHOULDER_PRESS
           
static int SINGLE_ARM_STEP_UP_AND_PRESS
           
static int SMITH_MACHINE_OVERHEAD_PRESS
           
static int SPLIT_STANCE_HAMMER_CURL_TO_PRESS
           
static int SWISS_BALL_DUMBBELL_SHOULDER_PRESS
           
static int WEIGHT_PLATE_FRONT_RAISE
           
static int WEIGHTED_FLOOR_INVERTED_SHOULDER_PRESS
           
static int WEIGHTED_INVERTED_SHOULDER_PRESS
           
 
Constructor Summary
ShoulderPressExerciseName()
           
 
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_SHOULDER_PRESS

public static final int ALTERNATING_DUMBBELL_SHOULDER_PRESS
See Also:
Constant Field Values

ARNOLD_PRESS

public static final int ARNOLD_PRESS
See Also:
Constant Field Values

BARBELL_FRONT_SQUAT_TO_PUSH_PRESS

public static final int BARBELL_FRONT_SQUAT_TO_PUSH_PRESS
See Also:
Constant Field Values

BARBELL_PUSH_PRESS

public static final int BARBELL_PUSH_PRESS
See Also:
Constant Field Values

BARBELL_SHOULDER_PRESS

public static final int BARBELL_SHOULDER_PRESS
See Also:
Constant Field Values

DEAD_CURL_PRESS

public static final int DEAD_CURL_PRESS
See Also:
Constant Field Values

DUMBBELL_ALTERNATING_SHOULDER_PRESS_AND_TWIST

public static final int DUMBBELL_ALTERNATING_SHOULDER_PRESS_AND_TWIST
See Also:
Constant Field Values

DUMBBELL_HAMMER_CURL_TO_LUNGE_TO_PRESS

public static final int DUMBBELL_HAMMER_CURL_TO_LUNGE_TO_PRESS
See Also:
Constant Field Values

DUMBBELL_PUSH_PRESS

public static final int DUMBBELL_PUSH_PRESS
See Also:
Constant Field Values

FLOOR_INVERTED_SHOULDER_PRESS

public static final int FLOOR_INVERTED_SHOULDER_PRESS
See Also:
Constant Field Values

WEIGHTED_FLOOR_INVERTED_SHOULDER_PRESS

public static final int WEIGHTED_FLOOR_INVERTED_SHOULDER_PRESS
See Also:
Constant Field Values

INVERTED_SHOULDER_PRESS

public static final int INVERTED_SHOULDER_PRESS
See Also:
Constant Field Values

WEIGHTED_INVERTED_SHOULDER_PRESS

public static final int WEIGHTED_INVERTED_SHOULDER_PRESS
See Also:
Constant Field Values

ONE_ARM_PUSH_PRESS

public static final int ONE_ARM_PUSH_PRESS
See Also:
Constant Field Values

OVERHEAD_BARBELL_PRESS

public static final int OVERHEAD_BARBELL_PRESS
See Also:
Constant Field Values

OVERHEAD_DUMBBELL_PRESS

public static final int OVERHEAD_DUMBBELL_PRESS
See Also:
Constant Field Values

SEATED_BARBELL_SHOULDER_PRESS

public static final int SEATED_BARBELL_SHOULDER_PRESS
See Also:
Constant Field Values

SEATED_DUMBBELL_SHOULDER_PRESS

public static final int SEATED_DUMBBELL_SHOULDER_PRESS
See Also:
Constant Field Values

SINGLE_ARM_DUMBBELL_SHOULDER_PRESS

public static final int SINGLE_ARM_DUMBBELL_SHOULDER_PRESS
See Also:
Constant Field Values

SINGLE_ARM_STEP_UP_AND_PRESS

public static final int SINGLE_ARM_STEP_UP_AND_PRESS
See Also:
Constant Field Values

SMITH_MACHINE_OVERHEAD_PRESS

public static final int SMITH_MACHINE_OVERHEAD_PRESS
See Also:
Constant Field Values

SPLIT_STANCE_HAMMER_CURL_TO_PRESS

public static final int SPLIT_STANCE_HAMMER_CURL_TO_PRESS
See Also:
Constant Field Values

SWISS_BALL_DUMBBELL_SHOULDER_PRESS

public static final int SWISS_BALL_DUMBBELL_SHOULDER_PRESS
See Also:
Constant Field Values

WEIGHT_PLATE_FRONT_RAISE

public static final int WEIGHT_PLATE_FRONT_RAISE
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

ShoulderPressExerciseName

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