public class SportBits3
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
DRIVING |
static short |
FISHING |
static short |
GOLF |
static short |
HANG_GLIDING |
static short |
HORSEBACK_RIDING |
static short |
HUNTING |
static short |
INLINE_SKATING |
static short |
INVALID |
static short |
ROCK_CLIMBING |
Constructor and Description |
---|
SportBits3() |
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 DRIVING
public static final short GOLF
public static final short HANG_GLIDING
public static final short HORSEBACK_RIDING
public static final short HUNTING
public static final short FISHING
public static final short INLINE_SKATING
public static final short ROCK_CLIMBING
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