OpenStudioCore: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::Schedule_Day_HourlyFields Class Reference

#include <Schedule_Day_Hourly_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Schedule_Day_HourlyFields:

Public Types

enum  domain {
  Name, ScheduleTypeLimitsName, Hour1, Hour2,
  Hour3, Hour4, Hour5, Hour6,
  Hour7, Hour8, Hour9, Hour10,
  Hour11, Hour12, Hour13, Hour14,
  Hour15, Hour16, Hour17, Hour18,
  Hour19, Hour20, Hour21, Hour22,
  Hour23, Hour24
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Schedule:Day:Hourly'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
Name 
ScheduleTypeLimitsName 
Hour1 
Hour2 
Hour3 
Hour4 
Hour5 
Hour6 
Hour7 
Hour8 
Hour9 
Hour10 
Hour11 
Hour12 
Hour13 
Hour14 
Hour15 
Hour16 
Hour17 
Hour18 
Hour19 
Hour20 
Hour21 
Hour22 
Hour23 
Hour24 

Constructor & Destructor Documentation

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

Member Function Documentation

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