| 162 | } |
| 163 | |
| 164 | bool Lights_Impl::isEndUseSubcategoryDefaulted() const { |
| 165 | return isEmpty(OS_LightsFields::EndUseSubcategory); |
| 166 | } |
| 167 | |
| 168 | bool Lights_Impl::setFractionReplaceable(double fractionReplaceable) { |
| 169 | bool result = setDouble(OS_LightsFields::FractionReplaceable, fractionReplaceable); |