class OpenStudio::IdfExtensibleGroup

Public Instance Methods

EqualEqual(idfExtensibleGroup) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 50
def EqualEqual(idfExtensibleGroup)
end
NotEqual(idfExtensibleGroup) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 53
def NotEqual(idfExtensibleGroup)
end
dataFields() click to toggle source

@return [UnsignedVector]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 44
def dataFields
end
empty() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 29
def empty
end
fieldComment(*args) click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 65
def fieldComment(*args)
end
fieldComments(*args) click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 62
def fieldComments(*args)
end
fields(*args) click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 59
def fields(*args)
end
getDouble(*args) click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 71
def getDouble(*args)
end
getInt(*args) click to toggle source

@return [OptionalInt]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 77
def getInt(*args)
end
getString(*args) click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 68
def getString(*args)
end
getUnsigned(*args) click to toggle source

@return [OptionalUnsigned]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 74
def getUnsigned(*args)
end
groupIndex() click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 32
def groupIndex
end
insertClone(uInt32) click to toggle source

@return [IdfExtensibleGroup]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 26
def insertClone(uInt32)
end
isEmpty(uInt32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 5
def isEmpty(uInt32)
end
isValid(uInt32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 38
def isValid(uInt32)
end
numFields() click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 35
def numFields
end
objectListFields() click to toggle source

@return [UnsignedVector]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 41
def objectListFields
end
pushClone() click to toggle source

@return [IdfExtensibleGroup]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 23
def pushClone
end
requiredFields() click to toggle source

@return [UnsignedVector]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 47
def requiredFields
end
setDouble(uInt32, double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 14
def setDouble(uInt32, double)
end
setFieldComment(uInt32, string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 8
def setFieldComment(uInt32, string)
end
setFields(stringVector) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 11
def setFields(stringVector)
end
setInt(uInt32, int32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 20
def setInt(uInt32, int32)
end
setString(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 80
def setString(*args)
end
setUnsigned(uInt32, uInt32) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 17
def setUnsigned(uInt32, uInt32)
end
to_WorkspaceExtensibleGroup() click to toggle source

@return [OptionalWorkspaceExtensibleGroup]

# File lib/openstudio-api-stubs/Classes/IdfExtensibleGroup.rb, line 56
def to_WorkspaceExtensibleGroup
end