class OpenStudio::DataError
Public Class Methods
new(*args)
click to toggle source
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 4 def self.new(*args) end
Public Instance Methods
EqualEqual(dataError)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 25 def EqualEqual(dataError) end
NotEqual(dataError)
click to toggle source
@return [Boolean]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 28 def NotEqual(dataError) end
__str__()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 31 def __str__ end
fieldIdentifier()
click to toggle source
@return [UInt32]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 13 def fieldIdentifier end
objectIdentifier()
click to toggle source
@return [UUID]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 16 def objectIdentifier end
objectName()
click to toggle source
@return [String]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 19 def objectName end
objectType()
click to toggle source
@return [OptionalIddObjectType]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 22 def objectType end
scope()
click to toggle source
@return [Scope]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 7 def scope end
type()
click to toggle source
@return [DataErrorType]
# File lib/openstudio-api-stubs/Classes/DataError.rb, line 10 def type end