public class SledExerciseName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BACKWARD_DRAG |
static int |
CHEST_PRESS |
static int |
FORWARD_DRAG |
static int |
INVALID |
static int |
LOW_PUSH |
static int |
PUSH |
static int |
ROW |
Constructor and Description |
---|
SledExerciseName() |
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 BACKWARD_DRAG
public static final int CHEST_PRESS
public static final int FORWARD_DRAG
public static final int LOW_PUSH
public static final int PUSH
public static final int ROW
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