public class OperationStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static OperationStatus |
KEYEMPTY
Javadoc for this public instance is generated via
the doc templates in the doc_src directory.
|
static OperationStatus |
KEYEXIST
Javadoc for this public instance is generated via
the doc templates in the doc_src directory.
|
static OperationStatus |
NOTFOUND
Javadoc for this public instance is generated via
the doc templates in the doc_src directory.
|
static OperationStatus |
SUCCESS
Javadoc for this public instance is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final OperationStatus SUCCESS
public static final OperationStatus KEYEXIST
public static final OperationStatus KEYEMPTY
public static final OperationStatus NOTFOUND