Class: BuildingSync::EndUseType

Inherits:
String
  • Object
show all
Defined in:
lib/BuildingSync.rb

Overview

Constant Summary collapse

AllEndUses =
new("All end uses")
Conveyance =
new("Conveyance")
Cooking =
new("Cooking")
Cooling =
new("Cooling")
Dishwasher =
new("Dishwasher")
DomesticHotWater =
new("Domestic hot water")
ExteriorLighting =
new("Exterior lighting")
Heating =
new("Heating")
ITEquipment =
new("IT equipment")
InteriorLighting =
new("Interior lighting")
Laundry =
new("Laundry")
OnSiteGeneration =
new("On site generation")
PlugInElectricVehicle =
new("Plug in electric vehicle")
PlugLoad =
new("Plug load")
PoolHeating =
new("Pool heating")
ProcessLoad =
new("Process load")
Pump =
new("Pump")
Refrigeration =
new("Refrigeration")
TotalLighting =
new("Total lighting")
Ventilation =
new("Ventilation")