Interface org.omg.CORBA.ArrayDef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.ArrayDef

public interface ArrayDef
extends Object
extends Object, IDLType
An ArrayDef represents an OMG IDL array type. As arraytypes are anonymous, this interface is not derived from TypedefDefor Contained.

Method Index

 o element_type()
 o element_type_def()
 o element_type_def(IDLType)
 o length()
 o length(int)

Methods

 o length
  public abstract int length() throws SystemException
 o length
  public abstract void length(int arg) throws SystemException
 o element_type
  public abstract TypeCode element_type() throws SystemException
 o element_type_def
  public abstract IDLType element_type_def() throws SystemException
 o element_type_def
  public abstract void element_type_def(IDLType arg) throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index