alma::xmlstore::operationType Class Reference

Collaboration diagram for alma::xmlstore::operationType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int value ()
String toString ()

Static Public Member Functions

static operationType from_int (int value)

Static Public Attributes

static final int _STORED_XML = 0
static final operationType STORED_XML = new operationType(_STORED_XML)
static final int _UPDATED_XML = 1
static final operationType UPDATED_XML = new operationType(_UPDATED_XML)
static final int _DELETED_XML = 2
static final operationType DELETED_XML = new operationType(_DELETED_XML)

Protected Member Functions

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

Author:
JacORB IDL compiler

Constructor & Destructor Documentation

alma::xmlstore::operationType::operationType ( int  i  )  [inline, protected]

References value().


Member Function Documentation

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

References from_int(), and value().

String alma::xmlstore::operationType::toString (  )  [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().

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