TIBCO Adapter SDK C++ Reference
MData
Class Hierarchy | C++ Classes and Methods | Members | Methods
Base class for classes that are used to encapsulate attribute types used for SDK metadata management.
Remarks
MData provides a way to handle data that are of type any. This type is encapsulated by MPrimitiveClassDescription::any. An attribute of type any can be set to any value. When the actual call to set that attribute is made, the caller needs to instantiate a concrete subclass of MData to be passed as a value for that attribute.

See also "Adapter Creates Runtime Data" in TIBCO Adapter SDK Programmer's Guide.

Declaration
class MData : public MObject;
Class Hierarchy
MObject
    MData
File
MData.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.