com.garmin.fit
Class LegCurlExerciseName
java.lang.Object
com.garmin.fit.LegCurlExerciseName
public class LegCurlExerciseName
- 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 |
LEG_CURL
public static final int LEG_CURL
- See Also:
- Constant Field Values
WEIGHTED_LEG_CURL
public static final int WEIGHTED_LEG_CURL
- See Also:
- Constant Field Values
GOOD_MORNING
public static final int GOOD_MORNING
- See Also:
- Constant Field Values
SEATED_BARBELL_GOOD_MORNING
public static final int SEATED_BARBELL_GOOD_MORNING
- See Also:
- Constant Field Values
SINGLE_LEG_BARBELL_GOOD_MORNING
public static final int SINGLE_LEG_BARBELL_GOOD_MORNING
- See Also:
- Constant Field Values
SINGLE_LEG_SLIDING_LEG_CURL
public static final int SINGLE_LEG_SLIDING_LEG_CURL
- See Also:
- Constant Field Values
SLIDING_LEG_CURL
public static final int SLIDING_LEG_CURL
- See Also:
- Constant Field Values
SPLIT_BARBELL_GOOD_MORNING
public static final int SPLIT_BARBELL_GOOD_MORNING
- See Also:
- Constant Field Values
SPLIT_STANCE_EXTENSION
public static final int SPLIT_STANCE_EXTENSION
- See Also:
- Constant Field Values
STAGGERED_STANCE_GOOD_MORNING
public static final int STAGGERED_STANCE_GOOD_MORNING
- See Also:
- Constant Field Values
SWISS_BALL_HIP_RAISE_AND_LEG_CURL
public static final int SWISS_BALL_HIP_RAISE_AND_LEG_CURL
- See Also:
- Constant Field Values
ZERCHER_GOOD_MORNING
public static final int ZERCHER_GOOD_MORNING
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
LegCurlExerciseName
public LegCurlExerciseName()
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