NonStop Serverware

SequenceDef

Previous Topic | Next Topic | Contents | Index
Getting Started | Administration Guide | Programmer's Guide

Subtopics

SequenceDef Syntax
SequenceDef::bound
SequenceDef::element_type
SequenceDef::element_type_def
SequenceDef::type

The SequenceDef interface represents an IDL sequence definition.

SequenceDef Syntax

module CORBA {
interface SequenceDef : IDLType {
    attribute unsigned long <bound>;
	readonly attribute TypeCode <element_type>;
	attribute IDLType <element_type_def>;
    };
};

SequenceDef::bound

This is the bound of the sequence where 0 indicates an unbounded sequence type.

Syntax

attribute unsigned long <bound>;

See Also

SequenceDef::type

SequenceDef::element_type

This operation describes the type of the element contained within this sequence. The <element_type> attribute contains the same information.

Syntax

readonly attribute TypeCode <element_type>;

See Also

SequenceDef::element_type_def

SequenceDef::element_type_def

This operation describes the type of element contained within the sequence. The <element_type_def> attribute contains the same information.

Syntax

attribute IDLType <element_type_def>;

See Also

SequenceDef::element_type

SequenceDef::type

The type attribute is inherited from the IDLType interface. It is a tk_sequence TypeCode that describes the sequence.

Syntax

readonly attribute TypeCode <type>;

See Also

SequenceDef::element_type_def
SequenceDef::bound


Previous Topic | Next Topic | Contents | Top
Getting Started Guide | Administration Guide | Programmer's Guide
Bibliography | Glossary | Index
© Tandem, a division of Compaq. All rights reserved. Legal notices.