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