All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show newest version
/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Fluid Flow Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPropertySource Property Source}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionTimeSeries Flow Condition Time Series}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocityTimeSeries Velocity Time Series}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateTimeSeries Flowrate Time Series}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFluid Fluid}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureTimeSeries Pressure Time Series}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getUserDefinedPropertySource User Defined Property Source}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValue Temperature Single Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValueAsString Temperature Single Value As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValue Wet Bulb Temperature Single Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValueAsString Wet Bulb Temperature Single Value As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureTimeSeries Wet Bulb Temperature Time Series}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureTimeSeries Temperature Time Series}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateSingleValue Flowrate Single Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValue Flow Condition Single Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValueAsString Flow Condition Single Value As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValue Velocity Single Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValueAsString Velocity Single Value As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValue Pressure Single Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValueAsString Pressure Single Value As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties() * @model * @generated */ public interface IfcFluidFlowProperties extends IfcPropertySetDefinition { /** * Returns the value of the 'Property Source' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum}. * *

* If the meaning of the 'Property Source' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Property Source' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum * @see #setPropertySource(IfcPropertySourceEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_PropertySource() * @model * @generated */ IfcPropertySourceEnum getPropertySource(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPropertySource Property Source}' attribute. * * * @param value the new value of the 'Property Source' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum * @see #getPropertySource() * @generated */ void setPropertySource(IfcPropertySourceEnum value); /** * Returns the value of the 'Flow Condition Time Series' reference. * *

* If the meaning of the 'Flow Condition Time Series' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Flow Condition Time Series' reference. * @see #isSetFlowConditionTimeSeries() * @see #unsetFlowConditionTimeSeries() * @see #setFlowConditionTimeSeries(IfcTimeSeries) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_FlowConditionTimeSeries() * @model unsettable="true" * @generated */ IfcTimeSeries getFlowConditionTimeSeries(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionTimeSeries Flow Condition Time Series}' reference. * * * @param value the new value of the 'Flow Condition Time Series' reference. * @see #isSetFlowConditionTimeSeries() * @see #unsetFlowConditionTimeSeries() * @see #getFlowConditionTimeSeries() * @generated */ void setFlowConditionTimeSeries(IfcTimeSeries value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionTimeSeries Flow Condition Time Series}' reference. * * * @see #isSetFlowConditionTimeSeries() * @see #getFlowConditionTimeSeries() * @see #setFlowConditionTimeSeries(IfcTimeSeries) * @generated */ void unsetFlowConditionTimeSeries(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionTimeSeries Flow Condition Time Series}' reference is set. * * * @return whether the value of the 'Flow Condition Time Series' reference is set. * @see #unsetFlowConditionTimeSeries() * @see #getFlowConditionTimeSeries() * @see #setFlowConditionTimeSeries(IfcTimeSeries) * @generated */ boolean isSetFlowConditionTimeSeries(); /** * Returns the value of the 'Velocity Time Series' reference. * *

* If the meaning of the 'Velocity Time Series' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Velocity Time Series' reference. * @see #isSetVelocityTimeSeries() * @see #unsetVelocityTimeSeries() * @see #setVelocityTimeSeries(IfcTimeSeries) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_VelocityTimeSeries() * @model unsettable="true" * @generated */ IfcTimeSeries getVelocityTimeSeries(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocityTimeSeries Velocity Time Series}' reference. * * * @param value the new value of the 'Velocity Time Series' reference. * @see #isSetVelocityTimeSeries() * @see #unsetVelocityTimeSeries() * @see #getVelocityTimeSeries() * @generated */ void setVelocityTimeSeries(IfcTimeSeries value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocityTimeSeries Velocity Time Series}' reference. * * * @see #isSetVelocityTimeSeries() * @see #getVelocityTimeSeries() * @see #setVelocityTimeSeries(IfcTimeSeries) * @generated */ void unsetVelocityTimeSeries(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocityTimeSeries Velocity Time Series}' reference is set. * * * @return whether the value of the 'Velocity Time Series' reference is set. * @see #unsetVelocityTimeSeries() * @see #getVelocityTimeSeries() * @see #setVelocityTimeSeries(IfcTimeSeries) * @generated */ boolean isSetVelocityTimeSeries(); /** * Returns the value of the 'Flowrate Time Series' reference. * *

* If the meaning of the 'Flowrate Time Series' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Flowrate Time Series' reference. * @see #isSetFlowrateTimeSeries() * @see #unsetFlowrateTimeSeries() * @see #setFlowrateTimeSeries(IfcTimeSeries) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_FlowrateTimeSeries() * @model unsettable="true" * @generated */ IfcTimeSeries getFlowrateTimeSeries(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateTimeSeries Flowrate Time Series}' reference. * * * @param value the new value of the 'Flowrate Time Series' reference. * @see #isSetFlowrateTimeSeries() * @see #unsetFlowrateTimeSeries() * @see #getFlowrateTimeSeries() * @generated */ void setFlowrateTimeSeries(IfcTimeSeries value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateTimeSeries Flowrate Time Series}' reference. * * * @see #isSetFlowrateTimeSeries() * @see #getFlowrateTimeSeries() * @see #setFlowrateTimeSeries(IfcTimeSeries) * @generated */ void unsetFlowrateTimeSeries(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateTimeSeries Flowrate Time Series}' reference is set. * * * @return whether the value of the 'Flowrate Time Series' reference is set. * @see #unsetFlowrateTimeSeries() * @see #getFlowrateTimeSeries() * @see #setFlowrateTimeSeries(IfcTimeSeries) * @generated */ boolean isSetFlowrateTimeSeries(); /** * Returns the value of the 'Fluid' reference. * *

* If the meaning of the 'Fluid' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Fluid' reference. * @see #setFluid(IfcMaterial) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_Fluid() * @model * @generated */ IfcMaterial getFluid(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFluid Fluid}' reference. * * * @param value the new value of the 'Fluid' reference. * @see #getFluid() * @generated */ void setFluid(IfcMaterial value); /** * Returns the value of the 'Pressure Time Series' reference. * *

* If the meaning of the 'Pressure Time Series' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Pressure Time Series' reference. * @see #isSetPressureTimeSeries() * @see #unsetPressureTimeSeries() * @see #setPressureTimeSeries(IfcTimeSeries) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_PressureTimeSeries() * @model unsettable="true" * @generated */ IfcTimeSeries getPressureTimeSeries(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureTimeSeries Pressure Time Series}' reference. * * * @param value the new value of the 'Pressure Time Series' reference. * @see #isSetPressureTimeSeries() * @see #unsetPressureTimeSeries() * @see #getPressureTimeSeries() * @generated */ void setPressureTimeSeries(IfcTimeSeries value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureTimeSeries Pressure Time Series}' reference. * * * @see #isSetPressureTimeSeries() * @see #getPressureTimeSeries() * @see #setPressureTimeSeries(IfcTimeSeries) * @generated */ void unsetPressureTimeSeries(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureTimeSeries Pressure Time Series}' reference is set. * * * @return whether the value of the 'Pressure Time Series' reference is set. * @see #unsetPressureTimeSeries() * @see #getPressureTimeSeries() * @see #setPressureTimeSeries(IfcTimeSeries) * @generated */ boolean isSetPressureTimeSeries(); /** * Returns the value of the 'User Defined Property Source' attribute. * *

* If the meaning of the 'User Defined Property Source' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'User Defined Property Source' attribute. * @see #isSetUserDefinedPropertySource() * @see #unsetUserDefinedPropertySource() * @see #setUserDefinedPropertySource(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_UserDefinedPropertySource() * @model unsettable="true" * @generated */ String getUserDefinedPropertySource(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getUserDefinedPropertySource User Defined Property Source}' attribute. * * * @param value the new value of the 'User Defined Property Source' attribute. * @see #isSetUserDefinedPropertySource() * @see #unsetUserDefinedPropertySource() * @see #getUserDefinedPropertySource() * @generated */ void setUserDefinedPropertySource(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getUserDefinedPropertySource User Defined Property Source}' attribute. * * * @see #isSetUserDefinedPropertySource() * @see #getUserDefinedPropertySource() * @see #setUserDefinedPropertySource(String) * @generated */ void unsetUserDefinedPropertySource(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getUserDefinedPropertySource User Defined Property Source}' attribute is set. * * * @return whether the value of the 'User Defined Property Source' attribute is set. * @see #unsetUserDefinedPropertySource() * @see #getUserDefinedPropertySource() * @see #setUserDefinedPropertySource(String) * @generated */ boolean isSetUserDefinedPropertySource(); /** * Returns the value of the 'Temperature Single Value' attribute. * *

* If the meaning of the 'Temperature Single Value' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Temperature Single Value' attribute. * @see #isSetTemperatureSingleValue() * @see #unsetTemperatureSingleValue() * @see #setTemperatureSingleValue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_TemperatureSingleValue() * @model unsettable="true" * @generated */ double getTemperatureSingleValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValue Temperature Single Value}' attribute. * * * @param value the new value of the 'Temperature Single Value' attribute. * @see #isSetTemperatureSingleValue() * @see #unsetTemperatureSingleValue() * @see #getTemperatureSingleValue() * @generated */ void setTemperatureSingleValue(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValue Temperature Single Value}' attribute. * * * @see #isSetTemperatureSingleValue() * @see #getTemperatureSingleValue() * @see #setTemperatureSingleValue(double) * @generated */ void unsetTemperatureSingleValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValue Temperature Single Value}' attribute is set. * * * @return whether the value of the 'Temperature Single Value' attribute is set. * @see #unsetTemperatureSingleValue() * @see #getTemperatureSingleValue() * @see #setTemperatureSingleValue(double) * @generated */ boolean isSetTemperatureSingleValue(); /** * Returns the value of the 'Temperature Single Value As String' attribute. * *

* If the meaning of the 'Temperature Single Value As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Temperature Single Value As String' attribute. * @see #isSetTemperatureSingleValueAsString() * @see #unsetTemperatureSingleValueAsString() * @see #setTemperatureSingleValueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_TemperatureSingleValueAsString() * @model unsettable="true" * @generated */ String getTemperatureSingleValueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValueAsString Temperature Single Value As String}' attribute. * * * @param value the new value of the 'Temperature Single Value As String' attribute. * @see #isSetTemperatureSingleValueAsString() * @see #unsetTemperatureSingleValueAsString() * @see #getTemperatureSingleValueAsString() * @generated */ void setTemperatureSingleValueAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValueAsString Temperature Single Value As String}' attribute. * * * @see #isSetTemperatureSingleValueAsString() * @see #getTemperatureSingleValueAsString() * @see #setTemperatureSingleValueAsString(String) * @generated */ void unsetTemperatureSingleValueAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValueAsString Temperature Single Value As String}' attribute is set. * * * @return whether the value of the 'Temperature Single Value As String' attribute is set. * @see #unsetTemperatureSingleValueAsString() * @see #getTemperatureSingleValueAsString() * @see #setTemperatureSingleValueAsString(String) * @generated */ boolean isSetTemperatureSingleValueAsString(); /** * Returns the value of the 'Wet Bulb Temperature Single Value' attribute. * *

* If the meaning of the 'Wet Bulb Temperature Single Value' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Wet Bulb Temperature Single Value' attribute. * @see #isSetWetBulbTemperatureSingleValue() * @see #unsetWetBulbTemperatureSingleValue() * @see #setWetBulbTemperatureSingleValue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_WetBulbTemperatureSingleValue() * @model unsettable="true" * @generated */ double getWetBulbTemperatureSingleValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValue Wet Bulb Temperature Single Value}' attribute. * * * @param value the new value of the 'Wet Bulb Temperature Single Value' attribute. * @see #isSetWetBulbTemperatureSingleValue() * @see #unsetWetBulbTemperatureSingleValue() * @see #getWetBulbTemperatureSingleValue() * @generated */ void setWetBulbTemperatureSingleValue(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValue Wet Bulb Temperature Single Value}' attribute. * * * @see #isSetWetBulbTemperatureSingleValue() * @see #getWetBulbTemperatureSingleValue() * @see #setWetBulbTemperatureSingleValue(double) * @generated */ void unsetWetBulbTemperatureSingleValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValue Wet Bulb Temperature Single Value}' attribute is set. * * * @return whether the value of the 'Wet Bulb Temperature Single Value' attribute is set. * @see #unsetWetBulbTemperatureSingleValue() * @see #getWetBulbTemperatureSingleValue() * @see #setWetBulbTemperatureSingleValue(double) * @generated */ boolean isSetWetBulbTemperatureSingleValue(); /** * Returns the value of the 'Wet Bulb Temperature Single Value As String' attribute. * *

* If the meaning of the 'Wet Bulb Temperature Single Value As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Wet Bulb Temperature Single Value As String' attribute. * @see #isSetWetBulbTemperatureSingleValueAsString() * @see #unsetWetBulbTemperatureSingleValueAsString() * @see #setWetBulbTemperatureSingleValueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_WetBulbTemperatureSingleValueAsString() * @model unsettable="true" * @generated */ String getWetBulbTemperatureSingleValueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValueAsString Wet Bulb Temperature Single Value As String}' attribute. * * * @param value the new value of the 'Wet Bulb Temperature Single Value As String' attribute. * @see #isSetWetBulbTemperatureSingleValueAsString() * @see #unsetWetBulbTemperatureSingleValueAsString() * @see #getWetBulbTemperatureSingleValueAsString() * @generated */ void setWetBulbTemperatureSingleValueAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValueAsString Wet Bulb Temperature Single Value As String}' attribute. * * * @see #isSetWetBulbTemperatureSingleValueAsString() * @see #getWetBulbTemperatureSingleValueAsString() * @see #setWetBulbTemperatureSingleValueAsString(String) * @generated */ void unsetWetBulbTemperatureSingleValueAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValueAsString Wet Bulb Temperature Single Value As String}' attribute is set. * * * @return whether the value of the 'Wet Bulb Temperature Single Value As String' attribute is set. * @see #unsetWetBulbTemperatureSingleValueAsString() * @see #getWetBulbTemperatureSingleValueAsString() * @see #setWetBulbTemperatureSingleValueAsString(String) * @generated */ boolean isSetWetBulbTemperatureSingleValueAsString(); /** * Returns the value of the 'Wet Bulb Temperature Time Series' reference. * *

* If the meaning of the 'Wet Bulb Temperature Time Series' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Wet Bulb Temperature Time Series' reference. * @see #isSetWetBulbTemperatureTimeSeries() * @see #unsetWetBulbTemperatureTimeSeries() * @see #setWetBulbTemperatureTimeSeries(IfcTimeSeries) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_WetBulbTemperatureTimeSeries() * @model unsettable="true" * @generated */ IfcTimeSeries getWetBulbTemperatureTimeSeries(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureTimeSeries Wet Bulb Temperature Time Series}' reference. * * * @param value the new value of the 'Wet Bulb Temperature Time Series' reference. * @see #isSetWetBulbTemperatureTimeSeries() * @see #unsetWetBulbTemperatureTimeSeries() * @see #getWetBulbTemperatureTimeSeries() * @generated */ void setWetBulbTemperatureTimeSeries(IfcTimeSeries value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureTimeSeries Wet Bulb Temperature Time Series}' reference. * * * @see #isSetWetBulbTemperatureTimeSeries() * @see #getWetBulbTemperatureTimeSeries() * @see #setWetBulbTemperatureTimeSeries(IfcTimeSeries) * @generated */ void unsetWetBulbTemperatureTimeSeries(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureTimeSeries Wet Bulb Temperature Time Series}' reference is set. * * * @return whether the value of the 'Wet Bulb Temperature Time Series' reference is set. * @see #unsetWetBulbTemperatureTimeSeries() * @see #getWetBulbTemperatureTimeSeries() * @see #setWetBulbTemperatureTimeSeries(IfcTimeSeries) * @generated */ boolean isSetWetBulbTemperatureTimeSeries(); /** * Returns the value of the 'Temperature Time Series' reference. * *

* If the meaning of the 'Temperature Time Series' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Temperature Time Series' reference. * @see #isSetTemperatureTimeSeries() * @see #unsetTemperatureTimeSeries() * @see #setTemperatureTimeSeries(IfcTimeSeries) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_TemperatureTimeSeries() * @model unsettable="true" * @generated */ IfcTimeSeries getTemperatureTimeSeries(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureTimeSeries Temperature Time Series}' reference. * * * @param value the new value of the 'Temperature Time Series' reference. * @see #isSetTemperatureTimeSeries() * @see #unsetTemperatureTimeSeries() * @see #getTemperatureTimeSeries() * @generated */ void setTemperatureTimeSeries(IfcTimeSeries value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureTimeSeries Temperature Time Series}' reference. * * * @see #isSetTemperatureTimeSeries() * @see #getTemperatureTimeSeries() * @see #setTemperatureTimeSeries(IfcTimeSeries) * @generated */ void unsetTemperatureTimeSeries(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureTimeSeries Temperature Time Series}' reference is set. * * * @return whether the value of the 'Temperature Time Series' reference is set. * @see #unsetTemperatureTimeSeries() * @see #getTemperatureTimeSeries() * @see #setTemperatureTimeSeries(IfcTimeSeries) * @generated */ boolean isSetTemperatureTimeSeries(); /** * Returns the value of the 'Flowrate Single Value' reference. * *

* If the meaning of the 'Flowrate Single Value' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Flowrate Single Value' reference. * @see #isSetFlowrateSingleValue() * @see #unsetFlowrateSingleValue() * @see #setFlowrateSingleValue(IfcDerivedMeasureValue) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_FlowrateSingleValue() * @model unsettable="true" * @generated */ IfcDerivedMeasureValue getFlowrateSingleValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateSingleValue Flowrate Single Value}' reference. * * * @param value the new value of the 'Flowrate Single Value' reference. * @see #isSetFlowrateSingleValue() * @see #unsetFlowrateSingleValue() * @see #getFlowrateSingleValue() * @generated */ void setFlowrateSingleValue(IfcDerivedMeasureValue value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateSingleValue Flowrate Single Value}' reference. * * * @see #isSetFlowrateSingleValue() * @see #getFlowrateSingleValue() * @see #setFlowrateSingleValue(IfcDerivedMeasureValue) * @generated */ void unsetFlowrateSingleValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateSingleValue Flowrate Single Value}' reference is set. * * * @return whether the value of the 'Flowrate Single Value' reference is set. * @see #unsetFlowrateSingleValue() * @see #getFlowrateSingleValue() * @see #setFlowrateSingleValue(IfcDerivedMeasureValue) * @generated */ boolean isSetFlowrateSingleValue(); /** * Returns the value of the 'Flow Condition Single Value' attribute. * *

* If the meaning of the 'Flow Condition Single Value' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Flow Condition Single Value' attribute. * @see #isSetFlowConditionSingleValue() * @see #unsetFlowConditionSingleValue() * @see #setFlowConditionSingleValue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_FlowConditionSingleValue() * @model unsettable="true" * @generated */ double getFlowConditionSingleValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValue Flow Condition Single Value}' attribute. * * * @param value the new value of the 'Flow Condition Single Value' attribute. * @see #isSetFlowConditionSingleValue() * @see #unsetFlowConditionSingleValue() * @see #getFlowConditionSingleValue() * @generated */ void setFlowConditionSingleValue(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValue Flow Condition Single Value}' attribute. * * * @see #isSetFlowConditionSingleValue() * @see #getFlowConditionSingleValue() * @see #setFlowConditionSingleValue(double) * @generated */ void unsetFlowConditionSingleValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValue Flow Condition Single Value}' attribute is set. * * * @return whether the value of the 'Flow Condition Single Value' attribute is set. * @see #unsetFlowConditionSingleValue() * @see #getFlowConditionSingleValue() * @see #setFlowConditionSingleValue(double) * @generated */ boolean isSetFlowConditionSingleValue(); /** * Returns the value of the 'Flow Condition Single Value As String' attribute. * *

* If the meaning of the 'Flow Condition Single Value As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Flow Condition Single Value As String' attribute. * @see #isSetFlowConditionSingleValueAsString() * @see #unsetFlowConditionSingleValueAsString() * @see #setFlowConditionSingleValueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_FlowConditionSingleValueAsString() * @model unsettable="true" * @generated */ String getFlowConditionSingleValueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValueAsString Flow Condition Single Value As String}' attribute. * * * @param value the new value of the 'Flow Condition Single Value As String' attribute. * @see #isSetFlowConditionSingleValueAsString() * @see #unsetFlowConditionSingleValueAsString() * @see #getFlowConditionSingleValueAsString() * @generated */ void setFlowConditionSingleValueAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValueAsString Flow Condition Single Value As String}' attribute. * * * @see #isSetFlowConditionSingleValueAsString() * @see #getFlowConditionSingleValueAsString() * @see #setFlowConditionSingleValueAsString(String) * @generated */ void unsetFlowConditionSingleValueAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValueAsString Flow Condition Single Value As String}' attribute is set. * * * @return whether the value of the 'Flow Condition Single Value As String' attribute is set. * @see #unsetFlowConditionSingleValueAsString() * @see #getFlowConditionSingleValueAsString() * @see #setFlowConditionSingleValueAsString(String) * @generated */ boolean isSetFlowConditionSingleValueAsString(); /** * Returns the value of the 'Velocity Single Value' attribute. * *

* If the meaning of the 'Velocity Single Value' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Velocity Single Value' attribute. * @see #isSetVelocitySingleValue() * @see #unsetVelocitySingleValue() * @see #setVelocitySingleValue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_VelocitySingleValue() * @model unsettable="true" * @generated */ double getVelocitySingleValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValue Velocity Single Value}' attribute. * * * @param value the new value of the 'Velocity Single Value' attribute. * @see #isSetVelocitySingleValue() * @see #unsetVelocitySingleValue() * @see #getVelocitySingleValue() * @generated */ void setVelocitySingleValue(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValue Velocity Single Value}' attribute. * * * @see #isSetVelocitySingleValue() * @see #getVelocitySingleValue() * @see #setVelocitySingleValue(double) * @generated */ void unsetVelocitySingleValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValue Velocity Single Value}' attribute is set. * * * @return whether the value of the 'Velocity Single Value' attribute is set. * @see #unsetVelocitySingleValue() * @see #getVelocitySingleValue() * @see #setVelocitySingleValue(double) * @generated */ boolean isSetVelocitySingleValue(); /** * Returns the value of the 'Velocity Single Value As String' attribute. * *

* If the meaning of the 'Velocity Single Value As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Velocity Single Value As String' attribute. * @see #isSetVelocitySingleValueAsString() * @see #unsetVelocitySingleValueAsString() * @see #setVelocitySingleValueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_VelocitySingleValueAsString() * @model unsettable="true" * @generated */ String getVelocitySingleValueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValueAsString Velocity Single Value As String}' attribute. * * * @param value the new value of the 'Velocity Single Value As String' attribute. * @see #isSetVelocitySingleValueAsString() * @see #unsetVelocitySingleValueAsString() * @see #getVelocitySingleValueAsString() * @generated */ void setVelocitySingleValueAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValueAsString Velocity Single Value As String}' attribute. * * * @see #isSetVelocitySingleValueAsString() * @see #getVelocitySingleValueAsString() * @see #setVelocitySingleValueAsString(String) * @generated */ void unsetVelocitySingleValueAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValueAsString Velocity Single Value As String}' attribute is set. * * * @return whether the value of the 'Velocity Single Value As String' attribute is set. * @see #unsetVelocitySingleValueAsString() * @see #getVelocitySingleValueAsString() * @see #setVelocitySingleValueAsString(String) * @generated */ boolean isSetVelocitySingleValueAsString(); /** * Returns the value of the 'Pressure Single Value' attribute. * *

* If the meaning of the 'Pressure Single Value' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Pressure Single Value' attribute. * @see #isSetPressureSingleValue() * @see #unsetPressureSingleValue() * @see #setPressureSingleValue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_PressureSingleValue() * @model unsettable="true" * @generated */ double getPressureSingleValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValue Pressure Single Value}' attribute. * * * @param value the new value of the 'Pressure Single Value' attribute. * @see #isSetPressureSingleValue() * @see #unsetPressureSingleValue() * @see #getPressureSingleValue() * @generated */ void setPressureSingleValue(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValue Pressure Single Value}' attribute. * * * @see #isSetPressureSingleValue() * @see #getPressureSingleValue() * @see #setPressureSingleValue(double) * @generated */ void unsetPressureSingleValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValue Pressure Single Value}' attribute is set. * * * @return whether the value of the 'Pressure Single Value' attribute is set. * @see #unsetPressureSingleValue() * @see #getPressureSingleValue() * @see #setPressureSingleValue(double) * @generated */ boolean isSetPressureSingleValue(); /** * Returns the value of the 'Pressure Single Value As String' attribute. * *

* If the meaning of the 'Pressure Single Value As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Pressure Single Value As String' attribute. * @see #isSetPressureSingleValueAsString() * @see #unsetPressureSingleValueAsString() * @see #setPressureSingleValueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFluidFlowProperties_PressureSingleValueAsString() * @model unsettable="true" * @generated */ String getPressureSingleValueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValueAsString Pressure Single Value As String}' attribute. * * * @param value the new value of the 'Pressure Single Value As String' attribute. * @see #isSetPressureSingleValueAsString() * @see #unsetPressureSingleValueAsString() * @see #getPressureSingleValueAsString() * @generated */ void setPressureSingleValueAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValueAsString Pressure Single Value As String}' attribute. * * * @see #isSetPressureSingleValueAsString() * @see #getPressureSingleValueAsString() * @see #setPressureSingleValueAsString(String) * @generated */ void unsetPressureSingleValueAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValueAsString Pressure Single Value As String}' attribute is set. * * * @return whether the value of the 'Pressure Single Value As String' attribute is set. * @see #unsetPressureSingleValueAsString() * @see #getPressureSingleValueAsString() * @see #setPressureSingleValueAsString(String) * @generated */ boolean isSetPressureSingleValueAsString(); } // IfcFluidFlowProperties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy