| 65 | } |
| 66 | |
| 67 | boost::optional<std::string> StandardsInformationMaterial_Impl::materialStandard() const { |
| 68 | return getString(OS_StandardsInformation_MaterialFields::MaterialStandard, true, true); |
| 69 | } |
| 70 | |
| 71 | const Json::Value& StandardsInformationMaterial_Impl::getStandardsJSON() { |
| 72 | const static Json::Value standards_json = parseStandardsJSON(); |
no outgoing calls