| 119 | } |
| 120 | |
| 121 | bool BuildingUnit_Impl::setFeature(const std::string& name, const std::string& value) { |
| 122 | return this->additionalProperties().setFeature(name, value); |
| 123 | } |
| 124 | |
| 125 | bool BuildingUnit_Impl::setFeature(const std::string& name, const char* value) { |
| 126 | return this->additionalProperties().setFeature(name, value); |