|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.completion_status
Enum definition : completion_status
Field Summary | |
static int |
_COMPLETED_MAYBE
Enum member COMPLETED_MAYBE value |
static int |
_COMPLETED_NO
Enum member COMPLETED_NO value |
static int |
_COMPLETED_YES
Enum member COMPLETED_YES value |
static completion_status |
COMPLETED_MAYBE
Enum member COMPLETED_MAYBE |
static completion_status |
COMPLETED_NO
Enum member COMPLETED_NO |
static completion_status |
COMPLETED_YES
Enum member COMPLETED_YES |
Method Summary | |
static completion_status |
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 _COMPLETED_YES
public static final completion_status COMPLETED_YES
public static final int _COMPLETED_NO
public static final completion_status COMPLETED_NO
public static final int _COMPLETED_MAYBE
public static final completion_status COMPLETED_MAYBE
Method Detail |
public java.lang.Object readResolve() throws java.io.ObjectStreamException
public int value()
public static completion_status from_int(int 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 |