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

org.bimserver.models.ifc4.IfcZShapeProfileDef 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 ZShape Profile Def'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getDepth Depth}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getDepthAsString Depth As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeWidth Flange Width}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeWidthAsString Flange Width As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getWebThickness Web Thickness}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getWebThicknessAsString Web Thickness As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeThickness Flange Thickness}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadius Fillet Radius}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadius Edge Radius}
  • *
  • {@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef() * @model * @generated */ public interface IfcZShapeProfileDef extends IfcParameterizedProfileDef { /** * Returns the value of the 'Depth' attribute. * *

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

* * @return the value of the 'Depth' attribute. * @see #setDepth(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_Depth() * @model * @generated */ double getDepth(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getDepth Depth}' attribute. * * * @param value the new value of the 'Depth' attribute. * @see #getDepth() * @generated */ void setDepth(double value); /** * Returns the value of the 'Depth As String' attribute. * *

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

* * @return the value of the 'Depth As String' attribute. * @see #setDepthAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_DepthAsString() * @model * @generated */ String getDepthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getDepthAsString Depth As String}' attribute. * * * @param value the new value of the 'Depth As String' attribute. * @see #getDepthAsString() * @generated */ void setDepthAsString(String value); /** * Returns the value of the 'Flange Width' attribute. * *

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

* * @return the value of the 'Flange Width' attribute. * @see #setFlangeWidth(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_FlangeWidth() * @model * @generated */ double getFlangeWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeWidth Flange Width}' attribute. * * * @param value the new value of the 'Flange Width' attribute. * @see #getFlangeWidth() * @generated */ void setFlangeWidth(double value); /** * Returns the value of the 'Flange Width As String' attribute. * *

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

* * @return the value of the 'Flange Width As String' attribute. * @see #setFlangeWidthAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_FlangeWidthAsString() * @model * @generated */ String getFlangeWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeWidthAsString Flange Width As String}' attribute. * * * @param value the new value of the 'Flange Width As String' attribute. * @see #getFlangeWidthAsString() * @generated */ void setFlangeWidthAsString(String value); /** * Returns the value of the 'Web Thickness' attribute. * *

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

* * @return the value of the 'Web Thickness' attribute. * @see #setWebThickness(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_WebThickness() * @model * @generated */ double getWebThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getWebThickness Web Thickness}' attribute. * * * @param value the new value of the 'Web Thickness' attribute. * @see #getWebThickness() * @generated */ void setWebThickness(double value); /** * Returns the value of the 'Web Thickness As String' attribute. * *

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

* * @return the value of the 'Web Thickness As String' attribute. * @see #setWebThicknessAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_WebThicknessAsString() * @model * @generated */ String getWebThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getWebThicknessAsString Web Thickness As String}' attribute. * * * @param value the new value of the 'Web Thickness As String' attribute. * @see #getWebThicknessAsString() * @generated */ void setWebThicknessAsString(String value); /** * Returns the value of the 'Flange Thickness' attribute. * *

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

* * @return the value of the 'Flange Thickness' attribute. * @see #setFlangeThickness(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_FlangeThickness() * @model * @generated */ double getFlangeThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeThickness Flange Thickness}' attribute. * * * @param value the new value of the 'Flange Thickness' attribute. * @see #getFlangeThickness() * @generated */ void setFlangeThickness(double value); /** * Returns the value of the 'Flange Thickness As String' attribute. * *

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

* * @return the value of the 'Flange Thickness As String' attribute. * @see #setFlangeThicknessAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_FlangeThicknessAsString() * @model * @generated */ String getFlangeThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}' attribute. * * * @param value the new value of the 'Flange Thickness As String' attribute. * @see #getFlangeThicknessAsString() * @generated */ void setFlangeThicknessAsString(String value); /** * Returns the value of the 'Fillet Radius' attribute. * *

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

* * @return the value of the 'Fillet Radius' attribute. * @see #isSetFilletRadius() * @see #unsetFilletRadius() * @see #setFilletRadius(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_FilletRadius() * @model unsettable="true" * @generated */ double getFilletRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadius Fillet Radius}' attribute. * * * @param value the new value of the 'Fillet Radius' attribute. * @see #isSetFilletRadius() * @see #unsetFilletRadius() * @see #getFilletRadius() * @generated */ void setFilletRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadius Fillet Radius}' attribute. * * * @see #isSetFilletRadius() * @see #getFilletRadius() * @see #setFilletRadius(double) * @generated */ void unsetFilletRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadius Fillet Radius}' attribute is set. * * * @return whether the value of the 'Fillet Radius' attribute is set. * @see #unsetFilletRadius() * @see #getFilletRadius() * @see #setFilletRadius(double) * @generated */ boolean isSetFilletRadius(); /** * Returns the value of the 'Fillet Radius As String' attribute. * *

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

* * @return the value of the 'Fillet Radius As String' attribute. * @see #isSetFilletRadiusAsString() * @see #unsetFilletRadiusAsString() * @see #setFilletRadiusAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_FilletRadiusAsString() * @model unsettable="true" * @generated */ String getFilletRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}' attribute. * * * @param value the new value of the 'Fillet Radius As String' attribute. * @see #isSetFilletRadiusAsString() * @see #unsetFilletRadiusAsString() * @see #getFilletRadiusAsString() * @generated */ void setFilletRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}' attribute. * * * @see #isSetFilletRadiusAsString() * @see #getFilletRadiusAsString() * @see #setFilletRadiusAsString(String) * @generated */ void unsetFilletRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}' attribute is set. * * * @return whether the value of the 'Fillet Radius As String' attribute is set. * @see #unsetFilletRadiusAsString() * @see #getFilletRadiusAsString() * @see #setFilletRadiusAsString(String) * @generated */ boolean isSetFilletRadiusAsString(); /** * Returns the value of the 'Edge Radius' attribute. * *

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

* * @return the value of the 'Edge Radius' attribute. * @see #isSetEdgeRadius() * @see #unsetEdgeRadius() * @see #setEdgeRadius(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_EdgeRadius() * @model unsettable="true" * @generated */ double getEdgeRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadius Edge Radius}' attribute. * * * @param value the new value of the 'Edge Radius' attribute. * @see #isSetEdgeRadius() * @see #unsetEdgeRadius() * @see #getEdgeRadius() * @generated */ void setEdgeRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadius Edge Radius}' attribute. * * * @see #isSetEdgeRadius() * @see #getEdgeRadius() * @see #setEdgeRadius(double) * @generated */ void unsetEdgeRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadius Edge Radius}' attribute is set. * * * @return whether the value of the 'Edge Radius' attribute is set. * @see #unsetEdgeRadius() * @see #getEdgeRadius() * @see #setEdgeRadius(double) * @generated */ boolean isSetEdgeRadius(); /** * Returns the value of the 'Edge Radius As String' attribute. * *

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

* * @return the value of the 'Edge Radius As String' attribute. * @see #isSetEdgeRadiusAsString() * @see #unsetEdgeRadiusAsString() * @see #setEdgeRadiusAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcZShapeProfileDef_EdgeRadiusAsString() * @model unsettable="true" * @generated */ String getEdgeRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}' attribute. * * * @param value the new value of the 'Edge Radius As String' attribute. * @see #isSetEdgeRadiusAsString() * @see #unsetEdgeRadiusAsString() * @see #getEdgeRadiusAsString() * @generated */ void setEdgeRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}' attribute. * * * @see #isSetEdgeRadiusAsString() * @see #getEdgeRadiusAsString() * @see #setEdgeRadiusAsString(String) * @generated */ void unsetEdgeRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcZShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}' attribute is set. * * * @return whether the value of the 'Edge Radius As String' attribute is set. * @see #unsetEdgeRadiusAsString() * @see #getEdgeRadiusAsString() * @see #setEdgeRadiusAsString(String) * @generated */ boolean isSetEdgeRadiusAsString(); } // IfcZShapeProfileDef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy