org.omg.CORBA
Class completion_status

java.lang.Object
  |
  +--org.omg.CORBA.completion_status
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class completion_status
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static int _COMPLETED_MAYBE
           
static int _COMPLETED_NO
           
static int _COMPLETED_YES
           
static completion_status COMPLETED_MAYBE
           
static completion_status COMPLETED_NO
           
static completion_status COMPLETED_YES
           
 
Method Summary
static completion_status from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_COMPLETED_YES

public static final int _COMPLETED_YES

COMPLETED_YES

public static final completion_status COMPLETED_YES

_COMPLETED_NO

public static final int _COMPLETED_NO

COMPLETED_NO

public static final completion_status COMPLETED_NO

_COMPLETED_MAYBE

public static final int _COMPLETED_MAYBE

COMPLETED_MAYBE

public static final completion_status COMPLETED_MAYBE
Method Detail

value

public int value()

from_int

public static completion_status from_int(int value)