class OpenStudio::Attribute
Public Class Methods
fromQVariant(*args)
click to toggle source
@return [OptionalAttribute]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 85 def self.fromQVariant(*args) end
loadFromXml(*args)
click to toggle source
@return [OptionalAttribute]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 88 def self.loadFromXml(*args) end
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 4 def self.new(*args) end
Public Instance Methods
EqualEqual(attribute)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 79 def EqualEqual(attribute) end
__str__()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 82 def __str__ end
clearDisplayName()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 21 def clearDisplayName end
clearSource()
click to toggle source
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 28 def clearSource end
clone()
click to toggle source
@return [Attribute]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 7 def clone end
displayName(*args)
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 91 def displayName(*args) end
findChildByName(string)
click to toggle source
@return [OptionalAttribute]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 61 def findChildByName(string) end
name()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 16 def name end
saveToXml(path)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 76 def saveToXml(path) end
setDisplayName(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 19 def setDisplayName(string) end
setSource(string)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 26 def setSource(string) end
setUnits(string)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 67 def setUnits(string) end
setValue(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 93 def setValue(*args) end
source()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 24 def source end
toString()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 70 def toString end
toXml()
click to toggle source
@return [QDomDocument]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 73 def toXml end
units()
click to toggle source
@return [OptionalString]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 64 def units end
uuid()
click to toggle source
@return [UUID]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 10 def uuid end
valueAsAttributeVector()
click to toggle source
@return [AttributeVector]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 55 def valueAsAttributeVector end
valueAsBoolean()
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 34 def valueAsBoolean end
valueAsDouble()
click to toggle source
@return [Double]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 43 def valueAsDouble end
valueAsInteger()
click to toggle source
@return [Int32]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 37 def valueAsInteger end
valueAsQVariant()
click to toggle source
@return [QVariant]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 58 def valueAsQVariant end
valueAsQuantity()
click to toggle source
@return [Quantity]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 46 def valueAsQuantity end
valueAsString()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 52 def valueAsString end
valueAsUnit()
click to toggle source
@return [ZUnit]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 49 def valueAsUnit end
valueAsUnsigned()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 40 def valueAsUnsigned end
valueType()
click to toggle source
@return [AttributeValueType]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 31 def valueType end
versionUUID()
click to toggle source
@return [UUID]
# File lib/openstudio-api-stubs/Classes/Attribute.rb, line 13 def versionUUID end