| 106 | } |
| 107 | |
| 108 | bool DesignDay_Impl::rainIndicator() const { |
| 109 | bool result(false); |
| 110 | std::string i = getString(OS_SizingPeriod_DesignDayFields::RainIndicator, true).get(); |
| 111 | if (i == "Yes") { |
| 112 | result = true; |
| 113 | } |
| 114 | return result; |
| 115 | } |
| 116 | |
| 117 | bool DesignDay_Impl::isRainIndicatorDefaulted() const { |
| 118 | return isEmpty(OS_SizingPeriod_DesignDayFields::RainIndicator); |