public interface IfcSpaceThermalLoadProperties extends IfcPropertySetDefinition
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getApplicableValueRatio()
Returns the value of the 'Applicable Value Ratio' attribute.
|
String |
getApplicableValueRatioAsString()
Returns the value of the 'Applicable Value Ratio As String' attribute.
|
double |
getMaximumValue()
Returns the value of the 'Maximum Value' attribute.
|
String |
getMaximumValueAsString()
Returns the value of the 'Maximum Value As String' attribute.
|
double |
getMinimumValue()
Returns the value of the 'Minimum Value' attribute.
|
String |
getMinimumValueAsString()
Returns the value of the 'Minimum Value As String' attribute.
|
IfcPropertySourceEnum |
getPropertySource()
Returns the value of the 'Property Source' attribute.
|
String |
getSourceDescription()
Returns the value of the 'Source Description' attribute.
|
IfcThermalLoadSourceEnum |
getThermalLoadSource()
Returns the value of the 'Thermal Load Source' attribute.
|
IfcTimeSeries |
getThermalLoadTimeSeriesValues()
Returns the value of the 'Thermal Load Time Series Values' reference.
|
IfcThermalLoadTypeEnum |
getThermalLoadType()
Returns the value of the 'Thermal Load Type' attribute.
|
String |
getUserDefinedPropertySource()
Returns the value of the 'User Defined Property Source' attribute.
|
String |
getUserDefinedThermalLoadSource()
Returns the value of the 'User Defined Thermal Load Source' attribute.
|
boolean |
isSetApplicableValueRatio()
Returns whether the value of the '
Applicable Value Ratio' attribute is set. |
boolean |
isSetApplicableValueRatioAsString()
Returns whether the value of the '
Applicable Value Ratio As String' attribute is set. |
boolean |
isSetMinimumValue()
Returns whether the value of the '
Minimum Value' attribute is set. |
boolean |
isSetMinimumValueAsString()
Returns whether the value of the '
Minimum Value As String' attribute is set. |
boolean |
isSetSourceDescription()
Returns whether the value of the '
Source Description' attribute is set. |
boolean |
isSetThermalLoadTimeSeriesValues()
Returns whether the value of the '
Thermal Load Time Series Values' reference is set. |
boolean |
isSetUserDefinedPropertySource()
Returns whether the value of the '
User Defined Property Source' attribute is set. |
boolean |
isSetUserDefinedThermalLoadSource()
Returns whether the value of the '
User Defined Thermal Load Source' attribute is set. |
void |
setApplicableValueRatio(double value)
Sets the value of the '
Applicable Value Ratio' attribute. |
void |
setApplicableValueRatioAsString(String value)
Sets the value of the '
Applicable Value Ratio As String' attribute. |
void |
setMaximumValue(double value)
Sets the value of the '
Maximum Value' attribute. |
void |
setMaximumValueAsString(String value)
Sets the value of the '
Maximum Value As String' attribute. |
void |
setMinimumValue(double value)
Sets the value of the '
Minimum Value' attribute. |
void |
setMinimumValueAsString(String value)
Sets the value of the '
Minimum Value As String' attribute. |
void |
setPropertySource(IfcPropertySourceEnum value)
Sets the value of the '
Property Source' attribute. |
void |
setSourceDescription(String value)
Sets the value of the '
Source Description' attribute. |
void |
setThermalLoadSource(IfcThermalLoadSourceEnum value)
Sets the value of the '
Thermal Load Source' attribute. |
void |
setThermalLoadTimeSeriesValues(IfcTimeSeries value)
Sets the value of the '
Thermal Load Time Series Values' reference. |
void |
setThermalLoadType(IfcThermalLoadTypeEnum value)
Sets the value of the '
Thermal Load Type' attribute. |
void |
setUserDefinedPropertySource(String value)
Sets the value of the '
User Defined Property Source' attribute. |
void |
setUserDefinedThermalLoadSource(String value)
Sets the value of the '
User Defined Thermal Load Source' attribute. |
void |
unsetApplicableValueRatio()
Unsets the value of the '
Applicable Value Ratio' attribute. |
void |
unsetApplicableValueRatioAsString()
Unsets the value of the '
Applicable Value Ratio As String' attribute. |
void |
unsetMinimumValue()
Unsets the value of the '
Minimum Value' attribute. |
void |
unsetMinimumValueAsString()
Unsets the value of the '
Minimum Value As String' attribute. |
void |
unsetSourceDescription()
Unsets the value of the '
Source Description' attribute. |
void |
unsetThermalLoadTimeSeriesValues()
Unsets the value of the '
Thermal Load Time Series Values' reference. |
void |
unsetUserDefinedPropertySource()
Unsets the value of the '
User Defined Property Source' attribute. |
void |
unsetUserDefinedThermalLoadSource()
Unsets the value of the '
User Defined Thermal Load Source' attribute. |
getDefinesType, getPropertyDefinitionOf, isSetDefinesType, isSetPropertyDefinitionOf, unsetDefinesType, unsetPropertyDefinitionOfgetHasAssociations, isSetHasAssociations, unsetHasAssociationsgetDescription, getGlobalId, getName, getOwnerHistory, isSetDescription, isSetName, setDescription, setGlobalId, setName, setOwnerHistory, unsetDescription, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getApplicableValueRatio()
If the meaning of the 'Applicable Value Ratio' attribute isn't clear, there really should be more of a description here...
isSetApplicableValueRatio(),
unsetApplicableValueRatio(),
setApplicableValueRatio(double),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_ApplicableValueRatio()void setApplicableValueRatio(double value)
Applicable Value Ratio' attribute.
value - the new value of the 'Applicable Value Ratio' attribute.isSetApplicableValueRatio(),
unsetApplicableValueRatio(),
getApplicableValueRatio()void unsetApplicableValueRatio()
Applicable Value Ratio' attribute.
boolean isSetApplicableValueRatio()
Applicable Value Ratio' attribute is set.
unsetApplicableValueRatio(),
getApplicableValueRatio(),
setApplicableValueRatio(double)String getApplicableValueRatioAsString()
If the meaning of the 'Applicable Value Ratio As String' attribute isn't clear, there really should be more of a description here...
isSetApplicableValueRatioAsString(),
unsetApplicableValueRatioAsString(),
setApplicableValueRatioAsString(String),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_ApplicableValueRatioAsString()void setApplicableValueRatioAsString(String value)
Applicable Value Ratio As String' attribute.
value - the new value of the 'Applicable Value Ratio As String' attribute.isSetApplicableValueRatioAsString(),
unsetApplicableValueRatioAsString(),
getApplicableValueRatioAsString()void unsetApplicableValueRatioAsString()
Applicable Value Ratio As String' attribute.
boolean isSetApplicableValueRatioAsString()
Applicable Value Ratio As String' attribute is set.
unsetApplicableValueRatioAsString(),
getApplicableValueRatioAsString(),
setApplicableValueRatioAsString(String)IfcThermalLoadSourceEnum getThermalLoadSource()
IfcThermalLoadSourceEnum.
If the meaning of the 'Thermal Load Source' attribute isn't clear, there really should be more of a description here...
IfcThermalLoadSourceEnum,
setThermalLoadSource(IfcThermalLoadSourceEnum),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_ThermalLoadSource()void setThermalLoadSource(IfcThermalLoadSourceEnum value)
Thermal Load Source' attribute.
value - the new value of the 'Thermal Load Source' attribute.IfcThermalLoadSourceEnum,
getThermalLoadSource()IfcPropertySourceEnum getPropertySource()
IfcPropertySourceEnum.
If the meaning of the 'Property Source' attribute isn't clear, there really should be more of a description here...
IfcPropertySourceEnum,
setPropertySource(IfcPropertySourceEnum),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_PropertySource()void setPropertySource(IfcPropertySourceEnum value)
Property Source' attribute.
value - the new value of the 'Property Source' attribute.IfcPropertySourceEnum,
getPropertySource()String getSourceDescription()
If the meaning of the 'Source Description' attribute isn't clear, there really should be more of a description here...
isSetSourceDescription(),
unsetSourceDescription(),
setSourceDescription(String),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_SourceDescription()void setSourceDescription(String value)
Source Description' attribute.
value - the new value of the 'Source Description' attribute.isSetSourceDescription(),
unsetSourceDescription(),
getSourceDescription()void unsetSourceDescription()
Source Description' attribute.
boolean isSetSourceDescription()
Source Description' attribute is set.
unsetSourceDescription(),
getSourceDescription(),
setSourceDescription(String)double getMaximumValue()
If the meaning of the 'Maximum Value' attribute isn't clear, there really should be more of a description here...
setMaximumValue(double),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_MaximumValue()void setMaximumValue(double value)
Maximum Value' attribute.
value - the new value of the 'Maximum Value' attribute.getMaximumValue()String getMaximumValueAsString()
If the meaning of the 'Maximum Value As String' attribute isn't clear, there really should be more of a description here...
setMaximumValueAsString(String),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_MaximumValueAsString()void setMaximumValueAsString(String value)
Maximum Value As String' attribute.
value - the new value of the 'Maximum Value As String' attribute.getMaximumValueAsString()double getMinimumValue()
If the meaning of the 'Minimum Value' attribute isn't clear, there really should be more of a description here...
isSetMinimumValue(),
unsetMinimumValue(),
setMinimumValue(double),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_MinimumValue()void setMinimumValue(double value)
Minimum Value' attribute.
value - the new value of the 'Minimum Value' attribute.isSetMinimumValue(),
unsetMinimumValue(),
getMinimumValue()void unsetMinimumValue()
Minimum Value' attribute.
boolean isSetMinimumValue()
Minimum Value' attribute is set.
unsetMinimumValue(),
getMinimumValue(),
setMinimumValue(double)String getMinimumValueAsString()
If the meaning of the 'Minimum Value As String' attribute isn't clear, there really should be more of a description here...
isSetMinimumValueAsString(),
unsetMinimumValueAsString(),
setMinimumValueAsString(String),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_MinimumValueAsString()void setMinimumValueAsString(String value)
Minimum Value As String' attribute.
value - the new value of the 'Minimum Value As String' attribute.isSetMinimumValueAsString(),
unsetMinimumValueAsString(),
getMinimumValueAsString()void unsetMinimumValueAsString()
Minimum Value As String' attribute.
boolean isSetMinimumValueAsString()
Minimum Value As String' attribute is set.
unsetMinimumValueAsString(),
getMinimumValueAsString(),
setMinimumValueAsString(String)IfcTimeSeries getThermalLoadTimeSeriesValues()
If the meaning of the 'Thermal Load Time Series Values' reference isn't clear, there really should be more of a description here...
isSetThermalLoadTimeSeriesValues(),
unsetThermalLoadTimeSeriesValues(),
setThermalLoadTimeSeriesValues(IfcTimeSeries),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_ThermalLoadTimeSeriesValues()void setThermalLoadTimeSeriesValues(IfcTimeSeries value)
Thermal Load Time Series Values' reference.
value - the new value of the 'Thermal Load Time Series Values' reference.isSetThermalLoadTimeSeriesValues(),
unsetThermalLoadTimeSeriesValues(),
getThermalLoadTimeSeriesValues()void unsetThermalLoadTimeSeriesValues()
Thermal Load Time Series Values' reference.
boolean isSetThermalLoadTimeSeriesValues()
Thermal Load Time Series Values' reference is set.
unsetThermalLoadTimeSeriesValues(),
getThermalLoadTimeSeriesValues(),
setThermalLoadTimeSeriesValues(IfcTimeSeries)String getUserDefinedThermalLoadSource()
If the meaning of the 'User Defined Thermal Load Source' attribute isn't clear, there really should be more of a description here...
isSetUserDefinedThermalLoadSource(),
unsetUserDefinedThermalLoadSource(),
setUserDefinedThermalLoadSource(String),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_UserDefinedThermalLoadSource()void setUserDefinedThermalLoadSource(String value)
User Defined Thermal Load Source' attribute.
value - the new value of the 'User Defined Thermal Load Source' attribute.isSetUserDefinedThermalLoadSource(),
unsetUserDefinedThermalLoadSource(),
getUserDefinedThermalLoadSource()void unsetUserDefinedThermalLoadSource()
User Defined Thermal Load Source' attribute.
boolean isSetUserDefinedThermalLoadSource()
User Defined Thermal Load Source' attribute is set.
unsetUserDefinedThermalLoadSource(),
getUserDefinedThermalLoadSource(),
setUserDefinedThermalLoadSource(String)String getUserDefinedPropertySource()
If the meaning of the 'User Defined Property Source' attribute isn't clear, there really should be more of a description here...
isSetUserDefinedPropertySource(),
unsetUserDefinedPropertySource(),
setUserDefinedPropertySource(String),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_UserDefinedPropertySource()void setUserDefinedPropertySource(String value)
User Defined Property Source' attribute.
value - the new value of the 'User Defined Property Source' attribute.isSetUserDefinedPropertySource(),
unsetUserDefinedPropertySource(),
getUserDefinedPropertySource()void unsetUserDefinedPropertySource()
User Defined Property Source' attribute.
boolean isSetUserDefinedPropertySource()
User Defined Property Source' attribute is set.
unsetUserDefinedPropertySource(),
getUserDefinedPropertySource(),
setUserDefinedPropertySource(String)IfcThermalLoadTypeEnum getThermalLoadType()
IfcThermalLoadTypeEnum.
If the meaning of the 'Thermal Load Type' attribute isn't clear, there really should be more of a description here...
IfcThermalLoadTypeEnum,
setThermalLoadType(IfcThermalLoadTypeEnum),
Ifc2x3tc1Package.getIfcSpaceThermalLoadProperties_ThermalLoadType()void setThermalLoadType(IfcThermalLoadTypeEnum value)
Thermal Load Type' attribute.
value - the new value of the 'Thermal Load Type' attribute.IfcThermalLoadTypeEnum,
getThermalLoadType()Copyright © 2016 OpenSource BIM. All rights reserved.