| 152 | } |
| 153 | |
| 154 | std::string DesignDay_Impl::dayType() const { |
| 155 | boost::optional<std::string> value = getString(OS_SizingPeriod_DesignDayFields::DayType, true); |
| 156 | OS_ASSERT(value); |
| 157 | return value.get(); |
| 158 | } |
| 159 | |
| 160 | bool DesignDay_Impl::isDayTypeDefaulted() const { |
| 161 | return isEmpty(OS_SizingPeriod_DesignDayFields::DayType); |