public class LanguageBits0
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
CROATIAN |
static short |
CZECH |
static short |
DANISH |
static short |
ENGLISH |
static short |
FRENCH |
static short |
GERMAN |
static short |
INVALID |
static short |
ITALIAN |
static short |
SPANISH |
Constructor and Description |
---|
LanguageBits0() |
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 ENGLISH
public static final short FRENCH
public static final short ITALIAN
public static final short GERMAN
public static final short SPANISH
public static final short CROATIAN
public static final short CZECH
public static final short DANISH
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