
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static OpClStates | from_int (int value) |
Static Public Attributes | |
| static final int | _OPEN = 0 |
| static final OpClStates | OPEN = new OpClStates(_OPEN) |
| static final int | _CLOSE = 1 |
| static final OpClStates | CLOSE = new OpClStates(_CLOSE) |
Protected Member Functions | |
| OpClStates (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "OpClStates"
| alma::FRIDGE::OpClStates::OpClStates | ( | int | i | ) | [inline, protected] |
References value().
Referenced by alma::FRIDGE::OpClStatesSeqHelper::read().
| static OpClStates alma::FRIDGE::OpClStates::from_int | ( | int | value | ) | [inline, static] |
References _CLOSE, _OPEN, CLOSE, and OPEN.
Referenced by alma::FRIDGE::OpClStatesHelper::read(), and readResolve().
| java.lang.Object alma::FRIDGE::OpClStates::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| int alma::FRIDGE::OpClStates::value | ( | ) | [inline] |
Referenced by OpClStates(), readResolve(), and toString().
final int alma::FRIDGE::OpClStates::_CLOSE = 1 [static] |
Referenced by from_int(), and toString().
final int alma::FRIDGE::OpClStates::_OPEN = 0 [static] |
Referenced by from_int(), and toString().
final OpClStates alma::FRIDGE::OpClStates::CLOSE = new OpClStates(_CLOSE) [static] |
Referenced by from_int().
final OpClStates alma::FRIDGE::OpClStates::OPEN = new OpClStates(_OPEN) [static] |
Referenced by from_int().
int alma::FRIDGE::OpClStates::value = -1 [private] |
Referenced by alma::FRIDGE::OpClStatesHelper::write().
1.6.2