com.garmin.fit
Class OlympicLiftExerciseName
java.lang.Object
com.garmin.fit.OlympicLiftExerciseName
public class OlympicLiftExerciseName
- 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_HANG_POWER_CLEAN
public static final int BARBELL_HANG_POWER_CLEAN
- See Also:
- Constant Field Values
BARBELL_HANG_SQUAT_CLEAN
public static final int BARBELL_HANG_SQUAT_CLEAN
- See Also:
- Constant Field Values
BARBELL_POWER_CLEAN
public static final int BARBELL_POWER_CLEAN
- See Also:
- Constant Field Values
BARBELL_POWER_SNATCH
public static final int BARBELL_POWER_SNATCH
- See Also:
- Constant Field Values
BARBELL_SQUAT_CLEAN
public static final int BARBELL_SQUAT_CLEAN
- See Also:
- Constant Field Values
CLEAN_AND_JERK
public static final int CLEAN_AND_JERK
- See Also:
- Constant Field Values
BARBELL_HANG_POWER_SNATCH
public static final int BARBELL_HANG_POWER_SNATCH
- See Also:
- Constant Field Values
BARBELL_HANG_PULL
public static final int BARBELL_HANG_PULL
- See Also:
- Constant Field Values
BARBELL_HIGH_PULL
public static final int BARBELL_HIGH_PULL
- See Also:
- Constant Field Values
BARBELL_SNATCH
public static final int BARBELL_SNATCH
- See Also:
- Constant Field Values
BARBELL_SPLIT_JERK
public static final int BARBELL_SPLIT_JERK
- See Also:
- Constant Field Values
CLEAN
public static final int CLEAN
- See Also:
- Constant Field Values
DUMBBELL_CLEAN
public static final int DUMBBELL_CLEAN
- See Also:
- Constant Field Values
DUMBBELL_HANG_PULL
public static final int DUMBBELL_HANG_PULL
- See Also:
- Constant Field Values
ONE_HAND_DUMBBELL_SPLIT_SNATCH
public static final int ONE_HAND_DUMBBELL_SPLIT_SNATCH
- See Also:
- Constant Field Values
PUSH_JERK
public static final int PUSH_JERK
- See Also:
- Constant Field Values
SINGLE_ARM_DUMBBELL_SNATCH
public static final int SINGLE_ARM_DUMBBELL_SNATCH
- See Also:
- Constant Field Values
SINGLE_ARM_HANG_SNATCH
public static final int SINGLE_ARM_HANG_SNATCH
- See Also:
- Constant Field Values
SINGLE_ARM_KETTLEBELL_SNATCH
public static final int SINGLE_ARM_KETTLEBELL_SNATCH
- See Also:
- Constant Field Values
SPLIT_JERK
public static final int SPLIT_JERK
- See Also:
- Constant Field Values
SQUAT_CLEAN_AND_JERK
public static final int SQUAT_CLEAN_AND_JERK
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
OlympicLiftExerciseName
public OlympicLiftExerciseName()
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