public class OlympicLiftExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BARBELL_HANG_POWER_CLEAN |
static int |
BARBELL_HANG_POWER_SNATCH |
static int |
BARBELL_HANG_PULL |
static int |
BARBELL_HANG_SQUAT_CLEAN |
static int |
BARBELL_HIGH_PULL |
static int |
BARBELL_POWER_CLEAN |
static int |
BARBELL_POWER_SNATCH |
static int |
BARBELL_SNATCH |
static int |
BARBELL_SPLIT_JERK |
static int |
BARBELL_SQUAT_CLEAN |
static int |
CLEAN |
static int |
CLEAN_AND_JERK |
static int |
CLEAN_AND_PRESS |
static int |
DUMBBELL_CLEAN |
static int |
DUMBBELL_HANG_PULL |
static int |
DUMBBELL_HANG_SNATCH |
static int |
DUMBBELL_POWER_CLEAN_AND_JERK |
static int |
DUMBBELL_POWER_CLEAN_AND_PUSH_PRESS |
static int |
DUMBBELL_POWER_CLEAN_AND_STRICT_PRESS |
static int |
DUMBBELL_SNATCH |
static int |
INVALID |
static int |
MEDICINE_BALL_CLEAN |
static int |
ONE_HAND_DUMBBELL_SPLIT_SNATCH |
static int |
PUSH_JERK |
static int |
SINGLE_ARM_DUMBBELL_SNATCH |
static int |
SINGLE_ARM_HANG_SNATCH |
static int |
SINGLE_ARM_KETTLEBELL_SNATCH |
static int |
SNATCH |
static int |
SPLIT_JERK |
static int |
SQUAT_CLEAN_AND_JERK |
Constructor and Description |
---|
OlympicLiftExerciseName() |
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 BARBELL_HANG_POWER_CLEAN
public static final int BARBELL_HANG_SQUAT_CLEAN
public static final int BARBELL_POWER_CLEAN
public static final int BARBELL_POWER_SNATCH
public static final int BARBELL_SQUAT_CLEAN
public static final int CLEAN_AND_JERK
public static final int BARBELL_HANG_POWER_SNATCH
public static final int BARBELL_HANG_PULL
public static final int BARBELL_HIGH_PULL
public static final int BARBELL_SNATCH
public static final int BARBELL_SPLIT_JERK
public static final int CLEAN
public static final int DUMBBELL_CLEAN
public static final int DUMBBELL_HANG_PULL
public static final int ONE_HAND_DUMBBELL_SPLIT_SNATCH
public static final int PUSH_JERK
public static final int SINGLE_ARM_DUMBBELL_SNATCH
public static final int SINGLE_ARM_HANG_SNATCH
public static final int SINGLE_ARM_KETTLEBELL_SNATCH
public static final int SPLIT_JERK
public static final int SQUAT_CLEAN_AND_JERK
public static final int DUMBBELL_HANG_SNATCH
public static final int DUMBBELL_POWER_CLEAN_AND_JERK
public static final int DUMBBELL_POWER_CLEAN_AND_PUSH_PRESS
public static final int DUMBBELL_POWER_CLEAN_AND_STRICT_PRESS
public static final int DUMBBELL_SNATCH
public static final int MEDICINE_BALL_CLEAN
public static final int CLEAN_AND_PRESS
public static final int SNATCH
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