public class LanguageBits2
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
ARABIC |
static short |
FARSI |
static short |
INVALID |
static short |
LATVIAN |
static short |
RUSSIAN |
static short |
SLOVENIAN |
static short |
SWEDISH |
static short |
TURKISH |
static short |
UKRAINIAN |
Constructor and Description |
---|
LanguageBits2() |
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 SLOVENIAN
public static final short SWEDISH
public static final short RUSSIAN
public static final short TURKISH
public static final short LATVIAN
public static final short UKRAINIAN
public static final short ARABIC
public static final short FARSI
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