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

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

public interface ConstantDefOperations
extends ContainedOperations


メソッドの概要
 IDLType type_def()
           
 void type_def(IDLType i)
           
 TypeCode type()
           
 Any value()
           
 void value(Any i)
           
 
インタフェース 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()

value

public void value(Any i)

value

public Any value()