public class LanguageBits1
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
DUTCH |
static short |
FINNISH |
static short |
GREEK |
static short |
HUNGARIAN |
static short |
INVALID |
static short |
NORWEGIAN |
static short |
POLISH |
static short |
PORTUGUESE |
static short |
SLOVAKIAN |
Constructor and Description |
---|
LanguageBits1() |
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 DUTCH
public static final short FINNISH
public static final short GREEK
public static final short HUNGARIAN
public static final short NORWEGIAN
public static final short POLISH
public static final short PORTUGUESE
public static final short SLOVAKIAN
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