33PropertyInterface::~PropertyInterface()
39 DEBTRACE(
"PropertyInterface::setProperty " << name <<
" " << value);
50 DEBTRACE(
"PropertyInterface::getProperty " << name );
56 DEBTRACE(
"PropertyInterface::setProperties " );
58 std::map<std::string,std::string>::iterator it;
59 for (it = properties.begin(); it != properties.end(); ++it)
virtual void setProperty(const std::string &name, const std::string &value)
std::map< std::string, std::string > _propertyMap
virtual void setProperties(std::map< std::string, std::string > properties)
virtual std::string getProperty(const std::string &name)
Get a property value given its name.