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

org.bimserver.models.ifc2x3tc1.IfcWaterProperties 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 Water Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getIsPotable Is Potable}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardness Hardness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardnessAsString Hardness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentration Alkalinity Concentration}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentrationAsString Alkalinity Concentration As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentration Acidity Concentration}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentrationAsString Acidity Concentration As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContent Impurities Content}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContentAsString Impurities Content As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevel PH Level}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevelAsString PH Level As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContent Dissolved Solids Content}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContentAsString Dissolved Solids Content As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties() * @model * @generated */ public interface IfcWaterProperties extends IfcMaterialProperties { /** * Returns the value of the 'Is Potable' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}. * *

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

* * @return the value of the 'Is Potable' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #isSetIsPotable() * @see #unsetIsPotable() * @see #setIsPotable(Tristate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_IsPotable() * @model unsettable="true" * @generated */ Tristate getIsPotable(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getIsPotable Is Potable}' attribute. * * * @param value the new value of the 'Is Potable' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #isSetIsPotable() * @see #unsetIsPotable() * @see #getIsPotable() * @generated */ void setIsPotable(Tristate value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getIsPotable Is Potable}' attribute. * * * @see #isSetIsPotable() * @see #getIsPotable() * @see #setIsPotable(Tristate) * @generated */ void unsetIsPotable(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getIsPotable Is Potable}' attribute is set. * * * @return whether the value of the 'Is Potable' attribute is set. * @see #unsetIsPotable() * @see #getIsPotable() * @see #setIsPotable(Tristate) * @generated */ boolean isSetIsPotable(); /** * Returns the value of the 'Hardness' attribute. * *

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

* * @return the value of the 'Hardness' attribute. * @see #isSetHardness() * @see #unsetHardness() * @see #setHardness(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_Hardness() * @model unsettable="true" * @generated */ double getHardness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardness Hardness}' attribute. * * * @param value the new value of the 'Hardness' attribute. * @see #isSetHardness() * @see #unsetHardness() * @see #getHardness() * @generated */ void setHardness(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardness Hardness}' attribute. * * * @see #isSetHardness() * @see #getHardness() * @see #setHardness(double) * @generated */ void unsetHardness(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardness Hardness}' attribute is set. * * * @return whether the value of the 'Hardness' attribute is set. * @see #unsetHardness() * @see #getHardness() * @see #setHardness(double) * @generated */ boolean isSetHardness(); /** * Returns the value of the 'Hardness As String' attribute. * *

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

* * @return the value of the 'Hardness As String' attribute. * @see #isSetHardnessAsString() * @see #unsetHardnessAsString() * @see #setHardnessAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_HardnessAsString() * @model unsettable="true" * @generated */ String getHardnessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardnessAsString Hardness As String}' attribute. * * * @param value the new value of the 'Hardness As String' attribute. * @see #isSetHardnessAsString() * @see #unsetHardnessAsString() * @see #getHardnessAsString() * @generated */ void setHardnessAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardnessAsString Hardness As String}' attribute. * * * @see #isSetHardnessAsString() * @see #getHardnessAsString() * @see #setHardnessAsString(String) * @generated */ void unsetHardnessAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardnessAsString Hardness As String}' attribute is set. * * * @return whether the value of the 'Hardness As String' attribute is set. * @see #unsetHardnessAsString() * @see #getHardnessAsString() * @see #setHardnessAsString(String) * @generated */ boolean isSetHardnessAsString(); /** * Returns the value of the 'Alkalinity Concentration' attribute. * *

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

* * @return the value of the 'Alkalinity Concentration' attribute. * @see #isSetAlkalinityConcentration() * @see #unsetAlkalinityConcentration() * @see #setAlkalinityConcentration(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_AlkalinityConcentration() * @model unsettable="true" * @generated */ double getAlkalinityConcentration(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentration Alkalinity Concentration}' attribute. * * * @param value the new value of the 'Alkalinity Concentration' attribute. * @see #isSetAlkalinityConcentration() * @see #unsetAlkalinityConcentration() * @see #getAlkalinityConcentration() * @generated */ void setAlkalinityConcentration(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentration Alkalinity Concentration}' attribute. * * * @see #isSetAlkalinityConcentration() * @see #getAlkalinityConcentration() * @see #setAlkalinityConcentration(double) * @generated */ void unsetAlkalinityConcentration(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentration Alkalinity Concentration}' attribute is set. * * * @return whether the value of the 'Alkalinity Concentration' attribute is set. * @see #unsetAlkalinityConcentration() * @see #getAlkalinityConcentration() * @see #setAlkalinityConcentration(double) * @generated */ boolean isSetAlkalinityConcentration(); /** * Returns the value of the 'Alkalinity Concentration As String' attribute. * *

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

* * @return the value of the 'Alkalinity Concentration As String' attribute. * @see #isSetAlkalinityConcentrationAsString() * @see #unsetAlkalinityConcentrationAsString() * @see #setAlkalinityConcentrationAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_AlkalinityConcentrationAsString() * @model unsettable="true" * @generated */ String getAlkalinityConcentrationAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentrationAsString Alkalinity Concentration As String}' attribute. * * * @param value the new value of the 'Alkalinity Concentration As String' attribute. * @see #isSetAlkalinityConcentrationAsString() * @see #unsetAlkalinityConcentrationAsString() * @see #getAlkalinityConcentrationAsString() * @generated */ void setAlkalinityConcentrationAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentrationAsString Alkalinity Concentration As String}' attribute. * * * @see #isSetAlkalinityConcentrationAsString() * @see #getAlkalinityConcentrationAsString() * @see #setAlkalinityConcentrationAsString(String) * @generated */ void unsetAlkalinityConcentrationAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentrationAsString Alkalinity Concentration As String}' attribute is set. * * * @return whether the value of the 'Alkalinity Concentration As String' attribute is set. * @see #unsetAlkalinityConcentrationAsString() * @see #getAlkalinityConcentrationAsString() * @see #setAlkalinityConcentrationAsString(String) * @generated */ boolean isSetAlkalinityConcentrationAsString(); /** * Returns the value of the 'Acidity Concentration' attribute. * *

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

* * @return the value of the 'Acidity Concentration' attribute. * @see #isSetAcidityConcentration() * @see #unsetAcidityConcentration() * @see #setAcidityConcentration(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_AcidityConcentration() * @model unsettable="true" * @generated */ double getAcidityConcentration(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentration Acidity Concentration}' attribute. * * * @param value the new value of the 'Acidity Concentration' attribute. * @see #isSetAcidityConcentration() * @see #unsetAcidityConcentration() * @see #getAcidityConcentration() * @generated */ void setAcidityConcentration(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentration Acidity Concentration}' attribute. * * * @see #isSetAcidityConcentration() * @see #getAcidityConcentration() * @see #setAcidityConcentration(double) * @generated */ void unsetAcidityConcentration(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentration Acidity Concentration}' attribute is set. * * * @return whether the value of the 'Acidity Concentration' attribute is set. * @see #unsetAcidityConcentration() * @see #getAcidityConcentration() * @see #setAcidityConcentration(double) * @generated */ boolean isSetAcidityConcentration(); /** * Returns the value of the 'Acidity Concentration As String' attribute. * *

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

* * @return the value of the 'Acidity Concentration As String' attribute. * @see #isSetAcidityConcentrationAsString() * @see #unsetAcidityConcentrationAsString() * @see #setAcidityConcentrationAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_AcidityConcentrationAsString() * @model unsettable="true" * @generated */ String getAcidityConcentrationAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentrationAsString Acidity Concentration As String}' attribute. * * * @param value the new value of the 'Acidity Concentration As String' attribute. * @see #isSetAcidityConcentrationAsString() * @see #unsetAcidityConcentrationAsString() * @see #getAcidityConcentrationAsString() * @generated */ void setAcidityConcentrationAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentrationAsString Acidity Concentration As String}' attribute. * * * @see #isSetAcidityConcentrationAsString() * @see #getAcidityConcentrationAsString() * @see #setAcidityConcentrationAsString(String) * @generated */ void unsetAcidityConcentrationAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentrationAsString Acidity Concentration As String}' attribute is set. * * * @return whether the value of the 'Acidity Concentration As String' attribute is set. * @see #unsetAcidityConcentrationAsString() * @see #getAcidityConcentrationAsString() * @see #setAcidityConcentrationAsString(String) * @generated */ boolean isSetAcidityConcentrationAsString(); /** * Returns the value of the 'Impurities Content' attribute. * *

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

* * @return the value of the 'Impurities Content' attribute. * @see #isSetImpuritiesContent() * @see #unsetImpuritiesContent() * @see #setImpuritiesContent(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_ImpuritiesContent() * @model unsettable="true" * @generated */ double getImpuritiesContent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContent Impurities Content}' attribute. * * * @param value the new value of the 'Impurities Content' attribute. * @see #isSetImpuritiesContent() * @see #unsetImpuritiesContent() * @see #getImpuritiesContent() * @generated */ void setImpuritiesContent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContent Impurities Content}' attribute. * * * @see #isSetImpuritiesContent() * @see #getImpuritiesContent() * @see #setImpuritiesContent(double) * @generated */ void unsetImpuritiesContent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContent Impurities Content}' attribute is set. * * * @return whether the value of the 'Impurities Content' attribute is set. * @see #unsetImpuritiesContent() * @see #getImpuritiesContent() * @see #setImpuritiesContent(double) * @generated */ boolean isSetImpuritiesContent(); /** * Returns the value of the 'Impurities Content As String' attribute. * *

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

* * @return the value of the 'Impurities Content As String' attribute. * @see #isSetImpuritiesContentAsString() * @see #unsetImpuritiesContentAsString() * @see #setImpuritiesContentAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_ImpuritiesContentAsString() * @model unsettable="true" * @generated */ String getImpuritiesContentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContentAsString Impurities Content As String}' attribute. * * * @param value the new value of the 'Impurities Content As String' attribute. * @see #isSetImpuritiesContentAsString() * @see #unsetImpuritiesContentAsString() * @see #getImpuritiesContentAsString() * @generated */ void setImpuritiesContentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContentAsString Impurities Content As String}' attribute. * * * @see #isSetImpuritiesContentAsString() * @see #getImpuritiesContentAsString() * @see #setImpuritiesContentAsString(String) * @generated */ void unsetImpuritiesContentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContentAsString Impurities Content As String}' attribute is set. * * * @return whether the value of the 'Impurities Content As String' attribute is set. * @see #unsetImpuritiesContentAsString() * @see #getImpuritiesContentAsString() * @see #setImpuritiesContentAsString(String) * @generated */ boolean isSetImpuritiesContentAsString(); /** * Returns the value of the 'PH Level' attribute. * *

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

* * @return the value of the 'PH Level' attribute. * @see #isSetPHLevel() * @see #unsetPHLevel() * @see #setPHLevel(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_PHLevel() * @model unsettable="true" * @generated */ double getPHLevel(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevel PH Level}' attribute. * * * @param value the new value of the 'PH Level' attribute. * @see #isSetPHLevel() * @see #unsetPHLevel() * @see #getPHLevel() * @generated */ void setPHLevel(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevel PH Level}' attribute. * * * @see #isSetPHLevel() * @see #getPHLevel() * @see #setPHLevel(double) * @generated */ void unsetPHLevel(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevel PH Level}' attribute is set. * * * @return whether the value of the 'PH Level' attribute is set. * @see #unsetPHLevel() * @see #getPHLevel() * @see #setPHLevel(double) * @generated */ boolean isSetPHLevel(); /** * Returns the value of the 'PH Level As String' attribute. * *

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

* * @return the value of the 'PH Level As String' attribute. * @see #isSetPHLevelAsString() * @see #unsetPHLevelAsString() * @see #setPHLevelAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_PHLevelAsString() * @model unsettable="true" * @generated */ String getPHLevelAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevelAsString PH Level As String}' attribute. * * * @param value the new value of the 'PH Level As String' attribute. * @see #isSetPHLevelAsString() * @see #unsetPHLevelAsString() * @see #getPHLevelAsString() * @generated */ void setPHLevelAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevelAsString PH Level As String}' attribute. * * * @see #isSetPHLevelAsString() * @see #getPHLevelAsString() * @see #setPHLevelAsString(String) * @generated */ void unsetPHLevelAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevelAsString PH Level As String}' attribute is set. * * * @return whether the value of the 'PH Level As String' attribute is set. * @see #unsetPHLevelAsString() * @see #getPHLevelAsString() * @see #setPHLevelAsString(String) * @generated */ boolean isSetPHLevelAsString(); /** * Returns the value of the 'Dissolved Solids Content' attribute. * *

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

* * @return the value of the 'Dissolved Solids Content' attribute. * @see #isSetDissolvedSolidsContent() * @see #unsetDissolvedSolidsContent() * @see #setDissolvedSolidsContent(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_DissolvedSolidsContent() * @model unsettable="true" * @generated */ double getDissolvedSolidsContent(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContent Dissolved Solids Content}' attribute. * * * @param value the new value of the 'Dissolved Solids Content' attribute. * @see #isSetDissolvedSolidsContent() * @see #unsetDissolvedSolidsContent() * @see #getDissolvedSolidsContent() * @generated */ void setDissolvedSolidsContent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContent Dissolved Solids Content}' attribute. * * * @see #isSetDissolvedSolidsContent() * @see #getDissolvedSolidsContent() * @see #setDissolvedSolidsContent(double) * @generated */ void unsetDissolvedSolidsContent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContent Dissolved Solids Content}' attribute is set. * * * @return whether the value of the 'Dissolved Solids Content' attribute is set. * @see #unsetDissolvedSolidsContent() * @see #getDissolvedSolidsContent() * @see #setDissolvedSolidsContent(double) * @generated */ boolean isSetDissolvedSolidsContent(); /** * Returns the value of the 'Dissolved Solids Content As String' attribute. * *

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

* * @return the value of the 'Dissolved Solids Content As String' attribute. * @see #isSetDissolvedSolidsContentAsString() * @see #unsetDissolvedSolidsContentAsString() * @see #setDissolvedSolidsContentAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWaterProperties_DissolvedSolidsContentAsString() * @model unsettable="true" * @generated */ String getDissolvedSolidsContentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContentAsString Dissolved Solids Content As String}' attribute. * * * @param value the new value of the 'Dissolved Solids Content As String' attribute. * @see #isSetDissolvedSolidsContentAsString() * @see #unsetDissolvedSolidsContentAsString() * @see #getDissolvedSolidsContentAsString() * @generated */ void setDissolvedSolidsContentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContentAsString Dissolved Solids Content As String}' attribute. * * * @see #isSetDissolvedSolidsContentAsString() * @see #getDissolvedSolidsContentAsString() * @see #setDissolvedSolidsContentAsString(String) * @generated */ void unsetDissolvedSolidsContentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContentAsString Dissolved Solids Content As String}' attribute is set. * * * @return whether the value of the 'Dissolved Solids Content As String' attribute is set. * @see #unsetDissolvedSolidsContentAsString() * @see #getDissolvedSolidsContentAsString() * @see #setDissolvedSolidsContentAsString(String) * @generated */ boolean isSetDissolvedSolidsContentAsString(); } // IfcWaterProperties




© 2015 - 2025 Weber Informatics LLC | Privacy Policy