alma::ACS::ComponentStates Class Reference

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

List of all members.

Public Member Functions

int value ()
String toString ()

Static Public Member Functions

static ComponentStates from_int (int value)

Static Public Attributes

static final int _COMPSTATE_NEW = 0
static final ComponentStates COMPSTATE_NEW = new ComponentStates(_COMPSTATE_NEW)
static final int _COMPSTATE_INITIALIZING = 1
static final ComponentStates COMPSTATE_INITIALIZING = new ComponentStates(_COMPSTATE_INITIALIZING)
static final int _COMPSTATE_INITIALIZED = 2
static final ComponentStates COMPSTATE_INITIALIZED = new ComponentStates(_COMPSTATE_INITIALIZED)
static final int _COMPSTATE_OPERATIONAL = 3
static final ComponentStates COMPSTATE_OPERATIONAL = new ComponentStates(_COMPSTATE_OPERATIONAL)
static final int _COMPSTATE_ERROR = 4
static final ComponentStates COMPSTATE_ERROR = new ComponentStates(_COMPSTATE_ERROR)
static final int _COMPSTATE_DESTROYING = 5
static final ComponentStates COMPSTATE_DESTROYING = new ComponentStates(_COMPSTATE_DESTROYING)
static final int _COMPSTATE_ABORTING = 6
static final ComponentStates COMPSTATE_ABORTING = new ComponentStates(_COMPSTATE_ABORTING)
static final int _COMPSTATE_DEFUNCT = 7
static final ComponentStates COMPSTATE_DEFUNCT = new ComponentStates(_COMPSTATE_DEFUNCT)
static final int _COMPSTATE_UNKNOWN = 8
static final ComponentStates COMPSTATE_UNKNOWN = new ComponentStates(_COMPSTATE_UNKNOWN)

Protected Member Functions

 ComponentStates (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 "ComponentStates"

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

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

References value().


Member Function Documentation

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

References from_int(), and value().

String alma::ACS::ComponentStates::toString (  )  [inline]
int alma::ACS::ComponentStates::value (  )  [inline]

Member Data Documentation

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int(), and toString().

Referenced by from_int().

Referenced by from_int().

Referenced by from_int().

Referenced by from_int().


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

Generated by  doxygen 1.6.2