public class FlyeExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ARM_ROTATIONS |
static int |
CABLE_CROSSOVER |
static int |
DECLINE_DUMBBELL_FLYE |
static int |
DUMBBELL_FLYE |
static int |
HUG_A_TREE |
static int |
INCLINE_DUMBBELL_FLYE |
static int |
INVALID |
static int |
KETTLEBELL_FLYE |
static int |
KNEELING_REAR_FLYE |
static int |
SINGLE_ARM_STANDING_CABLE_REVERSE_FLYE |
static int |
SWISS_BALL_DUMBBELL_FLYE |
Constructor and Description |
---|
FlyeExerciseName() |
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 CABLE_CROSSOVER
public static final int DECLINE_DUMBBELL_FLYE
public static final int DUMBBELL_FLYE
public static final int INCLINE_DUMBBELL_FLYE
public static final int KETTLEBELL_FLYE
public static final int KNEELING_REAR_FLYE
public static final int SINGLE_ARM_STANDING_CABLE_REVERSE_FLYE
public static final int SWISS_BALL_DUMBBELL_FLYE
public static final int ARM_ROTATIONS
public static final int HUG_A_TREE
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