com.garmin.fit
Class ShrugExerciseName

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

public class ShrugExerciseName
extends java.lang.Object


Field Summary
static int BARBELL_JUMP_SHRUG
           
static int BARBELL_SHRUG
           
static int BARBELL_UPRIGHT_ROW
           
static int BEHIND_THE_BACK_SMITH_MACHINE_SHRUG
           
static int DUMBBELL_JUMP_SHRUG
           
static int DUMBBELL_SHRUG
           
static int DUMBBELL_UPRIGHT_ROW
           
static int INCLINE_DUMBBELL_SHRUG
           
static int INVALID
           
static int OVERHEAD_BARBELL_SHRUG
           
static int OVERHEAD_DUMBBELL_SHRUG
           
static int SCAPTION_AND_SHRUG
           
static int SCAPULAR_RETRACTION
           
static int SERRATUS_CHAIR_SHRUG
           
static int SERRATUS_SHRUG
           
static int WEIGHTED_SERRATUS_CHAIR_SHRUG
           
static int WEIGHTED_SERRATUS_SHRUG
           
static int WIDE_GRIP_JUMP_SHRUG
           
 
Constructor Summary
ShrugExerciseName()
           
 
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

BARBELL_JUMP_SHRUG

public static final int BARBELL_JUMP_SHRUG
See Also:
Constant Field Values

BARBELL_SHRUG

public static final int BARBELL_SHRUG
See Also:
Constant Field Values

BARBELL_UPRIGHT_ROW

public static final int BARBELL_UPRIGHT_ROW
See Also:
Constant Field Values

BEHIND_THE_BACK_SMITH_MACHINE_SHRUG

public static final int BEHIND_THE_BACK_SMITH_MACHINE_SHRUG
See Also:
Constant Field Values

DUMBBELL_JUMP_SHRUG

public static final int DUMBBELL_JUMP_SHRUG
See Also:
Constant Field Values

DUMBBELL_SHRUG

public static final int DUMBBELL_SHRUG
See Also:
Constant Field Values

DUMBBELL_UPRIGHT_ROW

public static final int DUMBBELL_UPRIGHT_ROW
See Also:
Constant Field Values

INCLINE_DUMBBELL_SHRUG

public static final int INCLINE_DUMBBELL_SHRUG
See Also:
Constant Field Values

OVERHEAD_BARBELL_SHRUG

public static final int OVERHEAD_BARBELL_SHRUG
See Also:
Constant Field Values

OVERHEAD_DUMBBELL_SHRUG

public static final int OVERHEAD_DUMBBELL_SHRUG
See Also:
Constant Field Values

SCAPTION_AND_SHRUG

public static final int SCAPTION_AND_SHRUG
See Also:
Constant Field Values

SCAPULAR_RETRACTION

public static final int SCAPULAR_RETRACTION
See Also:
Constant Field Values

SERRATUS_CHAIR_SHRUG

public static final int SERRATUS_CHAIR_SHRUG
See Also:
Constant Field Values

WEIGHTED_SERRATUS_CHAIR_SHRUG

public static final int WEIGHTED_SERRATUS_CHAIR_SHRUG
See Also:
Constant Field Values

SERRATUS_SHRUG

public static final int SERRATUS_SHRUG
See Also:
Constant Field Values

WEIGHTED_SERRATUS_SHRUG

public static final int WEIGHTED_SERRATUS_SHRUG
See Also:
Constant Field Values

WIDE_GRIP_JUMP_SHRUG

public static final int WIDE_GRIP_JUMP_SHRUG
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

ShrugExerciseName

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