com.garmin.fit
Class ShrugExerciseName
java.lang.Object
com.garmin.fit.ShrugExerciseName
public class ShrugExerciseName
- 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 |
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
ShrugExerciseName
public ShrugExerciseName()
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