com.garmin.fit
Class LegCurlExerciseName

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

public class LegCurlExerciseName
extends java.lang.Object


Field Summary
static int GOOD_MORNING
           
static int INVALID
           
static int LEG_CURL
           
static int SEATED_BARBELL_GOOD_MORNING
           
static int SINGLE_LEG_BARBELL_GOOD_MORNING
           
static int SINGLE_LEG_SLIDING_LEG_CURL
           
static int SLIDING_LEG_CURL
           
static int SPLIT_BARBELL_GOOD_MORNING
           
static int SPLIT_STANCE_EXTENSION
           
static int STAGGERED_STANCE_GOOD_MORNING
           
static int SWISS_BALL_HIP_RAISE_AND_LEG_CURL
           
static int WEIGHTED_LEG_CURL
           
static int ZERCHER_GOOD_MORNING
           
 
Constructor Summary
LegCurlExerciseName()
           
 
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

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
Constructor Detail

LegCurlExerciseName

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