org.omg.CORBA
Class CompletionStatus

java.lang.Object
  extended byorg.omg.CORBA.CompletionStatus
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "CompletionStatus"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _COMPLETED_MAYBE
           
static int _COMPLETED_NO
           
static int _COMPLETED_YES
           
static CompletionStatus COMPLETED_MAYBE
           
static CompletionStatus COMPLETED_NO
           
static CompletionStatus COMPLETED_YES
           
 
Constructor Summary
protected CompletionStatus(int i)
           
 
Method Summary
static CompletionStatus from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

CompletionStatus

protected CompletionStatus(int i)
Method Detail

value

public int value()

from_int

public static CompletionStatus from_int(int value)

toString

public java.lang.String toString()