public class LeftRightBalance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
INVALID |
static short |
MASK |
static short |
RIGHT |
Constructor and Description |
---|
LeftRightBalance() |
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 MASK
public static final short RIGHT
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