All Packages Class Hierarchy This Package Previous Next Index
interface SequenceDef : ::CORBA::IDLType { attribute unsigned long bound; readonly attribute TypeCode element_type; attribute ::CORBA::IDLType element_type_def; };
Reader for attribute: ::CORBA::SequenceDef::bound.
Writer for attribute: ::CORBA::SequenceDef::bound.
Reader for attribute: ::CORBA::SequenceDef::element_type.
Reader for attribute: ::CORBA::SequenceDef::element_type_def.
Writer for attribute: ::CORBA::SequenceDef::element_type_def.
public abstract void bound(int bound)
Writer for attribute: ::CORBA::SequenceDef::bound.
attribute unsigned long bound;
public abstract int bound()
Reader for attribute: ::CORBA::SequenceDef::bound.
attribute unsigned long bound;
public abstract TypeCode element_type()
Reader for attribute: ::CORBA::SequenceDef::element_type.
readonly attribute TypeCode element_type;
public abstract void element_type_def(IDLType element_type_def)
Writer for attribute: ::CORBA::SequenceDef::element_type_def.
attribute ::CORBA::IDLType 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