TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
MMetaDescription::newPropertyEnumerator
MMetaDescription
Creates an enumerator to iterate through properties. Applications can use an MPropertyEnumerator to iterate through all
MAttributeDescription
,
MAssociationDescription
etc. instances and retrieve all properties and their values.
Remarks
Use
MMetaDescription::getProperty
() to retrieve a named property.
Declaration
virtual
MEnumerator
<
MString
,
MString
>* newPropertyEnumerator()
const
;
Links
MMetaDescription
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference