TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() | Safe cast operation for MModeledClassDescription objects. |
![]() | Safe cast operation for MModeledClassDescription objects. |
![]() ![]() | Return the specified association as an MAssociationDescription. |
![]() ![]() | 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). |
![]() ![]() | Return the specified attribute as an MAttributeDescription instance. |
![]() ![]() |
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. |
![]() ![]() | Return the number of attributes associated with this MModeledClassDescription. |
![]() ![]() | Return the attributes encapsulated by this object as a table of attribute names and MAttributeDescription pointers. |
![]() ![]() | Return the operation with the specified name. |
![]() ![]() | Return all operations that are associated with this MAssociationDescription. |
![]() ![]() | |
![]() ![]() | Return the parent class, as specified in the class object’s superclass attribute. |
![]() ![]() | 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. |
![]() ![]() | Creates an enumerator to iterate through all attribute descriptions for this MModeledClassDescription. |