alma::ACS::Bool Class Reference

Collaboration diagram for alma::ACS::Bool:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Generated from IDL definition of enum "Bool"

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

alma::ACS::Bool::Bool ( int  i  )  [inline, protected]

References value().

Referenced by alma::ACS::BoolSeqHelper::read().


Member Function Documentation

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().

String alma::ACS::Bool::toString (  )  [inline]

References _acsFALSE, _acsTRUE, and value().

int alma::ACS::Bool::value (  )  [inline]

Referenced by Bool(), readResolve(), and toString().


Member Data Documentation

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().

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]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2