Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ListOption  view ListOption download ListOption.java

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

public final class ListOption
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity


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

Field Detail

values_

private static ListOption[] values_

value_

private int value_

_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 value)
Method Detail

value

public int value()

from_int

public static ListOption from_int(int value)