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::Curve_ChillerPartLoadWithLiftFields Class Reference

#include <Curve_ChillerPartLoadWithLift_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Curve_ChillerPartLoadWithLiftFields:

Public Types

enum  domain {
  Name, Coefficient1C1, Coefficient2C2, Coefficient3C3,
  Coefficient4C4, Coefficient5C5, Coefficient6C6, Coefficient7C7,
  Coefficient8C8, Coefficient9C9, Coefficient10C10, Coefficient11C11,
  Coefficient12C12, MinimumValueofx, MaximumValueofx, MinimumValueofy,
  MaximumValueofy, MinimumValueofz, MaximumValueofz, MinimumCurveOutput,
  MaximumCurveOutput, InputUnitTypeforx, InputUnitTypefory, InputUnitTypeforz,
  OutputUnitType
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Curve:ChillerPartLoadWithLift'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 
Coefficient1C1 
Coefficient2C2 
Coefficient3C3 
Coefficient4C4 
Coefficient5C5 
Coefficient6C6 
Coefficient7C7 
Coefficient8C8 
Coefficient9C9 
Coefficient10C10 
Coefficient11C11 
Coefficient12C12 
MinimumValueofx 
MaximumValueofx 
MinimumValueofy 
MaximumValueofy 
MinimumValueofz 
MaximumValueofz 
MinimumCurveOutput 
MaximumCurveOutput 
InputUnitTypeforx 
InputUnitTypefory 
InputUnitTypeforz 
OutputUnitType 

Constructor & Destructor Documentation

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

Member Function Documentation

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