org.omg.CORBA
Class CompletionStatus
java.lang.Object
org.omg.CORBA.CompletionStatus
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class CompletionStatus
- extends Object
- implements IDLEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 value)
value
public int value()
from_int
public static CompletionStatus from_int(int value)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.