public class SportBits1
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
ALPINE_SKIING |
static short |
AMERICAN_FOOTBALL |
static short |
CROSS_COUNTRY_SKIING |
static short |
INVALID |
static short |
ROWING |
static short |
SNOWBOARDING |
static short |
TENNIS |
static short |
TRAINING |
static short |
WALKING |
Constructor and Description |
---|
SportBits1() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStringFromValue(java.lang.Short value)
Retrieves the String Representation of the Value
|
static java.lang.Short |
getValueFromString(java.lang.String value)
Returns the enum constant with the specified name.
|
public static final short TENNIS
public static final short AMERICAN_FOOTBALL
public static final short TRAINING
public static final short WALKING
public static final short CROSS_COUNTRY_SKIING
public static final short ALPINE_SKIING
public static final short SNOWBOARDING
public static final short ROWING
public static final short INVALID
public static java.lang.String getStringFromValue(java.lang.Short value)
value
- The enum constantpublic static java.lang.Short getValueFromString(java.lang.String value)
value
- The enum string value