diff options
Diffstat (limited to 'parameter/ComponentType.h')
-rw-r--r-- | parameter/ComponentType.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/parameter/ComponentType.h b/parameter/ComponentType.h index 7984fa7..d255e62 100644 --- a/parameter/ComponentType.h +++ b/parameter/ComponentType.h @@ -39,6 +39,12 @@ public: // Mapping info virtual bool getMappingData(const string& strKey, const string*& pStrValue) const; virtual bool hasMappingData() const; + /** + * Returns the mapping associated to the current TypeElement instance + * + * @return A string containing the mapping as a comma separated key value pairs + */ + virtual string getFormattedMapping() const; // From IXmlSink virtual bool fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext); |