All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.CompletionStatus

java.lang.Object
    |
    +----org.omg.CORBA.CompletionStatus

public final class CompletionStatus
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
enum CompletionStatus {
COMPLETED_YES,
COMPLETED_NO,
COMPLETED_MAYBE
};


Variable Index

 o _COMPLETED_MAYBE
 o _COMPLETED_NO
 o _COMPLETED_YES
 o COMPLETED_MAYBE
 o COMPLETED_NO
 o COMPLETED_YES

Method Index

 o from_int(int)
 o toString()
 o value()

Variables

 o _COMPLETED_YES
public static final int _COMPLETED_YES
 o _COMPLETED_NO
public static final int _COMPLETED_NO
 o _COMPLETED_MAYBE
public static final int _COMPLETED_MAYBE
 o COMPLETED_YES
public static final CompletionStatus COMPLETED_YES
 o COMPLETED_NO
public static final CompletionStatus COMPLETED_NO
 o COMPLETED_MAYBE
public static final CompletionStatus COMPLETED_MAYBE

Methods

 o value
public int value()
 o from_int
public static CompletionStatus from_int(int $value)
 o toString
public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index