public class SportBits2
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BOATING |
static short |
E_BIKING |
static short |
FLYING |
static short |
HIKING |
static short |
INVALID |
static short |
MOTORCYCLING |
static short |
MOUNTAINEERING |
static short |
MULTISPORT |
static short |
PADDLING |
Constructor and Description |
---|
SportBits2() |
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 MOUNTAINEERING
public static final short HIKING
public static final short MULTISPORT
public static final short PADDLING
public static final short FLYING
public static final short E_BIKING
public static final short MOTORCYCLING
public static final short BOATING
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