
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static operationType | from_int (int value) |
Static Public Attributes | |
| static final int | _STORED_XML = 0 |
| static final operationType | STORED_XML = new operationType(_STORED_XML) |
| static final int | _UPDATED_XML = 1 |
| static final operationType | UPDATED_XML = new operationType(_UPDATED_XML) |
| static final int | _DELETED_XML = 2 |
| static 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 |
Generated from IDL definition of enum "operationType"
| alma::xmlstore::operationType::operationType | ( | int | i | ) | [inline, protected] |
References value().
| static operationType alma::xmlstore::operationType::from_int | ( | int | value | ) | [inline, static] |
References _DELETED_XML, _STORED_XML, _UPDATED_XML, DELETED_XML, STORED_XML, and UPDATED_XML.
Referenced by alma::xmlstore::operationTypeHelper::read(), and readResolve().
| java.lang.Object alma::xmlstore::operationType::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String alma::xmlstore::operationType::toString | ( | ) | [inline] |
References _DELETED_XML, _STORED_XML, _UPDATED_XML, and value().
| int alma::xmlstore::operationType::value | ( | ) | [inline] |
Referenced by operationType(), readResolve(), and toString().
final int alma::xmlstore::operationType::_DELETED_XML = 2 [static] |
Referenced by from_int(), and toString().
final int alma::xmlstore::operationType::_STORED_XML = 0 [static] |
Referenced by from_int(), and toString().
final int alma::xmlstore::operationType::_UPDATED_XML = 1 [static] |
Referenced by from_int(), and toString().
final operationType alma::xmlstore::operationType::DELETED_XML = new operationType(_DELETED_XML) [static] |
Referenced by from_int().
final operationType alma::xmlstore::operationType::STORED_XML = new operationType(_STORED_XML) [static] |
Referenced by from_int().
final operationType alma::xmlstore::operationType::UPDATED_XML = new operationType(_UPDATED_XML) [static] |
Referenced by from_int().
int alma::xmlstore::operationType::value = -1 [private] |
Referenced by alma::xmlstore::operationTypeHelper::write().
1.6.2