TIBCO Adapter SDK C++ Reference
Up | Next
MAttributeDescription::getAttributeClassDescription
MAttributeDescription
Return a pointer to the class description (that is, the type) associated with this attribute.
Remarks
Call the downcast() method on the returned MBaseClassDescription to check to which subclass of MBaseClassDescription this attribute belongs.

This method returns NULL if there is no registered class description for this attribute’s class.

Declaration
virtual const MBaseClassDescription* getAttributeClassDescription() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.