com.garmin.fit
Class CalfRaiseExerciseName
java.lang.Object
com.garmin.fit.CalfRaiseExerciseName
public class CalfRaiseExerciseName
- 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 |
_3_WAY_CALF_RAISE
public static final int _3_WAY_CALF_RAISE
- See Also:
- Constant Field Values
_3_WAY_WEIGHTED_CALF_RAISE
public static final int _3_WAY_WEIGHTED_CALF_RAISE
- See Also:
- Constant Field Values
_3_WAY_SINGLE_LEG_CALF_RAISE
public static final int _3_WAY_SINGLE_LEG_CALF_RAISE
- See Also:
- Constant Field Values
_3_WAY_WEIGHTED_SINGLE_LEG_CALF_RAISE
public static final int _3_WAY_WEIGHTED_SINGLE_LEG_CALF_RAISE
- See Also:
- Constant Field Values
DONKEY_CALF_RAISE
public static final int DONKEY_CALF_RAISE
- See Also:
- Constant Field Values
WEIGHTED_DONKEY_CALF_RAISE
public static final int WEIGHTED_DONKEY_CALF_RAISE
- See Also:
- Constant Field Values
SEATED_CALF_RAISE
public static final int SEATED_CALF_RAISE
- See Also:
- Constant Field Values
WEIGHTED_SEATED_CALF_RAISE
public static final int WEIGHTED_SEATED_CALF_RAISE
- See Also:
- Constant Field Values
SEATED_DUMBBELL_TOE_RAISE
public static final int SEATED_DUMBBELL_TOE_RAISE
- See Also:
- Constant Field Values
SINGLE_LEG_BENT_KNEE_CALF_RAISE
public static final int SINGLE_LEG_BENT_KNEE_CALF_RAISE
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_LEG_BENT_KNEE_CALF_RAISE
public static final int WEIGHTED_SINGLE_LEG_BENT_KNEE_CALF_RAISE
- See Also:
- Constant Field Values
SINGLE_LEG_DECLINE_PUSH_UP
public static final int SINGLE_LEG_DECLINE_PUSH_UP
- See Also:
- Constant Field Values
SINGLE_LEG_DONKEY_CALF_RAISE
public static final int SINGLE_LEG_DONKEY_CALF_RAISE
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_LEG_DONKEY_CALF_RAISE
public static final int WEIGHTED_SINGLE_LEG_DONKEY_CALF_RAISE
- See Also:
- Constant Field Values
SINGLE_LEG_HIP_RAISE_WITH_KNEE_HOLD
public static final int SINGLE_LEG_HIP_RAISE_WITH_KNEE_HOLD
- See Also:
- Constant Field Values
SINGLE_LEG_STANDING_CALF_RAISE
public static final int SINGLE_LEG_STANDING_CALF_RAISE
- See Also:
- Constant Field Values
SINGLE_LEG_STANDING_DUMBBELL_CALF_RAISE
public static final int SINGLE_LEG_STANDING_DUMBBELL_CALF_RAISE
- See Also:
- Constant Field Values
STANDING_BARBELL_CALF_RAISE
public static final int STANDING_BARBELL_CALF_RAISE
- See Also:
- Constant Field Values
STANDING_CALF_RAISE
public static final int STANDING_CALF_RAISE
- See Also:
- Constant Field Values
WEIGHTED_STANDING_CALF_RAISE
public static final int WEIGHTED_STANDING_CALF_RAISE
- See Also:
- Constant Field Values
STANDING_DUMBBELL_CALF_RAISE
public static final int STANDING_DUMBBELL_CALF_RAISE
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
CalfRaiseExerciseName
public CalfRaiseExerciseName()
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