public class TotalBodyExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BURPEE |
static int |
BURPEE_BOX_JUMP |
static int |
HIGH_PULL_BURPEE |
static int |
INVALID |
static int |
MAN_MAKERS |
static int |
ONE_ARM_BURPEE |
static int |
SQUAT_PLANK_PUSH_UP |
static int |
SQUAT_THRUSTS |
static int |
STANDING_T_ROTATION_BALANCE |
static int |
WEIGHTED_BURPEE |
static int |
WEIGHTED_BURPEE_BOX_JUMP |
static int |
WEIGHTED_SQUAT_PLANK_PUSH_UP |
static int |
WEIGHTED_SQUAT_THRUSTS |
static int |
WEIGHTED_STANDING_T_ROTATION_BALANCE |
Constructor and Description |
---|
TotalBodyExerciseName() |
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 BURPEE
public static final int WEIGHTED_BURPEE
public static final int BURPEE_BOX_JUMP
public static final int WEIGHTED_BURPEE_BOX_JUMP
public static final int HIGH_PULL_BURPEE
public static final int MAN_MAKERS
public static final int ONE_ARM_BURPEE
public static final int SQUAT_THRUSTS
public static final int WEIGHTED_SQUAT_THRUSTS
public static final int SQUAT_PLANK_PUSH_UP
public static final int WEIGHTED_SQUAT_PLANK_PUSH_UP
public static final int STANDING_T_ROTATION_BALANCE
public static final int WEIGHTED_STANDING_T_ROTATION_BALANCE
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