Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
operationType | from_int (int value) |
Static Public Attributes | |
final int | _STORED_XML = 0 |
final operationType | STORED_XML = new operationType(_STORED_XML) |
final int | _UPDATED_XML = 1 |
final operationType | UPDATED_XML = new operationType(_UPDATED_XML) |
final int | _DELETED_XML = 2 |
final operationType | DELETED_XML = new operationType(_DELETED_XML) |
Protected Member Functions | |
operationType (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|