TIBCO Adapter SDK C++ Reference
MSequenceClassDescription Methods
MSequenceClassDescription | Legend
Methods
Method Description
downCast Performs safe cast operation. See MComponent::downCast() for a detailed explanation and example.
downCast Performs safe cast operation. See MComponent::downCast() for a detailed explanation and example.
getContainedClassDescription Return the class (type) of the elements in this sequence.

The class can either be one of the types encapsulated by MPrimitiveClassDescription or can be a sequence. For example, if the sequence encapsulates several i4 instances, a pointer to the MPrimitiveClassDescription::m_i4 static member is returned.

getContainedClassName Return the name of the class (type) of the elements in this sequence.

The class can either be one of the types encapsulated by MPrimitiveClassDescription or can be a sequence or a modeled class. For example, if the sequence encapsulates several i4 instances, an "i4" is returned.

getMaxLength Return the maximum length (number of elements) for this sequence.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.