All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.ArrayDef

public interface ArrayDef
extends IDLType

IDL definition:
interface ArrayDef : ::CORBA::IDLType {
attribute unsigned long length;
readonly attribute TypeCode element_type;
attribute ::CORBA::IDLType element_type_def;
};


Method Index

 o element_type()

Reader for attribute: ::CORBA::ArrayDef::element_type.

 o element_type_def()

Reader for attribute: ::CORBA::ArrayDef::element_type_def.

 o element_type_def(IDLType)

Writer for attribute: ::CORBA::ArrayDef::element_type_def.

 o length()

Reader for attribute: ::CORBA::ArrayDef::length.

 o length(int)

Writer for attribute: ::CORBA::ArrayDef::length.

Methods

 o length
 public abstract void length(int length)

Writer for attribute: ::CORBA::ArrayDef::length.

attribute unsigned long length;

 o length
 public abstract int length()

Reader for attribute: ::CORBA::ArrayDef::length.

attribute unsigned long length;

 o element_type
 public abstract TypeCode element_type()

Reader for attribute: ::CORBA::ArrayDef::element_type.

readonly attribute TypeCode element_type;

 o element_type_def
 public abstract void element_type_def(IDLType element_type_def)

Writer for attribute: ::CORBA::ArrayDef::element_type_def.

attribute ::CORBA::IDLType element_type_def;

 o element_type_def
 public abstract IDLType element_type_def()

Reader for attribute: ::CORBA::ArrayDef::element_type_def.

attribute ::CORBA::IDLType element_type_def;


All Packages  Class Hierarchy  This Package  Previous  Next  Index