alma::COUNTER::OnOffStates Class Reference

Collaboration diagram for alma::COUNTER::OnOffStates:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int value ()
String toString ()

Static Public Member Functions

static OnOffStates from_int (int value)

Static Public Attributes

static final int _ON = 0
static final OnOffStates ON = new OnOffStates(_ON)
static final int _OFF = 1
static final OnOffStates OFF = new OnOffStates(_OFF)

Protected Member Functions

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

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

alma::COUNTER::OnOffStates::OnOffStates ( int  i  )  [inline, protected]

References value().


Member Function Documentation

static OnOffStates alma::COUNTER::OnOffStates::from_int ( int  value  )  [inline, static]

References _OFF, _ON, OFF, and ON.

Referenced by alma::COUNTER::OnOffStatesHelper::read(), and readResolve().

java.lang.Object alma::COUNTER::OnOffStates::readResolve (  )  throws java.io.ObjectStreamException [inline, package]

References from_int(), and value().

String alma::COUNTER::OnOffStates::toString (  )  [inline]

References _OFF, _ON, and value().

int alma::COUNTER::OnOffStates::value (  )  [inline]

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


Member Data Documentation

final int alma::COUNTER::OnOffStates::_OFF = 1 [static]

Referenced by from_int(), and toString().

final int alma::COUNTER::OnOffStates::_ON = 0 [static]

Referenced by from_int(), and toString().

Referenced by from_int().


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

Generated by  doxygen 1.6.2