| 76 | } |
| 77 | |
| 78 | boost::optional<std::string> UtilityBill_Impl::meterSpecificInstallLocation() const { |
| 79 | return getString(OS_UtilityBillFields::MeterSpecificInstallLocation, true, true); |
| 80 | } |
| 81 | |
| 82 | boost::optional<EndUseCategoryType> UtilityBill_Impl::meterEndUseCategory() const { |
| 83 | boost::optional<EndUseCategoryType> result; |
no outgoing calls