All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.ArrayDef

public interface ArrayDef
extends IDLType

IDL definition:
#pragma prefix "omg.org/CORBA"
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.

#pragma prefix "omg.org/CORBA/ArrayDef"
attribute unsigned long length;

 o length
public abstract int length()

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

#pragma prefix "omg.org/CORBA/ArrayDef"
attribute unsigned long length;

 o element_type
public abstract TypeCode element_type()

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

#pragma prefix "omg.org/CORBA/ArrayDef"
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.

#pragma prefix "omg.org/CORBA/ArrayDef"
attribute ::CORBA::IDLType element_type_def;

 o element_type_def
public abstract IDLType element_type_def()

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

#pragma prefix "omg.org/CORBA/ArrayDef"
attribute ::CORBA::IDLType element_type_def;


All Packages  Class Hierarchy  This Package  Previous  Next  Index