com.garmin.fit
Class ShoulderStabilityExerciseName

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

public class ShoulderStabilityExerciseName
extends java.lang.Object


Field Summary
static int _90_DEGREE_CABLE_EXTERNAL_ROTATION
           
static int BAND_EXTERNAL_ROTATION
           
static int BAND_INTERNAL_ROTATION
           
static int BENT_ARM_LATERAL_RAISE_AND_EXTERNAL_ROTATION
           
static int CABLE_EXTERNAL_ROTATION
           
static int DUMBBELL_FACE_PULL_WITH_EXTERNAL_ROTATION
           
static int FLOOR_I_RAISE
           
static int FLOOR_T_RAISE
           
static int FLOOR_Y_RAISE
           
static int INCLINE_I_RAISE
           
static int INCLINE_L_RAISE
           
static int INCLINE_T_RAISE
           
static int INCLINE_W_RAISE
           
static int INCLINE_Y_RAISE
           
static int INVALID
           
static int LYING_EXTERNAL_ROTATION
           
static int SEATED_DUMBBELL_EXTERNAL_ROTATION
           
static int STANDING_L_RAISE
           
static int SWISS_BALL_I_RAISE
           
static int SWISS_BALL_T_RAISE
           
static int SWISS_BALL_W_RAISE
           
static int SWISS_BALL_Y_RAISE
           
static int WEIGHTED_FLOOR_I_RAISE
           
static int WEIGHTED_FLOOR_T_RAISE
           
static int WEIGHTED_FLOOR_Y_RAISE
           
static int WEIGHTED_INCLINE_I_RAISE
           
static int WEIGHTED_INCLINE_L_RAISE
           
static int WEIGHTED_INCLINE_T_RAISE
           
static int WEIGHTED_INCLINE_W_RAISE
           
static int WEIGHTED_INCLINE_Y_RAISE
           
static int WEIGHTED_SWISS_BALL_I_RAISE
           
static int WEIGHTED_SWISS_BALL_T_RAISE
           
static int WEIGHTED_SWISS_BALL_W_RAISE
           
static int WEIGHTED_SWISS_BALL_Y_RAISE
           
 
Constructor Summary
ShoulderStabilityExerciseName()
           
 
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

_90_DEGREE_CABLE_EXTERNAL_ROTATION

public static final int _90_DEGREE_CABLE_EXTERNAL_ROTATION
See Also:
Constant Field Values

BAND_EXTERNAL_ROTATION

public static final int BAND_EXTERNAL_ROTATION
See Also:
Constant Field Values

BAND_INTERNAL_ROTATION

public static final int BAND_INTERNAL_ROTATION
See Also:
Constant Field Values

BENT_ARM_LATERAL_RAISE_AND_EXTERNAL_ROTATION

public static final int BENT_ARM_LATERAL_RAISE_AND_EXTERNAL_ROTATION
See Also:
Constant Field Values

CABLE_EXTERNAL_ROTATION

public static final int CABLE_EXTERNAL_ROTATION
See Also:
Constant Field Values

DUMBBELL_FACE_PULL_WITH_EXTERNAL_ROTATION

public static final int DUMBBELL_FACE_PULL_WITH_EXTERNAL_ROTATION
See Also:
Constant Field Values

FLOOR_I_RAISE

public static final int FLOOR_I_RAISE
See Also:
Constant Field Values

WEIGHTED_FLOOR_I_RAISE

public static final int WEIGHTED_FLOOR_I_RAISE
See Also:
Constant Field Values

FLOOR_T_RAISE

public static final int FLOOR_T_RAISE
See Also:
Constant Field Values

WEIGHTED_FLOOR_T_RAISE

public static final int WEIGHTED_FLOOR_T_RAISE
See Also:
Constant Field Values

FLOOR_Y_RAISE

public static final int FLOOR_Y_RAISE
See Also:
Constant Field Values

WEIGHTED_FLOOR_Y_RAISE

public static final int WEIGHTED_FLOOR_Y_RAISE
See Also:
Constant Field Values

INCLINE_I_RAISE

public static final int INCLINE_I_RAISE
See Also:
Constant Field Values

WEIGHTED_INCLINE_I_RAISE

public static final int WEIGHTED_INCLINE_I_RAISE
See Also:
Constant Field Values

INCLINE_L_RAISE

public static final int INCLINE_L_RAISE
See Also:
Constant Field Values

WEIGHTED_INCLINE_L_RAISE

public static final int WEIGHTED_INCLINE_L_RAISE
See Also:
Constant Field Values

INCLINE_T_RAISE

public static final int INCLINE_T_RAISE
See Also:
Constant Field Values

WEIGHTED_INCLINE_T_RAISE

public static final int WEIGHTED_INCLINE_T_RAISE
See Also:
Constant Field Values

INCLINE_W_RAISE

public static final int INCLINE_W_RAISE
See Also:
Constant Field Values

WEIGHTED_INCLINE_W_RAISE

public static final int WEIGHTED_INCLINE_W_RAISE
See Also:
Constant Field Values

INCLINE_Y_RAISE

public static final int INCLINE_Y_RAISE
See Also:
Constant Field Values

WEIGHTED_INCLINE_Y_RAISE

public static final int WEIGHTED_INCLINE_Y_RAISE
See Also:
Constant Field Values

LYING_EXTERNAL_ROTATION

public static final int LYING_EXTERNAL_ROTATION
See Also:
Constant Field Values

SEATED_DUMBBELL_EXTERNAL_ROTATION

public static final int SEATED_DUMBBELL_EXTERNAL_ROTATION
See Also:
Constant Field Values

STANDING_L_RAISE

public static final int STANDING_L_RAISE
See Also:
Constant Field Values

SWISS_BALL_I_RAISE

public static final int SWISS_BALL_I_RAISE
See Also:
Constant Field Values

WEIGHTED_SWISS_BALL_I_RAISE

public static final int WEIGHTED_SWISS_BALL_I_RAISE
See Also:
Constant Field Values

SWISS_BALL_T_RAISE

public static final int SWISS_BALL_T_RAISE
See Also:
Constant Field Values

WEIGHTED_SWISS_BALL_T_RAISE

public static final int WEIGHTED_SWISS_BALL_T_RAISE
See Also:
Constant Field Values

SWISS_BALL_W_RAISE

public static final int SWISS_BALL_W_RAISE
See Also:
Constant Field Values

WEIGHTED_SWISS_BALL_W_RAISE

public static final int WEIGHTED_SWISS_BALL_W_RAISE
See Also:
Constant Field Values

SWISS_BALL_Y_RAISE

public static final int SWISS_BALL_Y_RAISE
See Also:
Constant Field Values

WEIGHTED_SWISS_BALL_Y_RAISE

public static final int WEIGHTED_SWISS_BALL_Y_RAISE
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

ShoulderStabilityExerciseName

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