| 748 | } |
| 749 | |
| 750 | bool ModelObject_Impl::setDisplayName(const std::string& displayName) { |
| 751 | return this->additionalProperties().setFeature("displayName", displayName); |
| 752 | } |
| 753 | |
| 754 | } // namespace detail |
| 755 |
nothing calls this directly
no test coverage detected