public enum BodyLocation extends java.lang.Enum<BodyLocation>
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static BodyLocation |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(BodyLocation value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static BodyLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BodyLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodyLocation LEFT_LEG
public static final BodyLocation LEFT_CALF
public static final BodyLocation LEFT_SHIN
public static final BodyLocation LEFT_HAMSTRING
public static final BodyLocation LEFT_QUAD
public static final BodyLocation LEFT_GLUTE
public static final BodyLocation RIGHT_LEG
public static final BodyLocation RIGHT_CALF
public static final BodyLocation RIGHT_SHIN
public static final BodyLocation RIGHT_HAMSTRING
public static final BodyLocation RIGHT_QUAD
public static final BodyLocation RIGHT_GLUTE
public static final BodyLocation TORSO_BACK
public static final BodyLocation LEFT_LOWER_BACK
public static final BodyLocation LEFT_UPPER_BACK
public static final BodyLocation RIGHT_LOWER_BACK
public static final BodyLocation RIGHT_UPPER_BACK
public static final BodyLocation TORSO_FRONT
public static final BodyLocation LEFT_ABDOMEN
public static final BodyLocation LEFT_CHEST
public static final BodyLocation RIGHT_ABDOMEN
public static final BodyLocation RIGHT_CHEST
public static final BodyLocation LEFT_ARM
public static final BodyLocation LEFT_SHOULDER
public static final BodyLocation LEFT_BICEP
public static final BodyLocation LEFT_TRICEP
public static final BodyLocation LEFT_BRACHIORADIALIS
public static final BodyLocation LEFT_FOREARM_EXTENSORS
public static final BodyLocation RIGHT_ARM
public static final BodyLocation RIGHT_SHOULDER
public static final BodyLocation RIGHT_BICEP
public static final BodyLocation RIGHT_TRICEP
public static final BodyLocation RIGHT_BRACHIORADIALIS
public static final BodyLocation RIGHT_FOREARM_EXTENSORS
public static final BodyLocation NECK
public static final BodyLocation THROAT
public static final BodyLocation WAIST_MID_BACK
public static final BodyLocation WAIST_FRONT
public static final BodyLocation WAIST_LEFT
public static final BodyLocation WAIST_RIGHT
public static final BodyLocation INVALID
public static BodyLocation[] values()
for (BodyLocation c : BodyLocation.values()) System.out.println(c);
public static BodyLocation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static BodyLocation getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(BodyLocation value)
value
- The enum constantpublic short getValue()