org.omg.CORBA
クラス CompletionStatus

java.lang.Object
  |
  +--org.omg.CORBA.CompletionStatus
すべての実装インタフェース:
IDLEntity, java.io.Serializable

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

関連項目:
直列化された形式

フィールドの概要
static int _COMPLETED_MAYBE
           
static int _COMPLETED_NO
           
static int _COMPLETED_YES
           
static CompletionStatus COMPLETED_MAYBE
           
static CompletionStatus COMPLETED_NO
           
static CompletionStatus COMPLETED_YES
           
 
メソッドの概要
static CompletionStatus from_int(int i)
           
 int value()
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_COMPLETED_YES

public static final int _COMPLETED_YES

_COMPLETED_NO

public static final int _COMPLETED_NO

_COMPLETED_MAYBE

public static final int _COMPLETED_MAYBE

COMPLETED_YES

public static final CompletionStatus COMPLETED_YES

COMPLETED_NO

public static final CompletionStatus COMPLETED_NO

COMPLETED_MAYBE

public static final CompletionStatus COMPLETED_MAYBE
メソッドの詳細

value

public int value()

from_int

public static final CompletionStatus from_int(int i)