
Public Member Functions | |
| int | value () |
| String | toString () |
Static Public Member Functions | |
| static Bool | from_int (int value) |
Static Public Attributes | |
| static final int | _acsFALSE = 0 |
| static final Bool | acsFALSE = new Bool(_acsFALSE) |
| static final int | _acsTRUE = 1 |
| static final Bool | acsTRUE = new Bool(_acsTRUE) |
Protected Member Functions | |
| Bool (int i) | |
Package Functions | |
| java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
| int | value = -1 |
Generated from IDL definition of enum "Bool"
| alma::ACS::Bool::Bool | ( | int | i | ) | [inline, protected] |
References value().
Referenced by alma::ACS::BoolSeqHelper::read().
| static Bool alma::ACS::Bool::from_int | ( | int | value | ) | [inline, static] |
| java.lang.Object alma::ACS::Bool::readResolve | ( | ) | throws java.io.ObjectStreamException [inline, package] |
References from_int(), and value().
| int alma::ACS::Bool::value | ( | ) | [inline] |
Referenced by Bool(), readResolve(), and toString().
final int alma::ACS::Bool::_acsFALSE = 0 [static] |
Referenced by from_int(), and toString().
final int alma::ACS::Bool::_acsTRUE = 1 [static] |
Referenced by from_int(), and toString().
final Bool alma::ACS::Bool::acsFALSE = new Bool(_acsFALSE) [static] |
Referenced by from_int().
final Bool alma::ACS::Bool::acsTRUE = new Bool(_acsTRUE) [static] |
Referenced by from_int().
int alma::ACS::Bool::value = -1 [private] |
Referenced by alma::ACS::BoolHelper::write().
1.6.2