public class SportBits0
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BASKETBALL |
static short |
CYCLING |
static short |
FITNESS_EQUIPMENT |
static short |
GENERIC |
static short |
INVALID |
static short |
RUNNING |
static short |
SOCCER |
static short |
SWIMMING |
static short |
TRANSITION |
Constructor and Description |
---|
SportBits0() |
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 GENERIC
public static final short RUNNING
public static final short CYCLING
public static final short TRANSITION
public static final short FITNESS_EQUIPMENT
public static final short SWIMMING
public static final short BASKETBALL
public static final short SOCCER
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