org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ListOption

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ListOption
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ListOption
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "ListOption"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _all
           
static int _since
           
static ListOption all
           
static ListOption since
           
 
Constructor Summary
protected ListOption(int i)
           
 
Method Summary
static ListOption from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_all

public static final int _all
See Also:
Constant Field Values

all

public static final ListOption all

_since

public static final int _since
See Also:
Constant Field Values

since

public static final ListOption since
Constructor Detail

ListOption

protected ListOption(int i)
Method Detail

value

public int value()

from_int

public static ListOption from_int(int value)

toString

public java.lang.String toString()