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

org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef 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 IShape Profile Def'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidth Overall Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidthAsString Overall Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepth Overall Depth}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepthAsString Overall Depth As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getWebThickness Web Thickness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getWebThicknessAsString Web Thickness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFlangeThickness Flange Thickness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadius Fillet Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef() * @model * @generated */ public interface IfcIShapeProfileDef extends IfcParameterizedProfileDef { /** * Returns the value of the 'Overall Width' attribute. * *

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

* * @return the value of the 'Overall Width' attribute. * @see #setOverallWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_OverallWidth() * @model * @generated */ double getOverallWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidth Overall Width}' attribute. * * * @param value the new value of the 'Overall Width' attribute. * @see #getOverallWidth() * @generated */ void setOverallWidth(double value); /** * Returns the value of the 'Overall Width As String' attribute. * *

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

* * @return the value of the 'Overall Width As String' attribute. * @see #setOverallWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_OverallWidthAsString() * @model * @generated */ String getOverallWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidthAsString Overall Width As String}' attribute. * * * @param value the new value of the 'Overall Width As String' attribute. * @see #getOverallWidthAsString() * @generated */ void setOverallWidthAsString(String value); /** * Returns the value of the 'Overall Depth' attribute. * *

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

* * @return the value of the 'Overall Depth' attribute. * @see #setOverallDepth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_OverallDepth() * @model * @generated */ double getOverallDepth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepth Overall Depth}' attribute. * * * @param value the new value of the 'Overall Depth' attribute. * @see #getOverallDepth() * @generated */ void setOverallDepth(double value); /** * Returns the value of the 'Overall Depth As String' attribute. * *

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

* * @return the value of the 'Overall Depth As String' attribute. * @see #setOverallDepthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_OverallDepthAsString() * @model * @generated */ String getOverallDepthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepthAsString Overall Depth As String}' attribute. * * * @param value the new value of the 'Overall Depth As String' attribute. * @see #getOverallDepthAsString() * @generated */ void setOverallDepthAsString(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.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_WebThickness() * @model * @generated */ double getWebThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_WebThicknessAsString() * @model * @generated */ String getWebThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_FlangeThickness() * @model * @generated */ double getFlangeThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_FlangeThicknessAsString() * @model * @generated */ String getFlangeThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_FilletRadius() * @model unsettable="true" * @generated */ double getFilletRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadius Fillet Radius}' attribute. * * * @see #isSetFilletRadius() * @see #getFilletRadius() * @see #setFilletRadius(double) * @generated */ void unsetFilletRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcIShapeProfileDef_FilletRadiusAsString() * @model unsettable="true" * @generated */ String getFilletRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.IfcIShapeProfileDef#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.ifc2x3tc1.IfcIShapeProfileDef#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(); } // IfcIShapeProfileDef




© 2015 - 2025 Weber Informatics LLC | Privacy Policy