TIBCO Adapter SDK C++ Reference
MModeledClassDescription
Class Hierarchy | C++ Classes and Methods | Members | Methods
A subclass of MBaseClassDescription that encapsulates an actual class. Applications define the metadata for classes in the adapter instance description object. The SDK then parses that information, creating one MModeledClassDescription for each class defined in the adapter instance description object.

In effect, MModeledClassDescription is used for application-specific information.

  • When MApp parses the TIBCO Repository metadata information, it creates an instance of MModeledClassDescription for each class defined in the adapter instance description object.

  • Applications themselves can instantiate MModeledClassDescription and use the instance as the objectType of attributes of a repository object.
Remarks
No constructor is provided for this class because it is always created by the SDK based on the repository information.
Declaration
class MModeledClassDescription : public MBaseClassDescription;
Class Hierarchy
MObject, MPropertyBag
        MMetaDescription
            MBaseClassDescription
                MModeledClassDescription
File
MModeledClassDescription.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.