OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "EnergyManagementSystemGlobalVariable.hpp"

Inheritance diagram for openstudio::model::EnergyManagementSystemGlobalVariable:

Public Member Functions

bool exportToBCVTB () const
bool isExportToBCVTBDefaulted () const
void resetExportToBCVTB ()
bool setExportToBCVTB (bool exportToBCVTB)
 EnergyManagementSystemGlobalVariable (const Model &model, const std::string &variableName)
virtual ~EnergyManagementSystemGlobalVariable ()

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef std::vector
< EnergyManagementSystemGlobalVariable
EnergyManagementSystemGlobalVariableVector
typedef boost::optional
< EnergyManagementSystemGlobalVariable
OptionalEnergyManagementSystemGlobalVariable

Detailed Description

EnergyManagementSystemGlobalVariable is a ModelObject that wraps the OpenStudio IDD object 'OS:EnergyManagementSystem:GlobalVariable'.

Constructor & Destructor Documentation

openstudio::model::EnergyManagementSystemGlobalVariable::EnergyManagementSystemGlobalVariable ( const Model model,
const std::string &  variableName 
)
explicit
virtual openstudio::model::EnergyManagementSystemGlobalVariable::~EnergyManagementSystemGlobalVariable ( )
inlinevirtual

Member Function Documentation

bool openstudio::model::EnergyManagementSystemGlobalVariable::exportToBCVTB ( ) const
static IddObjectType openstudio::model::EnergyManagementSystemGlobalVariable::iddObjectType ( )
static
bool openstudio::model::EnergyManagementSystemGlobalVariable::isExportToBCVTBDefaulted ( ) const
void openstudio::model::EnergyManagementSystemGlobalVariable::resetExportToBCVTB ( )
bool openstudio::model::EnergyManagementSystemGlobalVariable::setExportToBCVTB ( bool  exportToBCVTB)

Friends And Related Function Documentation