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

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

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getDepth Depth}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getDepthAsString Depth As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidth Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidthAsString Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThickness Wall Thickness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThicknessAsString Wall Thickness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirth Girth}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirthAsString Girth As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadius Internal Fillet Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadiusAsString Internal Fillet Radius As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef() * @model * @generated */ public interface IfcCShapeProfileDef 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.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_Depth() * @model * @generated */ double getDepth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_DepthAsString() * @model * @generated */ String getDepthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#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 'Width' attribute. * *

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

* * @return the value of the 'Width' attribute. * @see #setWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_Width() * @model * @generated */ double getWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidth Width}' attribute. * * * @param value the new value of the 'Width' attribute. * @see #getWidth() * @generated */ void setWidth(double value); /** * Returns the value of the 'Width As String' attribute. * *

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

* * @return the value of the 'Width As String' attribute. * @see #setWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_WidthAsString() * @model * @generated */ String getWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidthAsString Width As String}' attribute. * * * @param value the new value of the 'Width As String' attribute. * @see #getWidthAsString() * @generated */ void setWidthAsString(String value); /** * Returns the value of the 'Wall Thickness' attribute. * *

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

* * @return the value of the 'Wall Thickness' attribute. * @see #setWallThickness(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_WallThickness() * @model * @generated */ double getWallThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThickness Wall Thickness}' attribute. * * * @param value the new value of the 'Wall Thickness' attribute. * @see #getWallThickness() * @generated */ void setWallThickness(double value); /** * Returns the value of the 'Wall Thickness As String' attribute. * *

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

* * @return the value of the 'Wall Thickness As String' attribute. * @see #setWallThicknessAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_WallThicknessAsString() * @model * @generated */ String getWallThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThicknessAsString Wall Thickness As String}' attribute. * * * @param value the new value of the 'Wall Thickness As String' attribute. * @see #getWallThicknessAsString() * @generated */ void setWallThicknessAsString(String value); /** * Returns the value of the 'Girth' attribute. * *

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

* * @return the value of the 'Girth' attribute. * @see #setGirth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_Girth() * @model * @generated */ double getGirth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirth Girth}' attribute. * * * @param value the new value of the 'Girth' attribute. * @see #getGirth() * @generated */ void setGirth(double value); /** * Returns the value of the 'Girth As String' attribute. * *

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

* * @return the value of the 'Girth As String' attribute. * @see #setGirthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_GirthAsString() * @model * @generated */ String getGirthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirthAsString Girth As String}' attribute. * * * @param value the new value of the 'Girth As String' attribute. * @see #getGirthAsString() * @generated */ void setGirthAsString(String value); /** * Returns the value of the 'Internal Fillet Radius' attribute. * *

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

* * @return the value of the 'Internal Fillet Radius' attribute. * @see #isSetInternalFilletRadius() * @see #unsetInternalFilletRadius() * @see #setInternalFilletRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_InternalFilletRadius() * @model unsettable="true" * @generated */ double getInternalFilletRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadius Internal Fillet Radius}' attribute. * * * @param value the new value of the 'Internal Fillet Radius' attribute. * @see #isSetInternalFilletRadius() * @see #unsetInternalFilletRadius() * @see #getInternalFilletRadius() * @generated */ void setInternalFilletRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadius Internal Fillet Radius}' attribute. * * * @see #isSetInternalFilletRadius() * @see #getInternalFilletRadius() * @see #setInternalFilletRadius(double) * @generated */ void unsetInternalFilletRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadius Internal Fillet Radius}' attribute is set. * * * @return whether the value of the 'Internal Fillet Radius' attribute is set. * @see #unsetInternalFilletRadius() * @see #getInternalFilletRadius() * @see #setInternalFilletRadius(double) * @generated */ boolean isSetInternalFilletRadius(); /** * Returns the value of the 'Internal Fillet Radius As String' attribute. * *

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

* * @return the value of the 'Internal Fillet Radius As String' attribute. * @see #isSetInternalFilletRadiusAsString() * @see #unsetInternalFilletRadiusAsString() * @see #setInternalFilletRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_InternalFilletRadiusAsString() * @model unsettable="true" * @generated */ String getInternalFilletRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadiusAsString Internal Fillet Radius As String}' attribute. * * * @param value the new value of the 'Internal Fillet Radius As String' attribute. * @see #isSetInternalFilletRadiusAsString() * @see #unsetInternalFilletRadiusAsString() * @see #getInternalFilletRadiusAsString() * @generated */ void setInternalFilletRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadiusAsString Internal Fillet Radius As String}' attribute. * * * @see #isSetInternalFilletRadiusAsString() * @see #getInternalFilletRadiusAsString() * @see #setInternalFilletRadiusAsString(String) * @generated */ void unsetInternalFilletRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadiusAsString Internal Fillet Radius As String}' attribute is set. * * * @return whether the value of the 'Internal Fillet Radius As String' attribute is set. * @see #unsetInternalFilletRadiusAsString() * @see #getInternalFilletRadiusAsString() * @see #setInternalFilletRadiusAsString(String) * @generated */ boolean isSetInternalFilletRadiusAsString(); /** * Returns the value of the 'Centre Of Gravity In X' attribute. * *

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

* * @return the value of the 'Centre Of Gravity In X' attribute. * @see #isSetCentreOfGravityInX() * @see #unsetCentreOfGravityInX() * @see #setCentreOfGravityInX(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_CentreOfGravityInX() * @model unsettable="true" * @generated */ double getCentreOfGravityInX(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}' attribute. * * * @param value the new value of the 'Centre Of Gravity In X' attribute. * @see #isSetCentreOfGravityInX() * @see #unsetCentreOfGravityInX() * @see #getCentreOfGravityInX() * @generated */ void setCentreOfGravityInX(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}' attribute. * * * @see #isSetCentreOfGravityInX() * @see #getCentreOfGravityInX() * @see #setCentreOfGravityInX(double) * @generated */ void unsetCentreOfGravityInX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}' attribute is set. * * * @return whether the value of the 'Centre Of Gravity In X' attribute is set. * @see #unsetCentreOfGravityInX() * @see #getCentreOfGravityInX() * @see #setCentreOfGravityInX(double) * @generated */ boolean isSetCentreOfGravityInX(); /** * Returns the value of the 'Centre Of Gravity In XAs String' attribute. * *

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

* * @return the value of the 'Centre Of Gravity In XAs String' attribute. * @see #isSetCentreOfGravityInXAsString() * @see #unsetCentreOfGravityInXAsString() * @see #setCentreOfGravityInXAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCShapeProfileDef_CentreOfGravityInXAsString() * @model unsettable="true" * @generated */ String getCentreOfGravityInXAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}' attribute. * * * @param value the new value of the 'Centre Of Gravity In XAs String' attribute. * @see #isSetCentreOfGravityInXAsString() * @see #unsetCentreOfGravityInXAsString() * @see #getCentreOfGravityInXAsString() * @generated */ void setCentreOfGravityInXAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}' attribute. * * * @see #isSetCentreOfGravityInXAsString() * @see #getCentreOfGravityInXAsString() * @see #setCentreOfGravityInXAsString(String) * @generated */ void unsetCentreOfGravityInXAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}' attribute is set. * * * @return whether the value of the 'Centre Of Gravity In XAs String' attribute is set. * @see #unsetCentreOfGravityInXAsString() * @see #getCentreOfGravityInXAsString() * @see #setCentreOfGravityInXAsString(String) * @generated */ boolean isSetCentreOfGravityInXAsString(); } // IfcCShapeProfileDef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy