Class: OpenStudio::DataErrorType

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

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.enumNameString



34
35
# File 'lib/openstudio-api-stubs/Classes/DataErrorType.rb', line 34

def self.enumName
end

.getValuesIntSet



37
38
# File 'lib/openstudio-api-stubs/Classes/DataErrorType.rb', line 37

def self.getValues
end

.new(*args) ⇒ Object



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

def self.new(*args)
end

Instance Method Details

#EqualEqual(dataErrorType) ⇒ Boolean



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

def EqualEqual(dataErrorType)
end

#GreaterThan(dataErrorType) ⇒ Boolean



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

def GreaterThan(dataErrorType)
end

#GreaterThanEqual(dataErrorType) ⇒ Boolean



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

def GreaterThanEqual(dataErrorType)
end

#LessThan(dataErrorType) ⇒ Boolean



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

def LessThan(dataErrorType)
end

#LessThanEqual(dataErrorType) ⇒ Boolean



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

def LessThanEqual(dataErrorType)
end

#NotEqual(dataErrorType) ⇒ Boolean



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

def NotEqual(dataErrorType)
end

#valueInt32



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

def value
end

#valueDescriptionString



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

def valueDescription
end

#valueNameString



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

def valueName
end