20 #ifndef __PROPERTYINTERFACE_HXX__
21 #define __PROPERTYINTERFACE_HXX__
37 virtual void setProperty(
const std::string& name,
const std::string& value);
38 virtual std::string getProperty(
const std::string& name);
39 std::map<std::string,std::string>
getProperties()
const {
return _propertyMap; };
40 virtual void setProperties(std::map<std::string,std::string> properties);