OpenStudio:utilities/idd
Loading...
Searching...
No Matches
openstudio::Construction_WindowEquivalentLayerFields Class Reference

#include <Construction_WindowEquivalentLayer_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Construction_WindowEquivalentLayerFields:

Public Types

enum  domain {
  Name , OutsideLayer , Layer2 , Layer3 ,
  Layer4 , Layer5 , Layer6 , Layer7 ,
  Layer8 , Layer9 , Layer10 , Layer11
}
 

Public Member Functions

 Construction_WindowEquivalentLayerFields ()
 
 Construction_WindowEquivalentLayerFields (const std::string &t_name)
 
 Construction_WindowEquivalentLayerFields (int t_value)
 
domain value () const
 

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Construction:WindowEquivalentLayer's Idd and Idf non-extensible fields.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer field indices. (The enumeration value names are more likely to be valid across EnergyPlus and OpenStudio releases, and will break if they become invalid.) See the OPENSTUDIO_ENUM documentation in utilities/core/Enum.hpp. The actual macro call is:

Member Enumeration Documentation

◆ domain

Enumerator
Name 
OutsideLayer 
Layer2 
Layer3 
Layer4 
Layer5 
Layer6 
Layer7 
Layer8 
Layer9 
Layer10 
Layer11 

Constructor & Destructor Documentation

◆ Construction_WindowEquivalentLayerFields() [1/3]

openstudio::Construction_WindowEquivalentLayerFields::Construction_WindowEquivalentLayerFields ( )
inline

◆ Construction_WindowEquivalentLayerFields() [2/3]

openstudio::Construction_WindowEquivalentLayerFields::Construction_WindowEquivalentLayerFields ( const std::string & t_name)
inline

◆ Construction_WindowEquivalentLayerFields() [3/3]

openstudio::Construction_WindowEquivalentLayerFields::Construction_WindowEquivalentLayerFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

static std::string openstudio::Construction_WindowEquivalentLayerFields::enumName ( )
inlinestatic

◆ value()

domain openstudio::Construction_WindowEquivalentLayerFields::value ( ) const
inline