Class: OpenStudio::Model::ScheduleTypeLimits

Inherits:
ResourceObject show all
Defined in:
lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ResourceObject

#directUseCount, #nonResourceObjectUseCount

Methods inherited from ParentObject

#allowableChildTypes, #children

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.iddObjectTypeIddObjectType

Returns:



8
9
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 8

def self.iddObjectType
end

.new(model) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 5

def self.new(model)
end

.numericTypeValuesStringVector

Returns:

  • (StringVector)


11
12
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 11

def self.numericTypeValues
end

.units(*args) ⇒ OptionalUnit

Returns:



46
47
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 46

def self.units(*args)
end

.unitTypeValuesStringVector

Returns:

  • (StringVector)


14
15
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 14

def self.unitTypeValues
end

Instance Method Details

#getLowerLimitValue(*args) ⇒ OSOptionalQuantity

Returns:



49
50
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 49

def getLowerLimitValue(*args)
end

#getUpperLimitValue(*args) ⇒ OSOptionalQuantity

Returns:



52
53
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 52

def getUpperLimitValue(*args)
end

#isUnitTypeDefaultedBoolean

Returns:

  • (Boolean)


29
30
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 29

def isUnitTypeDefaulted
end

#lowerLimitValueOptionalDouble

Returns:



17
18
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 17

def lowerLimitValue
end

#numericTypeOptionalString

Returns:



23
24
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 23

def numericType
end

#resetLowerLimitValueObject



31
32
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 31

def resetLowerLimitValue
end

#resetNumericTypeObject



38
39
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 38

def resetNumericType
end

#resetUnitTypeObject



43
44
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 43

def resetUnitType
end

#resetUpperLimitValueObject



33
34
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 33

def resetUpperLimitValue
end

#setLowerLimitValue(*args) ⇒ Object



54
55
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 54

def setLowerLimitValue(*args)
end

#setNumericType(string) ⇒ Boolean

Returns:

  • (Boolean)


36
37
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 36

def setNumericType(string)
end

#setUnitType(string) ⇒ Boolean

Returns:

  • (Boolean)


41
42
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 41

def setUnitType(string)
end

#setUpperLimitValue(*args) ⇒ Object



56
57
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 56

def setUpperLimitValue(*args)
end

#unitTypeString

Returns:

  • (String)


26
27
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 26

def unitType
end

#upperLimitValueOptionalDouble

Returns:



20
21
# File 'lib/openstudio-api-stubs/Classes/ScheduleTypeLimits.rb', line 20

def upperLimitValue
end