|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.CosTrading.FollowOption
Enum definition: FollowOption.
| Field Summary | |
static int |
_always
Enum member always value |
static int |
_if_no_local
Enum member if_no_local value |
static int |
_local_only
Enum member local_only value |
static FollowOption |
always
Enum member always |
static FollowOption |
if_no_local
Enum member if_no_local |
static FollowOption |
local_only
Enum member local_only |
| Method Summary | |
static FollowOption |
from_int(int value)
Return a enum member from its value. |
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums. |
java.lang.String |
toString()
Return a string representation |
int |
value()
Return the internal member value |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int _local_only
public static final FollowOption local_only
public static final int _if_no_local
public static final FollowOption if_no_local
public static final int _always
public static final FollowOption always
| Method Detail |
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
public int value()
public static FollowOption from_int(int value)
value - An enum valuepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||