public class SportBits5
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BOXING |
static short |
INVALID |
static short |
JUMPMASTER |
static short |
KAYAKING |
static short |
KITESURFING |
static short |
RAFTING |
static short |
TACTICAL |
static short |
WATER_SKIING |
static short |
WINDSURFING |
Constructor and Description |
---|
SportBits5() |
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 WATER_SKIING
public static final short KAYAKING
public static final short RAFTING
public static final short WINDSURFING
public static final short KITESURFING
public static final short TACTICAL
public static final short JUMPMASTER
public static final short BOXING
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