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