com.garmin.fit
Class ExerciseCategory
java.lang.Object
com.garmin.fit.ExerciseCategory
public class ExerciseCategory
- 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 |
BENCH_PRESS
public static final int BENCH_PRESS
- See Also:
- Constant Field Values
CALF_RAISE
public static final int CALF_RAISE
- See Also:
- Constant Field Values
CARDIO
public static final int CARDIO
- See Also:
- Constant Field Values
CARRY
public static final int CARRY
- See Also:
- Constant Field Values
CHOP
public static final int CHOP
- See Also:
- Constant Field Values
CORE
public static final int CORE
- See Also:
- Constant Field Values
CRUNCH
public static final int CRUNCH
- See Also:
- Constant Field Values
CURL
public static final int CURL
- See Also:
- Constant Field Values
DEADLIFT
public static final int DEADLIFT
- See Also:
- Constant Field Values
FLYE
public static final int FLYE
- See Also:
- Constant Field Values
HIP_RAISE
public static final int HIP_RAISE
- See Also:
- Constant Field Values
HIP_STABILITY
public static final int HIP_STABILITY
- See Also:
- Constant Field Values
HIP_SWING
public static final int HIP_SWING
- See Also:
- Constant Field Values
HYPEREXTENSION
public static final int HYPEREXTENSION
- See Also:
- Constant Field Values
LATERAL_RAISE
public static final int LATERAL_RAISE
- See Also:
- Constant Field Values
LEG_CURL
public static final int LEG_CURL
- See Also:
- Constant Field Values
LEG_RAISE
public static final int LEG_RAISE
- See Also:
- Constant Field Values
LUNGE
public static final int LUNGE
- See Also:
- Constant Field Values
OLYMPIC_LIFT
public static final int OLYMPIC_LIFT
- See Also:
- Constant Field Values
PLANK
public static final int PLANK
- See Also:
- Constant Field Values
PLYO
public static final int PLYO
- See Also:
- Constant Field Values
PULL_UP
public static final int PULL_UP
- See Also:
- Constant Field Values
PUSH_UP
public static final int PUSH_UP
- See Also:
- Constant Field Values
ROW
public static final int ROW
- See Also:
- Constant Field Values
SHOULDER_PRESS
public static final int SHOULDER_PRESS
- See Also:
- Constant Field Values
SHOULDER_STABILITY
public static final int SHOULDER_STABILITY
- See Also:
- Constant Field Values
SHRUG
public static final int SHRUG
- See Also:
- Constant Field Values
SIT_UP
public static final int SIT_UP
- See Also:
- Constant Field Values
SQUAT
public static final int SQUAT
- See Also:
- Constant Field Values
TOTAL_BODY
public static final int TOTAL_BODY
- See Also:
- Constant Field Values
TRICEPS_EXTENSION
public static final int TRICEPS_EXTENSION
- See Also:
- Constant Field Values
WARM_UP
public static final int WARM_UP
- See Also:
- Constant Field Values
RUN
public static final int RUN
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
ExerciseCategory
public ExerciseCategory()
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