All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.SequenceDef

public interface SequenceDef
extends IDLType

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


Method Index

 o bound()

Reader for attribute: ::CORBA::SequenceDef::bound.

 o bound(int)

Writer for attribute: ::CORBA::SequenceDef::bound.

 o element_type()

Reader for attribute: ::CORBA::SequenceDef::element_type.

 o element_type_def()

Reader for attribute: ::CORBA::SequenceDef::element_type_def.

 o element_type_def(IDLType)

Writer for attribute: ::CORBA::SequenceDef::element_type_def.

Methods

 o bound
 public abstract void bound(int bound)

Writer for attribute: ::CORBA::SequenceDef::bound.

attribute unsigned long bound;

 o bound
 public abstract int bound()

Reader for attribute: ::CORBA::SequenceDef::bound.

attribute unsigned long bound;

 o element_type
 public abstract TypeCode element_type()

Reader for attribute: ::CORBA::SequenceDef::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::SequenceDef::element_type_def.

attribute ::CORBA::IDLType element_type_def;

 o element_type_def
 public abstract IDLType element_type_def()

Reader for attribute: ::CORBA::SequenceDef::element_type_def.

attribute ::CORBA::IDLType element_type_def;


All Packages  Class Hierarchy  This Package  Previous  Next  Index