
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static ClientType | from_int (int value) |
Static Public Attributes | |
| static final int | _CLIENT_TYPE = 0 |
| static final ClientType | CLIENT_TYPE = new ClientType(_CLIENT_TYPE) |
| static final int | _ADMINISTRATOR_TYPE = 1 |
| static final ClientType | ADMINISTRATOR_TYPE = new ClientType(_ADMINISTRATOR_TYPE) |
| static final int | _CONTAINER_TYPE = 2 |
| static final ClientType | CONTAINER_TYPE = new ClientType(_CONTAINER_TYPE) |
Protected Member Functions | |
| ClientType (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "ClientType"
| si::ijs::maci::ClientType::ClientType | ( | int | i | ) | [inline, protected] |
References value().
| static ClientType si::ijs::maci::ClientType::from_int | ( | int | value | ) | [inline, static] |
References _ADMINISTRATOR_TYPE, _CLIENT_TYPE, _CONTAINER_TYPE, ADMINISTRATOR_TYPE, CLIENT_TYPE, and CONTAINER_TYPE.
Referenced by si::ijs::maci::ClientTypeHelper::read(), and readResolve().
| java.lang.Object si::ijs::maci::ClientType::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String si::ijs::maci::ClientType::toString | ( | ) | [inline] |
References _ADMINISTRATOR_TYPE, _CLIENT_TYPE, _CONTAINER_TYPE, and value().
| int si::ijs::maci::ClientType::value | ( | ) | [inline] |
Referenced by ClientType(), readResolve(), and toString().
final int si::ijs::maci::ClientType::_ADMINISTRATOR_TYPE = 1 [static] |
Referenced by from_int(), and toString().
final int si::ijs::maci::ClientType::_CLIENT_TYPE = 0 [static] |
Referenced by from_int(), and toString().
final int si::ijs::maci::ClientType::_CONTAINER_TYPE = 2 [static] |
Referenced by from_int(), and toString().
final ClientType si::ijs::maci::ClientType::ADMINISTRATOR_TYPE = new ClientType(_ADMINISTRATOR_TYPE) [static] |
Referenced by from_int(), and com::cosylab::acs::maci::plug::ClientProxyImpl::toClientType().
final ClientType si::ijs::maci::ClientType::CLIENT_TYPE = new ClientType(_CLIENT_TYPE) [static] |
Referenced by from_int(), and com::cosylab::acs::maci::plug::ClientProxyImpl::toClientType().
final ClientType si::ijs::maci::ClientType::CONTAINER_TYPE = new ClientType(_CONTAINER_TYPE) [static] |
Referenced by from_int(), and com::cosylab::acs::maci::plug::ClientProxyImpl::toClientType().
int si::ijs::maci::ClientType::value = -1 [private] |
Referenced by si::ijs::maci::ClientTypeHelper::write().
1.6.2