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

org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

The 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 Asymmetric IShape Profile Def'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidth Top Flange Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidthAsString Top Flange Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness Top Flange Thickness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString Top Flange Thickness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius Top Flange Fillet Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString Top Flange Fillet Radius As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef() * @model * @generated */ public interface IfcAsymmetricIShapeProfileDef extends IfcIShapeProfileDef { /** * Returns the value of the 'Top Flange Width' attribute. * *

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

* * @return the value of the 'Top Flange Width' attribute. * @see #setTopFlangeWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_TopFlangeWidth() * @model * @generated */ double getTopFlangeWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidth Top Flange Width}' attribute. * * * @param value the new value of the 'Top Flange Width' attribute. * @see #getTopFlangeWidth() * @generated */ void setTopFlangeWidth(double value); /** * Returns the value of the 'Top Flange Width As String' attribute. * *

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

* * @return the value of the 'Top Flange Width As String' attribute. * @see #setTopFlangeWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_TopFlangeWidthAsString() * @model * @generated */ String getTopFlangeWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidthAsString Top Flange Width As String}' attribute. * * * @param value the new value of the 'Top Flange Width As String' attribute. * @see #getTopFlangeWidthAsString() * @generated */ void setTopFlangeWidthAsString(String value); /** * Returns the value of the 'Top Flange Thickness' attribute. * *

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

* * @return the value of the 'Top Flange Thickness' attribute. * @see #isSetTopFlangeThickness() * @see #unsetTopFlangeThickness() * @see #setTopFlangeThickness(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_TopFlangeThickness() * @model unsettable="true" * @generated */ double getTopFlangeThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness Top Flange Thickness}' attribute. * * * @param value the new value of the 'Top Flange Thickness' attribute. * @see #isSetTopFlangeThickness() * @see #unsetTopFlangeThickness() * @see #getTopFlangeThickness() * @generated */ void setTopFlangeThickness(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness Top Flange Thickness}' attribute. * * * @see #isSetTopFlangeThickness() * @see #getTopFlangeThickness() * @see #setTopFlangeThickness(double) * @generated */ void unsetTopFlangeThickness(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness Top Flange Thickness}' attribute is set. * * * @return whether the value of the 'Top Flange Thickness' attribute is set. * @see #unsetTopFlangeThickness() * @see #getTopFlangeThickness() * @see #setTopFlangeThickness(double) * @generated */ boolean isSetTopFlangeThickness(); /** * Returns the value of the 'Top Flange Thickness As String' attribute. * *

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

* * @return the value of the 'Top Flange Thickness As String' attribute. * @see #isSetTopFlangeThicknessAsString() * @see #unsetTopFlangeThicknessAsString() * @see #setTopFlangeThicknessAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_TopFlangeThicknessAsString() * @model unsettable="true" * @generated */ String getTopFlangeThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString Top Flange Thickness As String}' attribute. * * * @param value the new value of the 'Top Flange Thickness As String' attribute. * @see #isSetTopFlangeThicknessAsString() * @see #unsetTopFlangeThicknessAsString() * @see #getTopFlangeThicknessAsString() * @generated */ void setTopFlangeThicknessAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString Top Flange Thickness As String}' attribute. * * * @see #isSetTopFlangeThicknessAsString() * @see #getTopFlangeThicknessAsString() * @see #setTopFlangeThicknessAsString(String) * @generated */ void unsetTopFlangeThicknessAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString Top Flange Thickness As String}' attribute is set. * * * @return whether the value of the 'Top Flange Thickness As String' attribute is set. * @see #unsetTopFlangeThicknessAsString() * @see #getTopFlangeThicknessAsString() * @see #setTopFlangeThicknessAsString(String) * @generated */ boolean isSetTopFlangeThicknessAsString(); /** * Returns the value of the 'Top Flange Fillet Radius' attribute. * *

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

* * @return the value of the 'Top Flange Fillet Radius' attribute. * @see #isSetTopFlangeFilletRadius() * @see #unsetTopFlangeFilletRadius() * @see #setTopFlangeFilletRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadius() * @model unsettable="true" * @generated */ double getTopFlangeFilletRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius Top Flange Fillet Radius}' attribute. * * * @param value the new value of the 'Top Flange Fillet Radius' attribute. * @see #isSetTopFlangeFilletRadius() * @see #unsetTopFlangeFilletRadius() * @see #getTopFlangeFilletRadius() * @generated */ void setTopFlangeFilletRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius Top Flange Fillet Radius}' attribute. * * * @see #isSetTopFlangeFilletRadius() * @see #getTopFlangeFilletRadius() * @see #setTopFlangeFilletRadius(double) * @generated */ void unsetTopFlangeFilletRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius Top Flange Fillet Radius}' attribute is set. * * * @return whether the value of the 'Top Flange Fillet Radius' attribute is set. * @see #unsetTopFlangeFilletRadius() * @see #getTopFlangeFilletRadius() * @see #setTopFlangeFilletRadius(double) * @generated */ boolean isSetTopFlangeFilletRadius(); /** * Returns the value of the 'Top Flange Fillet Radius As String' attribute. * *

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

* * @return the value of the 'Top Flange Fillet Radius As String' attribute. * @see #isSetTopFlangeFilletRadiusAsString() * @see #unsetTopFlangeFilletRadiusAsString() * @see #setTopFlangeFilletRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadiusAsString() * @model unsettable="true" * @generated */ String getTopFlangeFilletRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString Top Flange Fillet Radius As String}' attribute. * * * @param value the new value of the 'Top Flange Fillet Radius As String' attribute. * @see #isSetTopFlangeFilletRadiusAsString() * @see #unsetTopFlangeFilletRadiusAsString() * @see #getTopFlangeFilletRadiusAsString() * @generated */ void setTopFlangeFilletRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString Top Flange Fillet Radius As String}' attribute. * * * @see #isSetTopFlangeFilletRadiusAsString() * @see #getTopFlangeFilletRadiusAsString() * @see #setTopFlangeFilletRadiusAsString(String) * @generated */ void unsetTopFlangeFilletRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString Top Flange Fillet Radius As String}' attribute is set. * * * @return whether the value of the 'Top Flange Fillet Radius As String' attribute is set. * @see #unsetTopFlangeFilletRadiusAsString() * @see #getTopFlangeFilletRadiusAsString() * @see #setTopFlangeFilletRadiusAsString(String) * @generated */ boolean isSetTopFlangeFilletRadiusAsString(); /** * Returns the value of the 'Centre Of Gravity In Y' attribute. * *

* If the meaning of the 'Centre Of Gravity In Y' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Centre Of Gravity In Y' attribute. * @see #isSetCentreOfGravityInY() * @see #unsetCentreOfGravityInY() * @see #setCentreOfGravityInY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_CentreOfGravityInY() * @model unsettable="true" * @generated */ double getCentreOfGravityInY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}' attribute. * * * @param value the new value of the 'Centre Of Gravity In Y' attribute. * @see #isSetCentreOfGravityInY() * @see #unsetCentreOfGravityInY() * @see #getCentreOfGravityInY() * @generated */ void setCentreOfGravityInY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}' attribute. * * * @see #isSetCentreOfGravityInY() * @see #getCentreOfGravityInY() * @see #setCentreOfGravityInY(double) * @generated */ void unsetCentreOfGravityInY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}' attribute is set. * * * @return whether the value of the 'Centre Of Gravity In Y' attribute is set. * @see #unsetCentreOfGravityInY() * @see #getCentreOfGravityInY() * @see #setCentreOfGravityInY(double) * @generated */ boolean isSetCentreOfGravityInY(); /** * Returns the value of the 'Centre Of Gravity In YAs String' attribute. * *

* If the meaning of the 'Centre Of Gravity In YAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Centre Of Gravity In YAs String' attribute. * @see #isSetCentreOfGravityInYAsString() * @see #unsetCentreOfGravityInYAsString() * @see #setCentreOfGravityInYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsymmetricIShapeProfileDef_CentreOfGravityInYAsString() * @model unsettable="true" * @generated */ String getCentreOfGravityInYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}' attribute. * * * @param value the new value of the 'Centre Of Gravity In YAs String' attribute. * @see #isSetCentreOfGravityInYAsString() * @see #unsetCentreOfGravityInYAsString() * @see #getCentreOfGravityInYAsString() * @generated */ void setCentreOfGravityInYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}' attribute. * * * @see #isSetCentreOfGravityInYAsString() * @see #getCentreOfGravityInYAsString() * @see #setCentreOfGravityInYAsString(String) * @generated */ void unsetCentreOfGravityInYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}' attribute is set. * * * @return whether the value of the 'Centre Of Gravity In YAs String' attribute is set. * @see #unsetCentreOfGravityInYAsString() * @see #getCentreOfGravityInYAsString() * @see #setCentreOfGravityInYAsString(String) * @generated */ boolean isSetCentreOfGravityInYAsString(); } // IfcAsymmetricIShapeProfileDef




© 2015 - 2025 Weber Informatics LLC | Privacy Policy