
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static ImplLangType | from_int (int value) |
Static Public Attributes | |
| static final int | _JAVA = 0 |
| static final ImplLangType | JAVA = new ImplLangType(_JAVA) |
| static final int | _CPP = 1 |
| static final ImplLangType | CPP = new ImplLangType(_CPP) |
| static final int | _PYTHON = 2 |
| static final ImplLangType | PYTHON = new ImplLangType(_PYTHON) |
Protected Member Functions | |
| ImplLangType (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "ImplLangType"
| si::ijs::maci::ImplLangType::ImplLangType | ( | int | i | ) | [inline, protected] |
References value().
| static ImplLangType si::ijs::maci::ImplLangType::from_int | ( | int | value | ) | [inline, static] |
References _CPP, _JAVA, _PYTHON, CPP, JAVA, and PYTHON.
Referenced by si::ijs::maci::ImplLangTypeHelper::read(), and readResolve().
| java.lang.Object si::ijs::maci::ImplLangType::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| String si::ijs::maci::ImplLangType::toString | ( | ) | [inline] |
| int si::ijs::maci::ImplLangType::value | ( | ) | [inline] |
Referenced by ImplLangType(), readResolve(), and toString().
final int si::ijs::maci::ImplLangType::_CPP = 1 [static] |
Referenced by from_int(), and toString().
final int si::ijs::maci::ImplLangType::_JAVA = 0 [static] |
Referenced by from_int(), and toString().
final int si::ijs::maci::ImplLangType::_PYTHON = 2 [static] |
Referenced by from_int(), and toString().
final ImplLangType si::ijs::maci::ImplLangType::CPP = new ImplLangType(_CPP) [static] |
Referenced by from_int(), and com::cosylab::acs::maci::plug::ClientProxyImpl::toImplLangType().
final ImplLangType si::ijs::maci::ImplLangType::JAVA = new ImplLangType(_JAVA) [static] |
Referenced by from_int(), and com::cosylab::acs::maci::plug::ClientProxyImpl::toImplLangType().
final ImplLangType si::ijs::maci::ImplLangType::PYTHON = new ImplLangType(_PYTHON) [static] |
Referenced by from_int(), and com::cosylab::acs::maci::plug::ClientProxyImpl::toImplLangType().
int si::ijs::maci::ImplLangType::value = -1 [private] |
Referenced by si::ijs::maci::ImplLangTypeHelper::write().
1.6.2