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
Generated from IDL enum "CompletionStatus".
- Version:
- generated at Jun 18, 2012 10:37:56 AM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
_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 String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.