All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.SequenceDefOperations

public interface SequenceDefOperations
extends IDLTypeOperations

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

#pragma prefix "omg.org/CORBA/SequenceDef"
attribute unsigned long bound;

 o bound
public abstract int bound()

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

#pragma prefix "omg.org/CORBA/SequenceDef"
attribute unsigned long bound;

 o element_type
public abstract TypeCode element_type()

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

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

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

 o element_type_def
public abstract IDLType element_type_def()

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index