org.omg.CORBA
Class CompletionStatus
java.lang.Object
org.omg.CORBA.CompletionStatus
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class CompletionStatus
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "CompletionStatus".
- Version:
- generated at Mar 12, 2011 4:11:14 PM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_COMPLETED_YES
public static final int _COMPLETED_YES
- See Also:
- Constant Field Values
COMPLETED_YES
public static final CompletionStatus COMPLETED_YES
_COMPLETED_NO
public static final int _COMPLETED_NO
- See Also:
- Constant Field Values
COMPLETED_NO
public static final CompletionStatus COMPLETED_NO
_COMPLETED_MAYBE
public static final int _COMPLETED_MAYBE
- See Also:
- Constant Field Values
COMPLETED_MAYBE
public static final CompletionStatus COMPLETED_MAYBE
CompletionStatus
protected CompletionStatus(int i)
value
public int value()
from_int
public static CompletionStatus from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object