| 322 | } |
| 323 | |
| 324 | std::string People_Impl::clothingInsulationCalculationMethod() const { |
| 325 | boost::optional<std::string> value = getString(OS_PeopleFields::ClothingInsulationCalculationMethod, true); |
| 326 | OS_ASSERT(value); |
| 327 | return value.get(); |
| 328 | } |
| 329 | |
| 330 | boost::optional<Schedule> People_Impl::clothingInsulationCalculationMethodSchedule() const { |
| 331 | return getObject<ModelObject>().getModelObjectTarget<Schedule>(OS_PeopleFields::ClothingInsulationCalculationMethodScheduleName); |