public class SportBits4
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
ICE_SKATING |
static short |
INVALID |
static short |
SAILING |
static short |
SKY_DIVING |
static short |
SNOWMOBILING |
static short |
SNOWSHOEING |
static short |
STAND_UP_PADDLEBOARDING |
static short |
SURFING |
static short |
WAKEBOARDING |
Constructor and Description |
---|
SportBits4() |
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 SAILING
public static final short ICE_SKATING
public static final short SKY_DIVING
public static final short SNOWSHOEING
public static final short SNOWMOBILING
public static final short STAND_UP_PADDLEBOARDING
public static final short SURFING
public static final short WAKEBOARDING
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