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.
-
element_type()
-
-
element_type_def()
-
-
element_type_def(IDLType)
-
-
length()
-
-
length(int)
-
length
public abstract int length() throws SystemException
length
public abstract void length(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