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

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

public interface ArrayDefOperations
extends IDLTypeOperations


メソッドの概要
 IDLType element_type_def()
           
 void element_type_def(IDLType i)
           
 TypeCode element_type()
           
 int length()
           
 void length(int i)
           
 
インタフェース org.omg.CORBA.IDLTypeOperations から継承したメソッド
type
 
インタフェース org.omg.CORBA.IRObjectOperations から継承したメソッド
def_kind, destroy
 

メソッドの詳細

length

public void length(int i)

length

public int length()

element_type

public TypeCode element_type()

element_type_def

public void element_type_def(IDLType i)

element_type_def

public IDLType element_type_def()