
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static Connection | from_int (int value) |
Static Public Attributes | |
| static final int | _READY = 0 |
| static final Connection | READY = new Connection(_READY) |
| static final int | _OPENED = 1 |
| static final Connection | OPENED = new Connection(_OPENED) |
| static final int | _CONNECTED = 2 |
| static final Connection | CONNECTED = new Connection(_CONNECTED) |
Protected Member Functions | |
| Connection (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "Connection"
| alma::bulkdata::Connection::Connection | ( | int | i | ) | [inline, protected] |
References value().
| static Connection alma::bulkdata::Connection::from_int | ( | int | value | ) | [inline, static] |
References _CONNECTED, _OPENED, _READY, CONNECTED, OPENED, and READY.
Referenced by alma::bulkdata::ConnectionHelper::read(), and readResolve().
| java.lang.Object alma::bulkdata::Connection::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String alma::bulkdata::Connection::toString | ( | ) | [inline] |
References _CONNECTED, _OPENED, _READY, and value().
| int alma::bulkdata::Connection::value | ( | ) | [inline] |
Referenced by Connection(), readResolve(), and toString().
final int alma::bulkdata::Connection::_CONNECTED = 2 [static] |
Referenced by from_int(), and toString().
final int alma::bulkdata::Connection::_OPENED = 1 [static] |
Referenced by from_int(), and toString().
final int alma::bulkdata::Connection::_READY = 0 [static] |
Referenced by from_int(), and toString().
final Connection alma::bulkdata::Connection::CONNECTED = new Connection(_CONNECTED) [static] |
Referenced by from_int().
final Connection alma::bulkdata::Connection::OPENED = new Connection(_OPENED) [static] |
Referenced by from_int().
final Connection alma::bulkdata::Connection::READY = new Connection(_READY) [static] |
Referenced by from_int().
int alma::bulkdata::Connection::value = -1 [private] |
Referenced by alma::bulkdata::ConnectionHelper::write().
1.6.2