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

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

/**
 * 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 Hygroscopic Material Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactor Upper Vapor Resistance Factor}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactorAsString Upper Vapor Resistance Factor As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactor Lower Vapor Resistance Factor}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactorAsString Lower Vapor Resistance Factor As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacity Isothermal Moisture Capacity}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacityAsString Isothermal Moisture Capacity As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeability Vapor Permeability}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeabilityAsString Vapor Permeability As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivity Moisture Diffusivity}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivityAsString Moisture Diffusivity As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties() * @model * @generated */ public interface IfcHygroscopicMaterialProperties extends IfcMaterialProperties { /** * Returns the value of the 'Upper Vapor Resistance Factor' attribute. * *

* If the meaning of the 'Upper Vapor Resistance Factor' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Upper Vapor Resistance Factor' attribute. * @see #isSetUpperVaporResistanceFactor() * @see #unsetUpperVaporResistanceFactor() * @see #setUpperVaporResistanceFactor(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_UpperVaporResistanceFactor() * @model unsettable="true" * @generated */ double getUpperVaporResistanceFactor(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactor Upper Vapor Resistance Factor}' attribute. * * * @param value the new value of the 'Upper Vapor Resistance Factor' attribute. * @see #isSetUpperVaporResistanceFactor() * @see #unsetUpperVaporResistanceFactor() * @see #getUpperVaporResistanceFactor() * @generated */ void setUpperVaporResistanceFactor(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactor Upper Vapor Resistance Factor}' attribute. * * * @see #isSetUpperVaporResistanceFactor() * @see #getUpperVaporResistanceFactor() * @see #setUpperVaporResistanceFactor(double) * @generated */ void unsetUpperVaporResistanceFactor(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactor Upper Vapor Resistance Factor}' attribute is set. * * * @return whether the value of the 'Upper Vapor Resistance Factor' attribute is set. * @see #unsetUpperVaporResistanceFactor() * @see #getUpperVaporResistanceFactor() * @see #setUpperVaporResistanceFactor(double) * @generated */ boolean isSetUpperVaporResistanceFactor(); /** * Returns the value of the 'Upper Vapor Resistance Factor As String' attribute. * *

* If the meaning of the 'Upper Vapor Resistance Factor As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Upper Vapor Resistance Factor As String' attribute. * @see #isSetUpperVaporResistanceFactorAsString() * @see #unsetUpperVaporResistanceFactorAsString() * @see #setUpperVaporResistanceFactorAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_UpperVaporResistanceFactorAsString() * @model unsettable="true" * @generated */ String getUpperVaporResistanceFactorAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactorAsString Upper Vapor Resistance Factor As String}' attribute. * * * @param value the new value of the 'Upper Vapor Resistance Factor As String' attribute. * @see #isSetUpperVaporResistanceFactorAsString() * @see #unsetUpperVaporResistanceFactorAsString() * @see #getUpperVaporResistanceFactorAsString() * @generated */ void setUpperVaporResistanceFactorAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactorAsString Upper Vapor Resistance Factor As String}' attribute. * * * @see #isSetUpperVaporResistanceFactorAsString() * @see #getUpperVaporResistanceFactorAsString() * @see #setUpperVaporResistanceFactorAsString(String) * @generated */ void unsetUpperVaporResistanceFactorAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactorAsString Upper Vapor Resistance Factor As String}' attribute is set. * * * @return whether the value of the 'Upper Vapor Resistance Factor As String' attribute is set. * @see #unsetUpperVaporResistanceFactorAsString() * @see #getUpperVaporResistanceFactorAsString() * @see #setUpperVaporResistanceFactorAsString(String) * @generated */ boolean isSetUpperVaporResistanceFactorAsString(); /** * Returns the value of the 'Lower Vapor Resistance Factor' attribute. * *

* If the meaning of the 'Lower Vapor Resistance Factor' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Lower Vapor Resistance Factor' attribute. * @see #isSetLowerVaporResistanceFactor() * @see #unsetLowerVaporResistanceFactor() * @see #setLowerVaporResistanceFactor(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_LowerVaporResistanceFactor() * @model unsettable="true" * @generated */ double getLowerVaporResistanceFactor(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactor Lower Vapor Resistance Factor}' attribute. * * * @param value the new value of the 'Lower Vapor Resistance Factor' attribute. * @see #isSetLowerVaporResistanceFactor() * @see #unsetLowerVaporResistanceFactor() * @see #getLowerVaporResistanceFactor() * @generated */ void setLowerVaporResistanceFactor(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactor Lower Vapor Resistance Factor}' attribute. * * * @see #isSetLowerVaporResistanceFactor() * @see #getLowerVaporResistanceFactor() * @see #setLowerVaporResistanceFactor(double) * @generated */ void unsetLowerVaporResistanceFactor(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactor Lower Vapor Resistance Factor}' attribute is set. * * * @return whether the value of the 'Lower Vapor Resistance Factor' attribute is set. * @see #unsetLowerVaporResistanceFactor() * @see #getLowerVaporResistanceFactor() * @see #setLowerVaporResistanceFactor(double) * @generated */ boolean isSetLowerVaporResistanceFactor(); /** * Returns the value of the 'Lower Vapor Resistance Factor As String' attribute. * *

* If the meaning of the 'Lower Vapor Resistance Factor As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Lower Vapor Resistance Factor As String' attribute. * @see #isSetLowerVaporResistanceFactorAsString() * @see #unsetLowerVaporResistanceFactorAsString() * @see #setLowerVaporResistanceFactorAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_LowerVaporResistanceFactorAsString() * @model unsettable="true" * @generated */ String getLowerVaporResistanceFactorAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactorAsString Lower Vapor Resistance Factor As String}' attribute. * * * @param value the new value of the 'Lower Vapor Resistance Factor As String' attribute. * @see #isSetLowerVaporResistanceFactorAsString() * @see #unsetLowerVaporResistanceFactorAsString() * @see #getLowerVaporResistanceFactorAsString() * @generated */ void setLowerVaporResistanceFactorAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactorAsString Lower Vapor Resistance Factor As String}' attribute. * * * @see #isSetLowerVaporResistanceFactorAsString() * @see #getLowerVaporResistanceFactorAsString() * @see #setLowerVaporResistanceFactorAsString(String) * @generated */ void unsetLowerVaporResistanceFactorAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactorAsString Lower Vapor Resistance Factor As String}' attribute is set. * * * @return whether the value of the 'Lower Vapor Resistance Factor As String' attribute is set. * @see #unsetLowerVaporResistanceFactorAsString() * @see #getLowerVaporResistanceFactorAsString() * @see #setLowerVaporResistanceFactorAsString(String) * @generated */ boolean isSetLowerVaporResistanceFactorAsString(); /** * Returns the value of the 'Isothermal Moisture Capacity' attribute. * *

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

* * @return the value of the 'Isothermal Moisture Capacity' attribute. * @see #isSetIsothermalMoistureCapacity() * @see #unsetIsothermalMoistureCapacity() * @see #setIsothermalMoistureCapacity(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_IsothermalMoistureCapacity() * @model unsettable="true" * @generated */ double getIsothermalMoistureCapacity(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacity Isothermal Moisture Capacity}' attribute. * * * @param value the new value of the 'Isothermal Moisture Capacity' attribute. * @see #isSetIsothermalMoistureCapacity() * @see #unsetIsothermalMoistureCapacity() * @see #getIsothermalMoistureCapacity() * @generated */ void setIsothermalMoistureCapacity(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacity Isothermal Moisture Capacity}' attribute. * * * @see #isSetIsothermalMoistureCapacity() * @see #getIsothermalMoistureCapacity() * @see #setIsothermalMoistureCapacity(double) * @generated */ void unsetIsothermalMoistureCapacity(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacity Isothermal Moisture Capacity}' attribute is set. * * * @return whether the value of the 'Isothermal Moisture Capacity' attribute is set. * @see #unsetIsothermalMoistureCapacity() * @see #getIsothermalMoistureCapacity() * @see #setIsothermalMoistureCapacity(double) * @generated */ boolean isSetIsothermalMoistureCapacity(); /** * Returns the value of the 'Isothermal Moisture Capacity As String' attribute. * *

* If the meaning of the 'Isothermal Moisture Capacity As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Isothermal Moisture Capacity As String' attribute. * @see #isSetIsothermalMoistureCapacityAsString() * @see #unsetIsothermalMoistureCapacityAsString() * @see #setIsothermalMoistureCapacityAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_IsothermalMoistureCapacityAsString() * @model unsettable="true" * @generated */ String getIsothermalMoistureCapacityAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacityAsString Isothermal Moisture Capacity As String}' attribute. * * * @param value the new value of the 'Isothermal Moisture Capacity As String' attribute. * @see #isSetIsothermalMoistureCapacityAsString() * @see #unsetIsothermalMoistureCapacityAsString() * @see #getIsothermalMoistureCapacityAsString() * @generated */ void setIsothermalMoistureCapacityAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacityAsString Isothermal Moisture Capacity As String}' attribute. * * * @see #isSetIsothermalMoistureCapacityAsString() * @see #getIsothermalMoistureCapacityAsString() * @see #setIsothermalMoistureCapacityAsString(String) * @generated */ void unsetIsothermalMoistureCapacityAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacityAsString Isothermal Moisture Capacity As String}' attribute is set. * * * @return whether the value of the 'Isothermal Moisture Capacity As String' attribute is set. * @see #unsetIsothermalMoistureCapacityAsString() * @see #getIsothermalMoistureCapacityAsString() * @see #setIsothermalMoistureCapacityAsString(String) * @generated */ boolean isSetIsothermalMoistureCapacityAsString(); /** * Returns the value of the 'Vapor Permeability' attribute. * *

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

* * @return the value of the 'Vapor Permeability' attribute. * @see #isSetVaporPermeability() * @see #unsetVaporPermeability() * @see #setVaporPermeability(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_VaporPermeability() * @model unsettable="true" * @generated */ double getVaporPermeability(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeability Vapor Permeability}' attribute. * * * @param value the new value of the 'Vapor Permeability' attribute. * @see #isSetVaporPermeability() * @see #unsetVaporPermeability() * @see #getVaporPermeability() * @generated */ void setVaporPermeability(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeability Vapor Permeability}' attribute. * * * @see #isSetVaporPermeability() * @see #getVaporPermeability() * @see #setVaporPermeability(double) * @generated */ void unsetVaporPermeability(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeability Vapor Permeability}' attribute is set. * * * @return whether the value of the 'Vapor Permeability' attribute is set. * @see #unsetVaporPermeability() * @see #getVaporPermeability() * @see #setVaporPermeability(double) * @generated */ boolean isSetVaporPermeability(); /** * Returns the value of the 'Vapor Permeability As String' attribute. * *

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

* * @return the value of the 'Vapor Permeability As String' attribute. * @see #isSetVaporPermeabilityAsString() * @see #unsetVaporPermeabilityAsString() * @see #setVaporPermeabilityAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_VaporPermeabilityAsString() * @model unsettable="true" * @generated */ String getVaporPermeabilityAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeabilityAsString Vapor Permeability As String}' attribute. * * * @param value the new value of the 'Vapor Permeability As String' attribute. * @see #isSetVaporPermeabilityAsString() * @see #unsetVaporPermeabilityAsString() * @see #getVaporPermeabilityAsString() * @generated */ void setVaporPermeabilityAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeabilityAsString Vapor Permeability As String}' attribute. * * * @see #isSetVaporPermeabilityAsString() * @see #getVaporPermeabilityAsString() * @see #setVaporPermeabilityAsString(String) * @generated */ void unsetVaporPermeabilityAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeabilityAsString Vapor Permeability As String}' attribute is set. * * * @return whether the value of the 'Vapor Permeability As String' attribute is set. * @see #unsetVaporPermeabilityAsString() * @see #getVaporPermeabilityAsString() * @see #setVaporPermeabilityAsString(String) * @generated */ boolean isSetVaporPermeabilityAsString(); /** * Returns the value of the 'Moisture Diffusivity' attribute. * *

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

* * @return the value of the 'Moisture Diffusivity' attribute. * @see #isSetMoistureDiffusivity() * @see #unsetMoistureDiffusivity() * @see #setMoistureDiffusivity(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_MoistureDiffusivity() * @model unsettable="true" * @generated */ double getMoistureDiffusivity(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivity Moisture Diffusivity}' attribute. * * * @param value the new value of the 'Moisture Diffusivity' attribute. * @see #isSetMoistureDiffusivity() * @see #unsetMoistureDiffusivity() * @see #getMoistureDiffusivity() * @generated */ void setMoistureDiffusivity(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivity Moisture Diffusivity}' attribute. * * * @see #isSetMoistureDiffusivity() * @see #getMoistureDiffusivity() * @see #setMoistureDiffusivity(double) * @generated */ void unsetMoistureDiffusivity(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivity Moisture Diffusivity}' attribute is set. * * * @return whether the value of the 'Moisture Diffusivity' attribute is set. * @see #unsetMoistureDiffusivity() * @see #getMoistureDiffusivity() * @see #setMoistureDiffusivity(double) * @generated */ boolean isSetMoistureDiffusivity(); /** * Returns the value of the 'Moisture Diffusivity As String' attribute. * *

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

* * @return the value of the 'Moisture Diffusivity As String' attribute. * @see #isSetMoistureDiffusivityAsString() * @see #unsetMoistureDiffusivityAsString() * @see #setMoistureDiffusivityAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcHygroscopicMaterialProperties_MoistureDiffusivityAsString() * @model unsettable="true" * @generated */ String getMoistureDiffusivityAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivityAsString Moisture Diffusivity As String}' attribute. * * * @param value the new value of the 'Moisture Diffusivity As String' attribute. * @see #isSetMoistureDiffusivityAsString() * @see #unsetMoistureDiffusivityAsString() * @see #getMoistureDiffusivityAsString() * @generated */ void setMoistureDiffusivityAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivityAsString Moisture Diffusivity As String}' attribute. * * * @see #isSetMoistureDiffusivityAsString() * @see #getMoistureDiffusivityAsString() * @see #setMoistureDiffusivityAsString(String) * @generated */ void unsetMoistureDiffusivityAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivityAsString Moisture Diffusivity As String}' attribute is set. * * * @return whether the value of the 'Moisture Diffusivity As String' attribute is set. * @see #unsetMoistureDiffusivityAsString() * @see #getMoistureDiffusivityAsString() * @see #setMoistureDiffusivityAsString(String) * @generated */ boolean isSetMoistureDiffusivityAsString(); } // IfcHygroscopicMaterialProperties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy