com.garmin.fit
Class TotalBodyExerciseName
java.lang.Object
com.garmin.fit.TotalBodyExerciseName
public class TotalBodyExerciseName
- 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 |
BURPEE
public static final int BURPEE
- See Also:
- Constant Field Values
WEIGHTED_BURPEE
public static final int WEIGHTED_BURPEE
- See Also:
- Constant Field Values
BURPEE_BOX_JUMP
public static final int BURPEE_BOX_JUMP
- See Also:
- Constant Field Values
WEIGHTED_BURPEE_BOX_JUMP
public static final int WEIGHTED_BURPEE_BOX_JUMP
- See Also:
- Constant Field Values
HIGH_PULL_BURPEE
public static final int HIGH_PULL_BURPEE
- See Also:
- Constant Field Values
MAN_MAKERS
public static final int MAN_MAKERS
- See Also:
- Constant Field Values
ONE_ARM_BURPEE
public static final int ONE_ARM_BURPEE
- See Also:
- Constant Field Values
SQUAT_THRUSTS
public static final int SQUAT_THRUSTS
- See Also:
- Constant Field Values
WEIGHTED_SQUAT_THRUSTS
public static final int WEIGHTED_SQUAT_THRUSTS
- See Also:
- Constant Field Values
SQUAT_PLANK_PUSH_UP
public static final int SQUAT_PLANK_PUSH_UP
- See Also:
- Constant Field Values
WEIGHTED_SQUAT_PLANK_PUSH_UP
public static final int WEIGHTED_SQUAT_PLANK_PUSH_UP
- See Also:
- Constant Field Values
STANDING_T_ROTATION_BALANCE
public static final int STANDING_T_ROTATION_BALANCE
- See Also:
- Constant Field Values
WEIGHTED_STANDING_T_ROTATION_BALANCE
public static final int WEIGHTED_STANDING_T_ROTATION_BALANCE
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
TotalBodyExerciseName
public TotalBodyExerciseName()
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