org.omg.CORBA
クラス AttributeMode

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

public class AttributeMode
extends java.lang.Object
implements IDLEntity

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

フィールドの概要
static int _ATTR_NORMAL
           
static int _ATTR_READONLY
           
static AttributeMode ATTR_NORMAL
           
static AttributeMode ATTR_READONLY
           
 
メソッドの概要
static AttributeMode from_int(int value)
           
 int value()
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_ATTR_NORMAL

public static final int _ATTR_NORMAL

ATTR_NORMAL

public static final AttributeMode ATTR_NORMAL

_ATTR_READONLY

public static final int _ATTR_READONLY

ATTR_READONLY

public static final AttributeMode ATTR_READONLY
メソッドの詳細

value

public int value()

from_int

public static AttributeMode from_int(int value)