org.omg.CORBA
インタフェース AttributeDefOperations

すべてのスーパーインタフェース:
ContainedOperations, IRObjectOperations
既知のサブインタフェースの一覧:
AttributeDef

public interface AttributeDefOperations
extends ContainedOperations


メソッドの概要
 AttributeMode mode()
           
 void mode(AttributeMode i)
           
 IDLType type_def()
           
 void type_def(IDLType i)
           
 TypeCode type()
           
 
インタフェース org.omg.CORBA.ContainedOperations から継承したメソッド
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
インタフェース org.omg.CORBA.IRObjectOperations から継承したメソッド
def_kind, destroy
 

メソッドの詳細

type

public TypeCode type()

type_def

public void type_def(IDLType i)

type_def

public IDLType type_def()

mode

public void mode(AttributeMode i)

mode

public AttributeMode mode()