org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* 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 LShape Profile Def'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getDepth Depth}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getDepthAsString Depth As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidth Width}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidthAsString Width As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThickness Thickness}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThicknessAsString Thickness As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getFilletRadius Fillet Radius}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadius Edge Radius}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlope Leg Slope}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlopeAsString Leg Slope As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef()
* @model
* @generated
*/
public interface IfcLShapeProfileDef 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#getIfcLShapeProfileDef_Depth()
* @model
* @generated
*/
double getDepth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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#getIfcLShapeProfileDef_DepthAsString()
* @model
* @generated
*/
String getDepthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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 #isSetWidth()
* @see #unsetWidth()
* @see #setWidth(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_Width()
* @model unsettable="true"
* @generated
*/
double getWidth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidth Width}' attribute.
*
*
* @param value the new value of the 'Width' attribute.
* @see #isSetWidth()
* @see #unsetWidth()
* @see #getWidth()
* @generated
*/
void setWidth(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidth Width}' attribute.
*
*
* @see #isSetWidth()
* @see #getWidth()
* @see #setWidth(double)
* @generated
*/
void unsetWidth();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidth Width}' attribute is set.
*
*
* @return whether the value of the 'Width' attribute is set.
* @see #unsetWidth()
* @see #getWidth()
* @see #setWidth(double)
* @generated
*/
boolean isSetWidth();
/**
* 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 #isSetWidthAsString()
* @see #unsetWidthAsString()
* @see #setWidthAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_WidthAsString()
* @model unsettable="true"
* @generated
*/
String getWidthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidthAsString Width As String}' attribute.
*
*
* @param value the new value of the 'Width As String' attribute.
* @see #isSetWidthAsString()
* @see #unsetWidthAsString()
* @see #getWidthAsString()
* @generated
*/
void setWidthAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidthAsString Width As String}' attribute.
*
*
* @see #isSetWidthAsString()
* @see #getWidthAsString()
* @see #setWidthAsString(String)
* @generated
*/
void unsetWidthAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidthAsString Width As String}' attribute is set.
*
*
* @return whether the value of the 'Width As String' attribute is set.
* @see #unsetWidthAsString()
* @see #getWidthAsString()
* @see #setWidthAsString(String)
* @generated
*/
boolean isSetWidthAsString();
/**
* Returns the value of the 'Thickness' attribute.
*
*
* If the meaning of the 'Thickness' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Thickness' attribute.
* @see #setThickness(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_Thickness()
* @model
* @generated
*/
double getThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThickness Thickness}' attribute.
*
*
* @param value the new value of the 'Thickness' attribute.
* @see #getThickness()
* @generated
*/
void setThickness(double value);
/**
* Returns the value of the 'Thickness As String' attribute.
*
*
* If the meaning of the 'Thickness As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Thickness As String' attribute.
* @see #setThicknessAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_ThicknessAsString()
* @model
* @generated
*/
String getThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThicknessAsString Thickness As String}' attribute.
*
*
* @param value the new value of the 'Thickness As String' attribute.
* @see #getThicknessAsString()
* @generated
*/
void setThicknessAsString(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#getIfcLShapeProfileDef_FilletRadius()
* @model unsettable="true"
* @generated
*/
double getFilletRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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#getIfcLShapeProfileDef_FilletRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getFilletRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_EdgeRadius()
* @model unsettable="true"
* @generated
*/
double getEdgeRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadius Edge Radius}' attribute.
*
*
* @see #isSetEdgeRadius()
* @see #getEdgeRadius()
* @see #setEdgeRadius(double)
* @generated
*/
void unsetEdgeRadius();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_EdgeRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getEdgeRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.ifc2x3tc1.IfcLShapeProfileDef#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.ifc2x3tc1.IfcLShapeProfileDef#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();
/**
* Returns the value of the 'Leg Slope' attribute.
*
*
* If the meaning of the 'Leg Slope' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Leg Slope' attribute.
* @see #isSetLegSlope()
* @see #unsetLegSlope()
* @see #setLegSlope(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_LegSlope()
* @model unsettable="true"
* @generated
*/
double getLegSlope();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlope Leg Slope}' attribute.
*
*
* @param value the new value of the 'Leg Slope' attribute.
* @see #isSetLegSlope()
* @see #unsetLegSlope()
* @see #getLegSlope()
* @generated
*/
void setLegSlope(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlope Leg Slope}' attribute.
*
*
* @see #isSetLegSlope()
* @see #getLegSlope()
* @see #setLegSlope(double)
* @generated
*/
void unsetLegSlope();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlope Leg Slope}' attribute is set.
*
*
* @return whether the value of the 'Leg Slope' attribute is set.
* @see #unsetLegSlope()
* @see #getLegSlope()
* @see #setLegSlope(double)
* @generated
*/
boolean isSetLegSlope();
/**
* Returns the value of the 'Leg Slope As String' attribute.
*
*
* If the meaning of the 'Leg Slope As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Leg Slope As String' attribute.
* @see #isSetLegSlopeAsString()
* @see #unsetLegSlopeAsString()
* @see #setLegSlopeAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLShapeProfileDef_LegSlopeAsString()
* @model unsettable="true"
* @generated
*/
String getLegSlopeAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlopeAsString Leg Slope As String}' attribute.
*
*
* @param value the new value of the 'Leg Slope As String' attribute.
* @see #isSetLegSlopeAsString()
* @see #unsetLegSlopeAsString()
* @see #getLegSlopeAsString()
* @generated
*/
void setLegSlopeAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlopeAsString Leg Slope As String}' attribute.
*
*
* @see #isSetLegSlopeAsString()
* @see #getLegSlopeAsString()
* @see #setLegSlopeAsString(String)
* @generated
*/
void unsetLegSlopeAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlopeAsString Leg Slope As String}' attribute is set.
*
*
* @return whether the value of the 'Leg Slope As String' attribute is set.
* @see #unsetLegSlopeAsString()
* @see #getLegSlopeAsString()
* @see #setLegSlopeAsString(String)
* @generated
*/
boolean isSetLegSlopeAsString();
/**
* 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#getIfcLShapeProfileDef_CentreOfGravityInX()
* @model unsettable="true"
* @generated
*/
double getCentreOfGravityInX();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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#getIfcLShapeProfileDef_CentreOfGravityInXAsString()
* @model unsettable="true"
* @generated
*/
String getCentreOfGravityInXAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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();
/**
* 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#getIfcLShapeProfileDef_CentreOfGravityInY()
* @model unsettable="true"
* @generated
*/
double getCentreOfGravityInY();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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#getIfcLShapeProfileDef_CentreOfGravityInYAsString()
* @model unsettable="true"
* @generated
*/
String getCentreOfGravityInYAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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.IfcLShapeProfileDef#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();
} // IfcLShapeProfileDef