org.omg.CORBA
クラス OperationMode

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

public class OperationMode
extends java.lang.Object
implements IDLEntity

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

フィールドの概要
static int _OP_NORMAL
           
static int _OP_ONEWAY
           
static OperationMode OP_NORMAL
           
static OperationMode OP_ONEWAY
           
 
メソッドの概要
static OperationMode from_int(int value)
           
 int value()
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_OP_NORMAL

public static final int _OP_NORMAL

OP_NORMAL

public static final OperationMode OP_NORMAL

_OP_ONEWAY

public static final int _OP_ONEWAY

OP_ONEWAY

public static final OperationMode OP_ONEWAY
メソッドの詳細

value

public int value()

from_int

public static OperationMode from_int(int value)