Class: OpenStudio::DataError

Inherits:
Object
  • Object
show all
Defined in:
lib/openstudio-api-stubs/Classes/DataError.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



4
5
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 4

def self.new(*args)
end

Instance Method Details

#__str__String

Returns:

  • (String)


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

def __str__
end

#EqualEqual(dataError) ⇒ Boolean

Returns:

  • (Boolean)


25
26
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 25

def EqualEqual(dataError)
end

#fieldIdentifierUInt32

Returns:

  • (UInt32)


13
14
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 13

def fieldIdentifier
end

#NotEqual(dataError) ⇒ Boolean

Returns:

  • (Boolean)


28
29
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 28

def NotEqual(dataError)
end

#objectIdentifierUUID

Returns:



16
17
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 16

def objectIdentifier
end

#objectNameString

Returns:

  • (String)


19
20
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 19

def objectName
end

#objectTypeOptionalIddObjectType



22
23
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 22

def objectType
end

#scopeScope

Returns:



7
8
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 7

def scope
end

#typeDataErrorType

Returns:



10
11
# File 'lib/openstudio-api-stubs/Classes/DataError.rb', line 10

def type
end