TIBCO Adapter SDK C++ Reference
MModeledClassDescription Members
MModeledClassDescription | Legend
Members
Methods
Method Description
downCast Safe cast operation for MModeledClassDescription objects.
downCast Safe cast operation for MModeledClassDescription objects.
getAssociation Return the specified association as an MAssociationDescription.
getAssociations Return the associations encapsulated by this object as a table of association names and MAssociationDescription pointers. Return the associations that are directly defined for this class (that is, not those that are inherited from a superclass).
getAttribute Return the specified attribute as an MAttributeDescription instance.
getAttribute Retrieve an attribute from this MModeledClassDescription by position.

The position is determined by the order in which the attribute was added.

The method iterates through the superclass attributes after it has looked through all local attributes. It returns NULL if an attribute of the specified position cannot be found.

getAttributeCount Return the number of attributes associated with this MModeledClassDescription.
getAttributes Return the attributes encapsulated by this object as a table of attribute names and MAttributeDescription pointers.
getOperation Return the operation with the specified name.
getOperations Return all operations that are associated with this MAssociationDescription.
getOrderedAttributes  
getParentClassDescription Return the parent class, as specified in the class object’s superclass attribute.
isSubclassOf Return true if this class description is a (direct or indirect) subclass of pOther according to superclass relation defined in the metadata description. This method traverses the class hierarchy to the top to determine whether the specified class is a parent.
newEnumerator Creates an enumerator to iterate through all attribute descriptions for this MModeledClassDescription.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.