com.garmin.fit
Class OlympicLiftExerciseName

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

public class OlympicLiftExerciseName
extends java.lang.Object


Field Summary
static int BARBELL_HANG_POWER_CLEAN
           
static int BARBELL_HANG_POWER_SNATCH
           
static int BARBELL_HANG_PULL
           
static int BARBELL_HANG_SQUAT_CLEAN
           
static int BARBELL_HIGH_PULL
           
static int BARBELL_POWER_CLEAN
           
static int BARBELL_POWER_SNATCH
           
static int BARBELL_SNATCH
           
static int BARBELL_SPLIT_JERK
           
static int BARBELL_SQUAT_CLEAN
           
static int CLEAN
           
static int CLEAN_AND_JERK
           
static int DUMBBELL_CLEAN
           
static int DUMBBELL_HANG_PULL
           
static int INVALID
           
static int ONE_HAND_DUMBBELL_SPLIT_SNATCH
           
static int PUSH_JERK
           
static int SINGLE_ARM_DUMBBELL_SNATCH
           
static int SINGLE_ARM_HANG_SNATCH
           
static int SINGLE_ARM_KETTLEBELL_SNATCH
           
static int SPLIT_JERK
           
static int SQUAT_CLEAN_AND_JERK
           
 
Constructor Summary
OlympicLiftExerciseName()
           
 
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_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
Constructor Detail

OlympicLiftExerciseName

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