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

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

/**
 * 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 Crane Rail FShape Profile Def'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeight Overall Height}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeightAsString Overall Height As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidth Head Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidthAsString Head Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadius Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadiusAsString Radius As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2 Head Depth2}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2AsString Head Depth2 As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3 Head Depth3}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3AsString Head Depth3 As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getWebThickness Web Thickness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getWebThicknessAsString Web Thickness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1 Base Depth1}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1AsString Base Depth1 As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2 Base Depth2}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2AsString Base Depth2 As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef() * @model * @generated */ public interface IfcCraneRailFShapeProfileDef extends IfcParameterizedProfileDef { /** * Returns the value of the 'Overall Height' attribute. * *

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

* * @return the value of the 'Overall Height' attribute. * @see #setOverallHeight(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_OverallHeight() * @model * @generated */ double getOverallHeight(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeight Overall Height}' attribute. * * * @param value the new value of the 'Overall Height' attribute. * @see #getOverallHeight() * @generated */ void setOverallHeight(double value); /** * Returns the value of the 'Overall Height As String' attribute. * *

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

* * @return the value of the 'Overall Height As String' attribute. * @see #setOverallHeightAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_OverallHeightAsString() * @model * @generated */ String getOverallHeightAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeightAsString Overall Height As String}' attribute. * * * @param value the new value of the 'Overall Height As String' attribute. * @see #getOverallHeightAsString() * @generated */ void setOverallHeightAsString(String value); /** * Returns the value of the 'Head Width' attribute. * *

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

* * @return the value of the 'Head Width' attribute. * @see #setHeadWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_HeadWidth() * @model * @generated */ double getHeadWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidth Head Width}' attribute. * * * @param value the new value of the 'Head Width' attribute. * @see #getHeadWidth() * @generated */ void setHeadWidth(double value); /** * Returns the value of the 'Head Width As String' attribute. * *

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

* * @return the value of the 'Head Width As String' attribute. * @see #setHeadWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_HeadWidthAsString() * @model * @generated */ String getHeadWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidthAsString Head Width As String}' attribute. * * * @param value the new value of the 'Head Width As String' attribute. * @see #getHeadWidthAsString() * @generated */ void setHeadWidthAsString(String value); /** * Returns the value of the 'Radius' attribute. * *

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

* * @return the value of the 'Radius' attribute. * @see #isSetRadius() * @see #unsetRadius() * @see #setRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_Radius() * @model unsettable="true" * @generated */ double getRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadius Radius}' attribute. * * * @param value the new value of the 'Radius' attribute. * @see #isSetRadius() * @see #unsetRadius() * @see #getRadius() * @generated */ void setRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadius Radius}' attribute. * * * @see #isSetRadius() * @see #getRadius() * @see #setRadius(double) * @generated */ void unsetRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadius Radius}' attribute is set. * * * @return whether the value of the 'Radius' attribute is set. * @see #unsetRadius() * @see #getRadius() * @see #setRadius(double) * @generated */ boolean isSetRadius(); /** * Returns the value of the 'Radius As String' attribute. * *

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

* * @return the value of the 'Radius As String' attribute. * @see #isSetRadiusAsString() * @see #unsetRadiusAsString() * @see #setRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_RadiusAsString() * @model unsettable="true" * @generated */ String getRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadiusAsString Radius As String}' attribute. * * * @param value the new value of the 'Radius As String' attribute. * @see #isSetRadiusAsString() * @see #unsetRadiusAsString() * @see #getRadiusAsString() * @generated */ void setRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadiusAsString Radius As String}' attribute. * * * @see #isSetRadiusAsString() * @see #getRadiusAsString() * @see #setRadiusAsString(String) * @generated */ void unsetRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadiusAsString Radius As String}' attribute is set. * * * @return whether the value of the 'Radius As String' attribute is set. * @see #unsetRadiusAsString() * @see #getRadiusAsString() * @see #setRadiusAsString(String) * @generated */ boolean isSetRadiusAsString(); /** * Returns the value of the 'Head Depth2' attribute. * *

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

* * @return the value of the 'Head Depth2' attribute. * @see #setHeadDepth2(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_HeadDepth2() * @model * @generated */ double getHeadDepth2(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2 Head Depth2}' attribute. * * * @param value the new value of the 'Head Depth2' attribute. * @see #getHeadDepth2() * @generated */ void setHeadDepth2(double value); /** * Returns the value of the 'Head Depth2 As String' attribute. * *

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

* * @return the value of the 'Head Depth2 As String' attribute. * @see #setHeadDepth2AsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_HeadDepth2AsString() * @model * @generated */ String getHeadDepth2AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2AsString Head Depth2 As String}' attribute. * * * @param value the new value of the 'Head Depth2 As String' attribute. * @see #getHeadDepth2AsString() * @generated */ void setHeadDepth2AsString(String value); /** * Returns the value of the 'Head Depth3' attribute. * *

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

* * @return the value of the 'Head Depth3' attribute. * @see #setHeadDepth3(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_HeadDepth3() * @model * @generated */ double getHeadDepth3(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3 Head Depth3}' attribute. * * * @param value the new value of the 'Head Depth3' attribute. * @see #getHeadDepth3() * @generated */ void setHeadDepth3(double value); /** * Returns the value of the 'Head Depth3 As String' attribute. * *

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

* * @return the value of the 'Head Depth3 As String' attribute. * @see #setHeadDepth3AsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_HeadDepth3AsString() * @model * @generated */ String getHeadDepth3AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3AsString Head Depth3 As String}' attribute. * * * @param value the new value of the 'Head Depth3 As String' attribute. * @see #getHeadDepth3AsString() * @generated */ void setHeadDepth3AsString(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#getIfcCraneRailFShapeProfileDef_WebThickness() * @model * @generated */ double getWebThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#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#getIfcCraneRailFShapeProfileDef_WebThicknessAsString() * @model * @generated */ String getWebThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#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 'Base Depth1' attribute. * *

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

* * @return the value of the 'Base Depth1' attribute. * @see #setBaseDepth1(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_BaseDepth1() * @model * @generated */ double getBaseDepth1(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1 Base Depth1}' attribute. * * * @param value the new value of the 'Base Depth1' attribute. * @see #getBaseDepth1() * @generated */ void setBaseDepth1(double value); /** * Returns the value of the 'Base Depth1 As String' attribute. * *

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

* * @return the value of the 'Base Depth1 As String' attribute. * @see #setBaseDepth1AsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_BaseDepth1AsString() * @model * @generated */ String getBaseDepth1AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1AsString Base Depth1 As String}' attribute. * * * @param value the new value of the 'Base Depth1 As String' attribute. * @see #getBaseDepth1AsString() * @generated */ void setBaseDepth1AsString(String value); /** * Returns the value of the 'Base Depth2' attribute. * *

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

* * @return the value of the 'Base Depth2' attribute. * @see #setBaseDepth2(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_BaseDepth2() * @model * @generated */ double getBaseDepth2(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2 Base Depth2}' attribute. * * * @param value the new value of the 'Base Depth2' attribute. * @see #getBaseDepth2() * @generated */ void setBaseDepth2(double value); /** * Returns the value of the 'Base Depth2 As String' attribute. * *

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

* * @return the value of the 'Base Depth2 As String' attribute. * @see #setBaseDepth2AsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCraneRailFShapeProfileDef_BaseDepth2AsString() * @model * @generated */ String getBaseDepth2AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2AsString Base Depth2 As String}' attribute. * * * @param value the new value of the 'Base Depth2 As String' attribute. * @see #getBaseDepth2AsString() * @generated */ void setBaseDepth2AsString(String value); /** * 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#getIfcCraneRailFShapeProfileDef_CentreOfGravityInY() * @model unsettable="true" * @generated */ double getCentreOfGravityInY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#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.IfcCraneRailFShapeProfileDef#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.IfcCraneRailFShapeProfileDef#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#getIfcCraneRailFShapeProfileDef_CentreOfGravityInYAsString() * @model unsettable="true" * @generated */ String getCentreOfGravityInYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#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.IfcCraneRailFShapeProfileDef#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.IfcCraneRailFShapeProfileDef#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(); } // IfcCraneRailFShapeProfileDef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy