OpenStudio:utilities/idd
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
openstudio::Site_GroundTemperature_ShallowFields Class Reference

#include <Site_GroundTemperature_Shallow_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Site_GroundTemperature_ShallowFields:

Public Types

enum  domain {
  JanuarySurfaceGroundTemperature, FebruarySurfaceGroundTemperature, MarchSurfaceGroundTemperature, AprilSurfaceGroundTemperature,
  MaySurfaceGroundTemperature, JuneSurfaceGroundTemperature, JulySurfaceGroundTemperature, AugustSurfaceGroundTemperature,
  SeptemberSurfaceGroundTemperature, OctoberSurfaceGroundTemperature, NovemberSurfaceGroundTemperature, DecemberSurfaceGroundTemperature
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Site:GroundTemperature:Shallow'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

Enumerator
JanuarySurfaceGroundTemperature 
FebruarySurfaceGroundTemperature 
MarchSurfaceGroundTemperature 
AprilSurfaceGroundTemperature 
MaySurfaceGroundTemperature 
JuneSurfaceGroundTemperature 
JulySurfaceGroundTemperature 
AugustSurfaceGroundTemperature 
SeptemberSurfaceGroundTemperature 
OctoberSurfaceGroundTemperature 
NovemberSurfaceGroundTemperature 
DecemberSurfaceGroundTemperature 

Constructor & Destructor Documentation

openstudio::Site_GroundTemperature_ShallowFields::Site_GroundTemperature_ShallowFields ( )
inline
openstudio::Site_GroundTemperature_ShallowFields::Site_GroundTemperature_ShallowFields ( const std::string &  t_name)
inline
openstudio::Site_GroundTemperature_ShallowFields::Site_GroundTemperature_ShallowFields ( int  t_value)
inline

Member Function Documentation

static std::string openstudio::Site_GroundTemperature_ShallowFields::enumName ( )
inlinestatic
domain openstudio::Site_GroundTemperature_ShallowFields::value ( ) const
inline