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.
-
bound()
-
-
bound(int)
-
-
element_type()
-
-
element_type_def()
-
-
element_type_def(IDLType)
-
bound
public abstract int bound() throws SystemException
bound
public abstract void bound(int arg) throws SystemException
element_type
public abstract TypeCode element_type() throws SystemException
element_type_def
public abstract IDLType element_type_def() throws SystemException
element_type_def
public abstract void element_type_def(IDLType arg) throws SystemException
All Packages Class Hierarchy This Package Previous Next Index