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

Interface org.omg.CORBA.SequenceDef

public interface SequenceDef
extends Object
extends Object, IDLType
A SequenceDef represents an OMG IDL sequence type. As sequencetypes are anonymous, this interface is not derived from TypedefDefor Contained.

Method Index

 o bound()
 o bound(int)
 o element_type()
 o element_type_def()
 o element_type_def(IDLType)

Methods

 o bound
  public abstract int bound() throws SystemException
 o bound
  public abstract void bound(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