public class HipSwingExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INVALID |
static int |
ONE_ARM_SWING |
static int |
SINGLE_ARM_DUMBBELL_SWING |
static int |
SINGLE_ARM_KETTLEBELL_SWING |
static int |
STEP_OUT_SWING |
Constructor and Description |
---|
HipSwingExerciseName() |
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 SINGLE_ARM_KETTLEBELL_SWING
public static final int SINGLE_ARM_DUMBBELL_SWING
public static final int STEP_OUT_SWING
public static final int ONE_ARM_SWING
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