public class CarryExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BAR_HOLDS |
static int |
FARMERS_WALK |
static int |
FARMERS_WALK_ON_TOES |
static int |
HEX_DUMBBELL_HOLD |
static int |
INVALID |
static int |
OVERHEAD_CARRY |
Constructor and Description |
---|
CarryExerciseName() |
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 BAR_HOLDS
public static final int FARMERS_WALK
public static final int FARMERS_WALK_ON_TOES
public static final int HEX_DUMBBELL_HOLD
public static final int OVERHEAD_CARRY
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