|
|||||||||
| Home >> All >> org >> omg >> CosTradingRepos >> [ ServiceTypeRepositoryPackage overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ListOption

java.lang.Objectorg.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
- extends java.lang.Object
| 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)
|
|||||||||
| Home >> All >> org >> omg >> CosTradingRepos >> [ ServiceTypeRepositoryPackage overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ListOption