public class LegCurlExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BAND_GOOD_MORNING |
static int |
BAR_GOOD_MORNING |
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 and Description |
---|
LegCurlExerciseName() |
Modifier and Type | Method and Description |
---|---|
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)
Returns the enum constant with the specified name.
|
public static final int LEG_CURL
public static final int WEIGHTED_LEG_CURL
public static final int GOOD_MORNING
public static final int SEATED_BARBELL_GOOD_MORNING
public static final int SINGLE_LEG_BARBELL_GOOD_MORNING
public static final int SINGLE_LEG_SLIDING_LEG_CURL
public static final int SLIDING_LEG_CURL
public static final int SPLIT_BARBELL_GOOD_MORNING
public static final int SPLIT_STANCE_EXTENSION
public static final int STAGGERED_STANCE_GOOD_MORNING
public static final int SWISS_BALL_HIP_RAISE_AND_LEG_CURL
public static final int ZERCHER_GOOD_MORNING
public static final int BAND_GOOD_MORNING
public static final int BAR_GOOD_MORNING
public static final int INVALID
public static java.lang.String getStringFromValue(java.lang.Integer value)
value
- The enum constantpublic static java.lang.Integer getValueFromString(java.lang.String value)
value
- The enum string value