class OpenStudio::Model::EnergyManagementSystemInternalVariable
Public Class Methods
iddObjectType()
click to toggle source
@return [IddObjectType]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 8 def self.iddObjectType end
new(model, string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 5 def self.new(model, string) end
Public Instance Methods
internalDataIndexKeyName()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 11 def internalDataIndexKeyName end
internalDataType()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 14 def internalDataType end
resetInternalDataIndexKeyName()
click to toggle source
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 19 def resetInternalDataIndexKeyName end
setInternalDataIndexKeyName(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 17 def setInternalDataIndexKeyName(string) end
setInternalDataType(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/EnergyManagementSystemInternalVariable.rb, line 22 def setInternalDataType(string) end