| 471 | } |
| 472 | |
| 473 | std::string RefrigerationCase_Impl::unitType() const { |
| 474 | boost::optional<std::string> value = getString(OS_Refrigeration_CaseFields::UnitType, true); |
| 475 | OS_ASSERT(value); |
| 476 | return value.get(); |
| 477 | } |
| 478 | |
| 479 | bool RefrigerationCase_Impl::isUnitTypeDefaulted() const { |
| 480 | return isEmpty(OS_Refrigeration_CaseFields::UnitType); |