
org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* 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 Structural Load Temperature'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Constant Delta TConstant}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ConstantAsString Delta TConstant As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Y Delta TY}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_YAsString Delta TYAs String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Z Delta TZ}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ZAsString Delta TZAs String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#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 #isSetDeltaT_Constant()
* @see #unsetDeltaT_Constant()
* @see #setDeltaT_Constant(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadTemperature_DeltaT_Constant()
* @model unsettable="true"
* @generated
*/
double getDeltaT_Constant();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Constant Delta TConstant}' attribute.
*
*
* @param value the new value of the 'Delta TConstant' attribute.
* @see #isSetDeltaT_Constant()
* @see #unsetDeltaT_Constant()
* @see #getDeltaT_Constant()
* @generated
*/
void setDeltaT_Constant(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Constant Delta TConstant}' attribute.
*
*
* @see #isSetDeltaT_Constant()
* @see #getDeltaT_Constant()
* @see #setDeltaT_Constant(double)
* @generated
*/
void unsetDeltaT_Constant();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Constant Delta TConstant}' attribute is set.
*
*
* @return whether the value of the 'Delta TConstant' attribute is set.
* @see #unsetDeltaT_Constant()
* @see #getDeltaT_Constant()
* @see #setDeltaT_Constant(double)
* @generated
*/
boolean isSetDeltaT_Constant();
/**
* 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 #isSetDeltaT_ConstantAsString()
* @see #unsetDeltaT_ConstantAsString()
* @see #setDeltaT_ConstantAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadTemperature_DeltaT_ConstantAsString()
* @model unsettable="true"
* @generated
*/
String getDeltaT_ConstantAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ConstantAsString Delta TConstant As String}' attribute.
*
*
* @param value the new value of the 'Delta TConstant As String' attribute.
* @see #isSetDeltaT_ConstantAsString()
* @see #unsetDeltaT_ConstantAsString()
* @see #getDeltaT_ConstantAsString()
* @generated
*/
void setDeltaT_ConstantAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ConstantAsString Delta TConstant As String}' attribute.
*
*
* @see #isSetDeltaT_ConstantAsString()
* @see #getDeltaT_ConstantAsString()
* @see #setDeltaT_ConstantAsString(String)
* @generated
*/
void unsetDeltaT_ConstantAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ConstantAsString Delta TConstant As String}' attribute is set.
*
*
* @return whether the value of the 'Delta TConstant As String' attribute is set.
* @see #unsetDeltaT_ConstantAsString()
* @see #getDeltaT_ConstantAsString()
* @see #setDeltaT_ConstantAsString(String)
* @generated
*/
boolean isSetDeltaT_ConstantAsString();
/**
* 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 #isSetDeltaT_Y()
* @see #unsetDeltaT_Y()
* @see #setDeltaT_Y(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadTemperature_DeltaT_Y()
* @model unsettable="true"
* @generated
*/
double getDeltaT_Y();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Y Delta TY}' attribute.
*
*
* @param value the new value of the 'Delta TY' attribute.
* @see #isSetDeltaT_Y()
* @see #unsetDeltaT_Y()
* @see #getDeltaT_Y()
* @generated
*/
void setDeltaT_Y(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Y Delta TY}' attribute.
*
*
* @see #isSetDeltaT_Y()
* @see #getDeltaT_Y()
* @see #setDeltaT_Y(double)
* @generated
*/
void unsetDeltaT_Y();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Y Delta TY}' attribute is set.
*
*
* @return whether the value of the 'Delta TY' attribute is set.
* @see #unsetDeltaT_Y()
* @see #getDeltaT_Y()
* @see #setDeltaT_Y(double)
* @generated
*/
boolean isSetDeltaT_Y();
/**
* Returns the value of the 'Delta TYAs String' attribute.
*
*
* If the meaning of the 'Delta TYAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Delta TYAs String' attribute.
* @see #isSetDeltaT_YAsString()
* @see #unsetDeltaT_YAsString()
* @see #setDeltaT_YAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadTemperature_DeltaT_YAsString()
* @model unsettable="true"
* @generated
*/
String getDeltaT_YAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_YAsString Delta TYAs String}' attribute.
*
*
* @param value the new value of the 'Delta TYAs String' attribute.
* @see #isSetDeltaT_YAsString()
* @see #unsetDeltaT_YAsString()
* @see #getDeltaT_YAsString()
* @generated
*/
void setDeltaT_YAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_YAsString Delta TYAs String}' attribute.
*
*
* @see #isSetDeltaT_YAsString()
* @see #getDeltaT_YAsString()
* @see #setDeltaT_YAsString(String)
* @generated
*/
void unsetDeltaT_YAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_YAsString Delta TYAs String}' attribute is set.
*
*
* @return whether the value of the 'Delta TYAs String' attribute is set.
* @see #unsetDeltaT_YAsString()
* @see #getDeltaT_YAsString()
* @see #setDeltaT_YAsString(String)
* @generated
*/
boolean isSetDeltaT_YAsString();
/**
* 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 #isSetDeltaT_Z()
* @see #unsetDeltaT_Z()
* @see #setDeltaT_Z(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadTemperature_DeltaT_Z()
* @model unsettable="true"
* @generated
*/
double getDeltaT_Z();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Z Delta TZ}' attribute.
*
*
* @param value the new value of the 'Delta TZ' attribute.
* @see #isSetDeltaT_Z()
* @see #unsetDeltaT_Z()
* @see #getDeltaT_Z()
* @generated
*/
void setDeltaT_Z(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Z Delta TZ}' attribute.
*
*
* @see #isSetDeltaT_Z()
* @see #getDeltaT_Z()
* @see #setDeltaT_Z(double)
* @generated
*/
void unsetDeltaT_Z();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Z Delta TZ}' attribute is set.
*
*
* @return whether the value of the 'Delta TZ' attribute is set.
* @see #unsetDeltaT_Z()
* @see #getDeltaT_Z()
* @see #setDeltaT_Z(double)
* @generated
*/
boolean isSetDeltaT_Z();
/**
* Returns the value of the 'Delta TZAs String' attribute.
*
*
* If the meaning of the 'Delta TZAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Delta TZAs String' attribute.
* @see #isSetDeltaT_ZAsString()
* @see #unsetDeltaT_ZAsString()
* @see #setDeltaT_ZAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadTemperature_DeltaT_ZAsString()
* @model unsettable="true"
* @generated
*/
String getDeltaT_ZAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ZAsString Delta TZAs String}' attribute.
*
*
* @param value the new value of the 'Delta TZAs String' attribute.
* @see #isSetDeltaT_ZAsString()
* @see #unsetDeltaT_ZAsString()
* @see #getDeltaT_ZAsString()
* @generated
*/
void setDeltaT_ZAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ZAsString Delta TZAs String}' attribute.
*
*
* @see #isSetDeltaT_ZAsString()
* @see #getDeltaT_ZAsString()
* @see #setDeltaT_ZAsString(String)
* @generated
*/
void unsetDeltaT_ZAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ZAsString Delta TZAs String}' attribute is set.
*
*
* @return whether the value of the 'Delta TZAs String' attribute is set.
* @see #unsetDeltaT_ZAsString()
* @see #getDeltaT_ZAsString()
* @see #setDeltaT_ZAsString(String)
* @generated
*/
boolean isSetDeltaT_ZAsString();
} // IfcStructuralLoadTemperature