public class LanguageBits4
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BRAZILIAN_PORTUGUESE |
static short |
BURMESE |
static short |
INDONESIAN |
static short |
INVALID |
static short |
MALAYSIAN |
static short |
MONGOLIAN |
static short |
VIETNAMESE |
Constructor and Description |
---|
LanguageBits4() |
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 BRAZILIAN_PORTUGUESE
public static final short INDONESIAN
public static final short MALAYSIAN
public static final short VIETNAMESE
public static final short BURMESE
public static final short MONGOLIAN
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