alma::FRIDGE::OpClStates Class Reference

Collaboration diagram for alma::FRIDGE::OpClStates:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Generated from IDL definition of enum "OpClStates"

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

alma::FRIDGE::OpClStates::OpClStates ( int  i  )  [inline, protected]

Member Function Documentation

static OpClStates alma::FRIDGE::OpClStates::from_int ( int  value  )  [inline, static]
java.lang.Object alma::FRIDGE::OpClStates::readResolve (  )  throws java.io.ObjectStreamException [inline, package]

References from_int(), and value().

String alma::FRIDGE::OpClStates::toString (  )  [inline]

References _CLOSE, _OPEN, and value().

int alma::FRIDGE::OpClStates::value (  )  [inline]

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


Member Data Documentation

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

Referenced by from_int().

Referenced by from_int().

int alma::FRIDGE::OpClStates::value = -1 [private]

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

Generated by  doxygen 1.6.2