public class LanguageBits3
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BULGARIAN |
static short |
CHINESE |
static short |
HEBREW |
static short |
INVALID |
static short |
JAPANESE |
static short |
KOREAN |
static short |
ROMANIAN |
static short |
TAIWANESE |
static short |
THAI |
Constructor and Description |
---|
LanguageBits3() |
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 BULGARIAN
public static final short ROMANIAN
public static final short CHINESE
public static final short JAPANESE
public static final short KOREAN
public static final short TAIWANESE
public static final short THAI
public static final short HEBREW
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