Class: OpenStudio::AttributeValueType
- Inherits:
-
Object
- Object
- OpenStudio::AttributeValueType
- Defined in:
- lib/openstudio-api-stubs/Classes/AttributeValueType.rb
Class Method Summary collapse
Instance Method Summary collapse
- #EqualEqual(attributeValueType) ⇒ Boolean
- #GreaterThan(attributeValueType) ⇒ Boolean
- #GreaterThanEqual(attributeValueType) ⇒ Boolean
- #LessThan(attributeValueType) ⇒ Boolean
- #LessThanEqual(attributeValueType) ⇒ Boolean
- #NotEqual(attributeValueType) ⇒ Boolean
- #value ⇒ Int32
- #valueDescription ⇒ String
- #valueName ⇒ String
Class Method Details
.enumName ⇒ String
34 35 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 34 def self.enumName end |
.getValues ⇒ IntSet
37 38 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 37 def self.getValues end |
.new(*args) ⇒ Object
4 5 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 4 def self.new(*args) end |
Instance Method Details
#EqualEqual(attributeValueType) ⇒ Boolean
16 17 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 16 def EqualEqual(attributeValueType) end |
#GreaterThan(attributeValueType) ⇒ Boolean
22 23 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 22 def GreaterThan(attributeValueType) end |
#GreaterThanEqual(attributeValueType) ⇒ Boolean
25 26 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 25 def GreaterThanEqual(attributeValueType) end |
#LessThan(attributeValueType) ⇒ Boolean
28 29 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 28 def LessThan(attributeValueType) end |
#LessThanEqual(attributeValueType) ⇒ Boolean
31 32 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 31 def LessThanEqual(attributeValueType) end |
#NotEqual(attributeValueType) ⇒ Boolean
19 20 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 19 def NotEqual(attributeValueType) end |
#value ⇒ Int32
10 11 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 10 def value end |
#valueDescription ⇒ String
13 14 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 13 def valueDescription end |
#valueName ⇒ String
7 8 |
# File 'lib/openstudio-api-stubs/Classes/AttributeValueType.rb', line 7 def valueName end |