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

org.bimserver.models.ifc4.IfcStructuralLoadTemperature 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Structural Load Temperature'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstant Delta TConstant}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstantAsString Delta TConstant As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTY Delta TY}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTYAsString Delta TY As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZ Delta TZ}
  • *
  • {@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZAsString Delta TZ As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature() * @model * @generated */ public interface IfcStructuralLoadTemperature extends IfcStructuralLoadStatic { /** * Returns the value of the 'Delta TConstant' attribute. * *

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

* * @return the value of the 'Delta TConstant' attribute. * @see #isSetDeltaTConstant() * @see #unsetDeltaTConstant() * @see #setDeltaTConstant(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature_DeltaTConstant() * @model unsettable="true" * @generated */ double getDeltaTConstant(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstant Delta TConstant}' attribute. * * * @param value the new value of the 'Delta TConstant' attribute. * @see #isSetDeltaTConstant() * @see #unsetDeltaTConstant() * @see #getDeltaTConstant() * @generated */ void setDeltaTConstant(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstant Delta TConstant}' attribute. * * * @see #isSetDeltaTConstant() * @see #getDeltaTConstant() * @see #setDeltaTConstant(double) * @generated */ void unsetDeltaTConstant(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstant Delta TConstant}' attribute is set. * * * @return whether the value of the 'Delta TConstant' attribute is set. * @see #unsetDeltaTConstant() * @see #getDeltaTConstant() * @see #setDeltaTConstant(double) * @generated */ boolean isSetDeltaTConstant(); /** * Returns the value of the 'Delta TConstant As String' attribute. * *

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

* * @return the value of the 'Delta TConstant As String' attribute. * @see #isSetDeltaTConstantAsString() * @see #unsetDeltaTConstantAsString() * @see #setDeltaTConstantAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature_DeltaTConstantAsString() * @model unsettable="true" * @generated */ String getDeltaTConstantAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstantAsString Delta TConstant As String}' attribute. * * * @param value the new value of the 'Delta TConstant As String' attribute. * @see #isSetDeltaTConstantAsString() * @see #unsetDeltaTConstantAsString() * @see #getDeltaTConstantAsString() * @generated */ void setDeltaTConstantAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstantAsString Delta TConstant As String}' attribute. * * * @see #isSetDeltaTConstantAsString() * @see #getDeltaTConstantAsString() * @see #setDeltaTConstantAsString(String) * @generated */ void unsetDeltaTConstantAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTConstantAsString Delta TConstant As String}' attribute is set. * * * @return whether the value of the 'Delta TConstant As String' attribute is set. * @see #unsetDeltaTConstantAsString() * @see #getDeltaTConstantAsString() * @see #setDeltaTConstantAsString(String) * @generated */ boolean isSetDeltaTConstantAsString(); /** * Returns the value of the 'Delta TY' attribute. * *

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

* * @return the value of the 'Delta TY' attribute. * @see #isSetDeltaTY() * @see #unsetDeltaTY() * @see #setDeltaTY(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature_DeltaTY() * @model unsettable="true" * @generated */ double getDeltaTY(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTY Delta TY}' attribute. * * * @param value the new value of the 'Delta TY' attribute. * @see #isSetDeltaTY() * @see #unsetDeltaTY() * @see #getDeltaTY() * @generated */ void setDeltaTY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTY Delta TY}' attribute. * * * @see #isSetDeltaTY() * @see #getDeltaTY() * @see #setDeltaTY(double) * @generated */ void unsetDeltaTY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTY Delta TY}' attribute is set. * * * @return whether the value of the 'Delta TY' attribute is set. * @see #unsetDeltaTY() * @see #getDeltaTY() * @see #setDeltaTY(double) * @generated */ boolean isSetDeltaTY(); /** * Returns the value of the 'Delta TY As String' attribute. * *

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

* * @return the value of the 'Delta TY As String' attribute. * @see #isSetDeltaTYAsString() * @see #unsetDeltaTYAsString() * @see #setDeltaTYAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature_DeltaTYAsString() * @model unsettable="true" * @generated */ String getDeltaTYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTYAsString Delta TY As String}' attribute. * * * @param value the new value of the 'Delta TY As String' attribute. * @see #isSetDeltaTYAsString() * @see #unsetDeltaTYAsString() * @see #getDeltaTYAsString() * @generated */ void setDeltaTYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTYAsString Delta TY As String}' attribute. * * * @see #isSetDeltaTYAsString() * @see #getDeltaTYAsString() * @see #setDeltaTYAsString(String) * @generated */ void unsetDeltaTYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTYAsString Delta TY As String}' attribute is set. * * * @return whether the value of the 'Delta TY As String' attribute is set. * @see #unsetDeltaTYAsString() * @see #getDeltaTYAsString() * @see #setDeltaTYAsString(String) * @generated */ boolean isSetDeltaTYAsString(); /** * Returns the value of the 'Delta TZ' attribute. * *

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

* * @return the value of the 'Delta TZ' attribute. * @see #isSetDeltaTZ() * @see #unsetDeltaTZ() * @see #setDeltaTZ(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature_DeltaTZ() * @model unsettable="true" * @generated */ double getDeltaTZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZ Delta TZ}' attribute. * * * @param value the new value of the 'Delta TZ' attribute. * @see #isSetDeltaTZ() * @see #unsetDeltaTZ() * @see #getDeltaTZ() * @generated */ void setDeltaTZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZ Delta TZ}' attribute. * * * @see #isSetDeltaTZ() * @see #getDeltaTZ() * @see #setDeltaTZ(double) * @generated */ void unsetDeltaTZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZ Delta TZ}' attribute is set. * * * @return whether the value of the 'Delta TZ' attribute is set. * @see #unsetDeltaTZ() * @see #getDeltaTZ() * @see #setDeltaTZ(double) * @generated */ boolean isSetDeltaTZ(); /** * Returns the value of the 'Delta TZ As String' attribute. * *

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

* * @return the value of the 'Delta TZ As String' attribute. * @see #isSetDeltaTZAsString() * @see #unsetDeltaTZAsString() * @see #setDeltaTZAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadTemperature_DeltaTZAsString() * @model unsettable="true" * @generated */ String getDeltaTZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZAsString Delta TZ As String}' attribute. * * * @param value the new value of the 'Delta TZ As String' attribute. * @see #isSetDeltaTZAsString() * @see #unsetDeltaTZAsString() * @see #getDeltaTZAsString() * @generated */ void setDeltaTZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZAsString Delta TZ As String}' attribute. * * * @see #isSetDeltaTZAsString() * @see #getDeltaTZAsString() * @see #setDeltaTZAsString(String) * @generated */ void unsetDeltaTZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadTemperature#getDeltaTZAsString Delta TZ As String}' attribute is set. * * * @return whether the value of the 'Delta TZ As String' attribute is set. * @see #unsetDeltaTZAsString() * @see #getDeltaTZAsString() * @see #setDeltaTZAsString(String) * @generated */ boolean isSetDeltaTZAsString(); } // IfcStructuralLoadTemperature




© 2015 - 2025 Weber Informatics LLC | Privacy Policy