/** * Copyright (C) 2009-2013 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 <http://www.gnu.org/licenses/>. */ package org.bimserver.models.ifc2x3tc1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Ifc ZShape Profile Def</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepth <em>Depth</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepthAsString <em>Depth As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidth <em>Flange Width</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidthAsString <em>Flange Width As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThickness <em>Web Thickness</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThicknessAsString <em>Web Thickness As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThickness <em>Flange Thickness</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThicknessAsString <em>Flange Thickness As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadius <em>Fillet Radius</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadiusAsString <em>Fillet Radius As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadius <em>Edge Radius</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadiusAsString <em>Edge Radius As String</em>}</li> * </ul> * </p> * * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef() * @model * @generated */ public interface IfcZShapeProfileDef extends IfcParameterizedProfileDef { /** * Returns the value of the '<em><b>Depth</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Depth</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Depth</em>' attribute. * @see #setDepth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_Depth() * @model * @generated */ double getDepth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepth <em>Depth</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Depth</em>' attribute. * @see #getDepth() * @generated */ void setDepth(double value); /** * Returns the value of the '<em><b>Depth As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Depth As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Depth As String</em>' attribute. * @see #setDepthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_DepthAsString() * @model * @generated */ String getDepthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepthAsString <em>Depth As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Depth As String</em>' attribute. * @see #getDepthAsString() * @generated */ void setDepthAsString(String value); /** * Returns the value of the '<em><b>Flange Width</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Flange Width</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Flange Width</em>' attribute. * @see #setFlangeWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_FlangeWidth() * @model * @generated */ double getFlangeWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidth <em>Flange Width</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Flange Width</em>' attribute. * @see #getFlangeWidth() * @generated */ void setFlangeWidth(double value); /** * Returns the value of the '<em><b>Flange Width As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Flange Width As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Flange Width As String</em>' attribute. * @see #setFlangeWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_FlangeWidthAsString() * @model * @generated */ String getFlangeWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidthAsString <em>Flange Width As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Flange Width As String</em>' attribute. * @see #getFlangeWidthAsString() * @generated */ void setFlangeWidthAsString(String value); /** * Returns the value of the '<em><b>Web Thickness</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Web Thickness</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Web Thickness</em>' attribute. * @see #setWebThickness(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_WebThickness() * @model * @generated */ double getWebThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThickness <em>Web Thickness</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Web Thickness</em>' attribute. * @see #getWebThickness() * @generated */ void setWebThickness(double value); /** * Returns the value of the '<em><b>Web Thickness As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Web Thickness As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Web Thickness As String</em>' attribute. * @see #setWebThicknessAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_WebThicknessAsString() * @model * @generated */ String getWebThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThicknessAsString <em>Web Thickness As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Web Thickness As String</em>' attribute. * @see #getWebThicknessAsString() * @generated */ void setWebThicknessAsString(String value); /** * Returns the value of the '<em><b>Flange Thickness</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Flange Thickness</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Flange Thickness</em>' attribute. * @see #setFlangeThickness(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_FlangeThickness() * @model * @generated */ double getFlangeThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThickness <em>Flange Thickness</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Flange Thickness</em>' attribute. * @see #getFlangeThickness() * @generated */ void setFlangeThickness(double value); /** * Returns the value of the '<em><b>Flange Thickness As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Flange Thickness As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Flange Thickness As String</em>' attribute. * @see #setFlangeThicknessAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_FlangeThicknessAsString() * @model * @generated */ String getFlangeThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThicknessAsString <em>Flange Thickness As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Flange Thickness As String</em>' attribute. * @see #getFlangeThicknessAsString() * @generated */ void setFlangeThicknessAsString(String value); /** * Returns the value of the '<em><b>Fillet Radius</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Fillet Radius</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Fillet Radius</em>' attribute. * @see #isSetFilletRadius() * @see #unsetFilletRadius() * @see #setFilletRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_FilletRadius() * @model unsettable="true" * @generated */ double getFilletRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadius <em>Fillet Radius</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Fillet Radius</em>' attribute. * @see #isSetFilletRadius() * @see #unsetFilletRadius() * @see #getFilletRadius() * @generated */ void setFilletRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadius <em>Fillet Radius</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetFilletRadius() * @see #getFilletRadius() * @see #setFilletRadius(double) * @generated */ void unsetFilletRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadius <em>Fillet Radius</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Fillet Radius</em>' attribute is set. * @see #unsetFilletRadius() * @see #getFilletRadius() * @see #setFilletRadius(double) * @generated */ boolean isSetFilletRadius(); /** * Returns the value of the '<em><b>Fillet Radius As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Fillet Radius As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Fillet Radius As String</em>' attribute. * @see #isSetFilletRadiusAsString() * @see #unsetFilletRadiusAsString() * @see #setFilletRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_FilletRadiusAsString() * @model unsettable="true" * @generated */ String getFilletRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadiusAsString <em>Fillet Radius As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Fillet Radius As String</em>' attribute. * @see #isSetFilletRadiusAsString() * @see #unsetFilletRadiusAsString() * @see #getFilletRadiusAsString() * @generated */ void setFilletRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadiusAsString <em>Fillet Radius As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetFilletRadiusAsString() * @see #getFilletRadiusAsString() * @see #setFilletRadiusAsString(String) * @generated */ void unsetFilletRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadiusAsString <em>Fillet Radius As String</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Fillet Radius As String</em>' attribute is set. * @see #unsetFilletRadiusAsString() * @see #getFilletRadiusAsString() * @see #setFilletRadiusAsString(String) * @generated */ boolean isSetFilletRadiusAsString(); /** * Returns the value of the '<em><b>Edge Radius</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Edge Radius</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Edge Radius</em>' attribute. * @see #isSetEdgeRadius() * @see #unsetEdgeRadius() * @see #setEdgeRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_EdgeRadius() * @model unsettable="true" * @generated */ double getEdgeRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadius <em>Edge Radius</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Edge Radius</em>' attribute. * @see #isSetEdgeRadius() * @see #unsetEdgeRadius() * @see #getEdgeRadius() * @generated */ void setEdgeRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadius <em>Edge Radius</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetEdgeRadius() * @see #getEdgeRadius() * @see #setEdgeRadius(double) * @generated */ void unsetEdgeRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadius <em>Edge Radius</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Edge Radius</em>' attribute is set. * @see #unsetEdgeRadius() * @see #getEdgeRadius() * @see #setEdgeRadius(double) * @generated */ boolean isSetEdgeRadius(); /** * Returns the value of the '<em><b>Edge Radius As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Edge Radius As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Edge Radius As String</em>' attribute. * @see #isSetEdgeRadiusAsString() * @see #unsetEdgeRadiusAsString() * @see #setEdgeRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcZShapeProfileDef_EdgeRadiusAsString() * @model unsettable="true" * @generated */ String getEdgeRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadiusAsString <em>Edge Radius As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Edge Radius As String</em>' attribute. * @see #isSetEdgeRadiusAsString() * @see #unsetEdgeRadiusAsString() * @see #getEdgeRadiusAsString() * @generated */ void setEdgeRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadiusAsString <em>Edge Radius As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetEdgeRadiusAsString() * @see #getEdgeRadiusAsString() * @see #setEdgeRadiusAsString(String) * @generated */ void unsetEdgeRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadiusAsString <em>Edge Radius As String</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Edge Radius As String</em>' attribute is set. * @see #unsetEdgeRadiusAsString() * @see #getEdgeRadiusAsString() * @see #setEdgeRadiusAsString(String) * @generated */ boolean isSetEdgeRadiusAsString(); } // IfcZShapeProfileDef