MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / fuelType

Method fuelType

src/model/UtilityBill.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 FuelType UtilityBill_Impl::fuelType() const {
63 boost::optional<std::string> value = getString(OS_UtilityBillFields::FuelType, true);
64 OS_ASSERT(value);
65 return FuelType(value.get());
66 }
67
68 InstallLocationType UtilityBill_Impl::meterInstallLocation() const {
69 boost::optional<std::string> value = getString(OS_UtilityBillFields::MeterInstallLocation, true);

Calls 2

FuelTypeClass · 0.70
getMethod · 0.45

Tested by

no test coverage detected