
org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef 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.ifc4;
/**
*
* A representation of the model object 'Ifc Asymmetric IShape Profile Def'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeWidth Bottom Flange Width}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeWidthAsString Bottom Flange Width As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getOverallDepth Overall Depth}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getOverallDepthAsString Overall Depth As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getWebThickness Web Thickness}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getWebThicknessAsString Web Thickness As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeThickness Bottom Flange Thickness}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeThicknessAsString Bottom Flange Thickness As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadius Bottom Flange Fillet Radius}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadiusAsString Bottom Flange Fillet Radius As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeWidth Top Flange Width}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeWidthAsString Top Flange Width As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness Top Flange Thickness}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString Top Flange Thickness As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius Top Flange Fillet Radius}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString Top Flange Fillet Radius As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadius Bottom Flange Edge Radius}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadiusAsString Bottom Flange Edge Radius As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlope Bottom Flange Slope}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlopeAsString Bottom Flange Slope As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadius Top Flange Edge Radius}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadiusAsString Top Flange Edge Radius As String}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlope Top Flange Slope}
* - {@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlopeAsString Top Flange Slope As String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef()
* @model
* @generated
*/
public interface IfcAsymmetricIShapeProfileDef extends IfcParameterizedProfileDef {
/**
* Returns the value of the 'Bottom Flange Width' attribute.
*
*
* If the meaning of the 'Bottom Flange Width' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Width' attribute.
* @see #setBottomFlangeWidth(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeWidth()
* @model
* @generated
*/
double getBottomFlangeWidth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeWidth Bottom Flange Width}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Width' attribute.
* @see #getBottomFlangeWidth()
* @generated
*/
void setBottomFlangeWidth(double value);
/**
* Returns the value of the 'Bottom Flange Width As String' attribute.
*
*
* If the meaning of the 'Bottom Flange Width As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Width As String' attribute.
* @see #setBottomFlangeWidthAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeWidthAsString()
* @model
* @generated
*/
String getBottomFlangeWidthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeWidthAsString Bottom Flange Width As String}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Width As String' attribute.
* @see #getBottomFlangeWidthAsString()
* @generated
*/
void setBottomFlangeWidthAsString(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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_OverallDepth()
* @model
* @generated
*/
double getOverallDepth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_OverallDepthAsString()
* @model
* @generated
*/
String getOverallDepthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_WebThickness()
* @model
* @generated
*/
double getWebThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_WebThicknessAsString()
* @model
* @generated
*/
String getWebThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#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 'Bottom Flange Thickness' attribute.
*
*
* If the meaning of the 'Bottom Flange Thickness' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Thickness' attribute.
* @see #setBottomFlangeThickness(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeThickness()
* @model
* @generated
*/
double getBottomFlangeThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeThickness Bottom Flange Thickness}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Thickness' attribute.
* @see #getBottomFlangeThickness()
* @generated
*/
void setBottomFlangeThickness(double value);
/**
* Returns the value of the 'Bottom Flange Thickness As String' attribute.
*
*
* If the meaning of the 'Bottom Flange Thickness As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Thickness As String' attribute.
* @see #setBottomFlangeThicknessAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeThicknessAsString()
* @model
* @generated
*/
String getBottomFlangeThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeThicknessAsString Bottom Flange Thickness As String}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Thickness As String' attribute.
* @see #getBottomFlangeThicknessAsString()
* @generated
*/
void setBottomFlangeThicknessAsString(String value);
/**
* Returns the value of the 'Bottom Flange Fillet Radius' attribute.
*
*
* If the meaning of the 'Bottom Flange Fillet Radius' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Fillet Radius' attribute.
* @see #isSetBottomFlangeFilletRadius()
* @see #unsetBottomFlangeFilletRadius()
* @see #setBottomFlangeFilletRadius(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeFilletRadius()
* @model unsettable="true"
* @generated
*/
double getBottomFlangeFilletRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadius Bottom Flange Fillet Radius}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Fillet Radius' attribute.
* @see #isSetBottomFlangeFilletRadius()
* @see #unsetBottomFlangeFilletRadius()
* @see #getBottomFlangeFilletRadius()
* @generated
*/
void setBottomFlangeFilletRadius(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadius Bottom Flange Fillet Radius}' attribute.
*
*
* @see #isSetBottomFlangeFilletRadius()
* @see #getBottomFlangeFilletRadius()
* @see #setBottomFlangeFilletRadius(double)
* @generated
*/
void unsetBottomFlangeFilletRadius();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadius Bottom Flange Fillet Radius}' attribute is set.
*
*
* @return whether the value of the 'Bottom Flange Fillet Radius' attribute is set.
* @see #unsetBottomFlangeFilletRadius()
* @see #getBottomFlangeFilletRadius()
* @see #setBottomFlangeFilletRadius(double)
* @generated
*/
boolean isSetBottomFlangeFilletRadius();
/**
* Returns the value of the 'Bottom Flange Fillet Radius As String' attribute.
*
*
* If the meaning of the 'Bottom Flange Fillet Radius As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Fillet Radius As String' attribute.
* @see #isSetBottomFlangeFilletRadiusAsString()
* @see #unsetBottomFlangeFilletRadiusAsString()
* @see #setBottomFlangeFilletRadiusAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeFilletRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getBottomFlangeFilletRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadiusAsString Bottom Flange Fillet Radius As String}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Fillet Radius As String' attribute.
* @see #isSetBottomFlangeFilletRadiusAsString()
* @see #unsetBottomFlangeFilletRadiusAsString()
* @see #getBottomFlangeFilletRadiusAsString()
* @generated
*/
void setBottomFlangeFilletRadiusAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadiusAsString Bottom Flange Fillet Radius As String}' attribute.
*
*
* @see #isSetBottomFlangeFilletRadiusAsString()
* @see #getBottomFlangeFilletRadiusAsString()
* @see #setBottomFlangeFilletRadiusAsString(String)
* @generated
*/
void unsetBottomFlangeFilletRadiusAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeFilletRadiusAsString Bottom Flange Fillet Radius As String}' attribute is set.
*
*
* @return whether the value of the 'Bottom Flange Fillet Radius As String' attribute is set.
* @see #unsetBottomFlangeFilletRadiusAsString()
* @see #getBottomFlangeFilletRadiusAsString()
* @see #setBottomFlangeFilletRadiusAsString(String)
* @generated
*/
boolean isSetBottomFlangeFilletRadiusAsString();
/**
* 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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeWidth()
* @model
* @generated
*/
double getTopFlangeWidth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeWidthAsString()
* @model
* @generated
*/
String getTopFlangeWidthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeThickness()
* @model unsettable="true"
* @generated
*/
double getTopFlangeThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.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.ifc4.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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeThicknessAsString()
* @model unsettable="true"
* @generated
*/
String getTopFlangeThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.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.ifc4.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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadius()
* @model unsettable="true"
* @generated
*/
double getTopFlangeFilletRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.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.ifc4.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.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getTopFlangeFilletRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.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.ifc4.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 'Bottom Flange Edge Radius' attribute.
*
*
* If the meaning of the 'Bottom Flange Edge Radius' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Edge Radius' attribute.
* @see #isSetBottomFlangeEdgeRadius()
* @see #unsetBottomFlangeEdgeRadius()
* @see #setBottomFlangeEdgeRadius(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeEdgeRadius()
* @model unsettable="true"
* @generated
*/
double getBottomFlangeEdgeRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadius Bottom Flange Edge Radius}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Edge Radius' attribute.
* @see #isSetBottomFlangeEdgeRadius()
* @see #unsetBottomFlangeEdgeRadius()
* @see #getBottomFlangeEdgeRadius()
* @generated
*/
void setBottomFlangeEdgeRadius(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadius Bottom Flange Edge Radius}' attribute.
*
*
* @see #isSetBottomFlangeEdgeRadius()
* @see #getBottomFlangeEdgeRadius()
* @see #setBottomFlangeEdgeRadius(double)
* @generated
*/
void unsetBottomFlangeEdgeRadius();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadius Bottom Flange Edge Radius}' attribute is set.
*
*
* @return whether the value of the 'Bottom Flange Edge Radius' attribute is set.
* @see #unsetBottomFlangeEdgeRadius()
* @see #getBottomFlangeEdgeRadius()
* @see #setBottomFlangeEdgeRadius(double)
* @generated
*/
boolean isSetBottomFlangeEdgeRadius();
/**
* Returns the value of the 'Bottom Flange Edge Radius As String' attribute.
*
*
* If the meaning of the 'Bottom Flange Edge Radius As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Edge Radius As String' attribute.
* @see #isSetBottomFlangeEdgeRadiusAsString()
* @see #unsetBottomFlangeEdgeRadiusAsString()
* @see #setBottomFlangeEdgeRadiusAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeEdgeRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getBottomFlangeEdgeRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadiusAsString Bottom Flange Edge Radius As String}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Edge Radius As String' attribute.
* @see #isSetBottomFlangeEdgeRadiusAsString()
* @see #unsetBottomFlangeEdgeRadiusAsString()
* @see #getBottomFlangeEdgeRadiusAsString()
* @generated
*/
void setBottomFlangeEdgeRadiusAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadiusAsString Bottom Flange Edge Radius As String}' attribute.
*
*
* @see #isSetBottomFlangeEdgeRadiusAsString()
* @see #getBottomFlangeEdgeRadiusAsString()
* @see #setBottomFlangeEdgeRadiusAsString(String)
* @generated
*/
void unsetBottomFlangeEdgeRadiusAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeEdgeRadiusAsString Bottom Flange Edge Radius As String}' attribute is set.
*
*
* @return whether the value of the 'Bottom Flange Edge Radius As String' attribute is set.
* @see #unsetBottomFlangeEdgeRadiusAsString()
* @see #getBottomFlangeEdgeRadiusAsString()
* @see #setBottomFlangeEdgeRadiusAsString(String)
* @generated
*/
boolean isSetBottomFlangeEdgeRadiusAsString();
/**
* Returns the value of the 'Bottom Flange Slope' attribute.
*
*
* If the meaning of the 'Bottom Flange Slope' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Slope' attribute.
* @see #isSetBottomFlangeSlope()
* @see #unsetBottomFlangeSlope()
* @see #setBottomFlangeSlope(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeSlope()
* @model unsettable="true"
* @generated
*/
double getBottomFlangeSlope();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlope Bottom Flange Slope}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Slope' attribute.
* @see #isSetBottomFlangeSlope()
* @see #unsetBottomFlangeSlope()
* @see #getBottomFlangeSlope()
* @generated
*/
void setBottomFlangeSlope(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlope Bottom Flange Slope}' attribute.
*
*
* @see #isSetBottomFlangeSlope()
* @see #getBottomFlangeSlope()
* @see #setBottomFlangeSlope(double)
* @generated
*/
void unsetBottomFlangeSlope();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlope Bottom Flange Slope}' attribute is set.
*
*
* @return whether the value of the 'Bottom Flange Slope' attribute is set.
* @see #unsetBottomFlangeSlope()
* @see #getBottomFlangeSlope()
* @see #setBottomFlangeSlope(double)
* @generated
*/
boolean isSetBottomFlangeSlope();
/**
* Returns the value of the 'Bottom Flange Slope As String' attribute.
*
*
* If the meaning of the 'Bottom Flange Slope As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Bottom Flange Slope As String' attribute.
* @see #isSetBottomFlangeSlopeAsString()
* @see #unsetBottomFlangeSlopeAsString()
* @see #setBottomFlangeSlopeAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_BottomFlangeSlopeAsString()
* @model unsettable="true"
* @generated
*/
String getBottomFlangeSlopeAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlopeAsString Bottom Flange Slope As String}' attribute.
*
*
* @param value the new value of the 'Bottom Flange Slope As String' attribute.
* @see #isSetBottomFlangeSlopeAsString()
* @see #unsetBottomFlangeSlopeAsString()
* @see #getBottomFlangeSlopeAsString()
* @generated
*/
void setBottomFlangeSlopeAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlopeAsString Bottom Flange Slope As String}' attribute.
*
*
* @see #isSetBottomFlangeSlopeAsString()
* @see #getBottomFlangeSlopeAsString()
* @see #setBottomFlangeSlopeAsString(String)
* @generated
*/
void unsetBottomFlangeSlopeAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getBottomFlangeSlopeAsString Bottom Flange Slope As String}' attribute is set.
*
*
* @return whether the value of the 'Bottom Flange Slope As String' attribute is set.
* @see #unsetBottomFlangeSlopeAsString()
* @see #getBottomFlangeSlopeAsString()
* @see #setBottomFlangeSlopeAsString(String)
* @generated
*/
boolean isSetBottomFlangeSlopeAsString();
/**
* Returns the value of the 'Top Flange Edge Radius' attribute.
*
*
* If the meaning of the 'Top Flange Edge Radius' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top Flange Edge Radius' attribute.
* @see #isSetTopFlangeEdgeRadius()
* @see #unsetTopFlangeEdgeRadius()
* @see #setTopFlangeEdgeRadius(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeEdgeRadius()
* @model unsettable="true"
* @generated
*/
double getTopFlangeEdgeRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadius Top Flange Edge Radius}' attribute.
*
*
* @param value the new value of the 'Top Flange Edge Radius' attribute.
* @see #isSetTopFlangeEdgeRadius()
* @see #unsetTopFlangeEdgeRadius()
* @see #getTopFlangeEdgeRadius()
* @generated
*/
void setTopFlangeEdgeRadius(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadius Top Flange Edge Radius}' attribute.
*
*
* @see #isSetTopFlangeEdgeRadius()
* @see #getTopFlangeEdgeRadius()
* @see #setTopFlangeEdgeRadius(double)
* @generated
*/
void unsetTopFlangeEdgeRadius();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadius Top Flange Edge Radius}' attribute is set.
*
*
* @return whether the value of the 'Top Flange Edge Radius' attribute is set.
* @see #unsetTopFlangeEdgeRadius()
* @see #getTopFlangeEdgeRadius()
* @see #setTopFlangeEdgeRadius(double)
* @generated
*/
boolean isSetTopFlangeEdgeRadius();
/**
* Returns the value of the 'Top Flange Edge Radius As String' attribute.
*
*
* If the meaning of the 'Top Flange Edge Radius As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top Flange Edge Radius As String' attribute.
* @see #isSetTopFlangeEdgeRadiusAsString()
* @see #unsetTopFlangeEdgeRadiusAsString()
* @see #setTopFlangeEdgeRadiusAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeEdgeRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getTopFlangeEdgeRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadiusAsString Top Flange Edge Radius As String}' attribute.
*
*
* @param value the new value of the 'Top Flange Edge Radius As String' attribute.
* @see #isSetTopFlangeEdgeRadiusAsString()
* @see #unsetTopFlangeEdgeRadiusAsString()
* @see #getTopFlangeEdgeRadiusAsString()
* @generated
*/
void setTopFlangeEdgeRadiusAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadiusAsString Top Flange Edge Radius As String}' attribute.
*
*
* @see #isSetTopFlangeEdgeRadiusAsString()
* @see #getTopFlangeEdgeRadiusAsString()
* @see #setTopFlangeEdgeRadiusAsString(String)
* @generated
*/
void unsetTopFlangeEdgeRadiusAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeEdgeRadiusAsString Top Flange Edge Radius As String}' attribute is set.
*
*
* @return whether the value of the 'Top Flange Edge Radius As String' attribute is set.
* @see #unsetTopFlangeEdgeRadiusAsString()
* @see #getTopFlangeEdgeRadiusAsString()
* @see #setTopFlangeEdgeRadiusAsString(String)
* @generated
*/
boolean isSetTopFlangeEdgeRadiusAsString();
/**
* Returns the value of the 'Top Flange Slope' attribute.
*
*
* If the meaning of the 'Top Flange Slope' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top Flange Slope' attribute.
* @see #isSetTopFlangeSlope()
* @see #unsetTopFlangeSlope()
* @see #setTopFlangeSlope(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeSlope()
* @model unsettable="true"
* @generated
*/
double getTopFlangeSlope();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlope Top Flange Slope}' attribute.
*
*
* @param value the new value of the 'Top Flange Slope' attribute.
* @see #isSetTopFlangeSlope()
* @see #unsetTopFlangeSlope()
* @see #getTopFlangeSlope()
* @generated
*/
void setTopFlangeSlope(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlope Top Flange Slope}' attribute.
*
*
* @see #isSetTopFlangeSlope()
* @see #getTopFlangeSlope()
* @see #setTopFlangeSlope(double)
* @generated
*/
void unsetTopFlangeSlope();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlope Top Flange Slope}' attribute is set.
*
*
* @return whether the value of the 'Top Flange Slope' attribute is set.
* @see #unsetTopFlangeSlope()
* @see #getTopFlangeSlope()
* @see #setTopFlangeSlope(double)
* @generated
*/
boolean isSetTopFlangeSlope();
/**
* Returns the value of the 'Top Flange Slope As String' attribute.
*
*
* If the meaning of the 'Top Flange Slope As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Top Flange Slope As String' attribute.
* @see #isSetTopFlangeSlopeAsString()
* @see #unsetTopFlangeSlopeAsString()
* @see #setTopFlangeSlopeAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcAsymmetricIShapeProfileDef_TopFlangeSlopeAsString()
* @model unsettable="true"
* @generated
*/
String getTopFlangeSlopeAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlopeAsString Top Flange Slope As String}' attribute.
*
*
* @param value the new value of the 'Top Flange Slope As String' attribute.
* @see #isSetTopFlangeSlopeAsString()
* @see #unsetTopFlangeSlopeAsString()
* @see #getTopFlangeSlopeAsString()
* @generated
*/
void setTopFlangeSlopeAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlopeAsString Top Flange Slope As String}' attribute.
*
*
* @see #isSetTopFlangeSlopeAsString()
* @see #getTopFlangeSlopeAsString()
* @see #setTopFlangeSlopeAsString(String)
* @generated
*/
void unsetTopFlangeSlopeAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAsymmetricIShapeProfileDef#getTopFlangeSlopeAsString Top Flange Slope As String}' attribute is set.
*
*
* @return whether the value of the 'Top Flange Slope As String' attribute is set.
* @see #unsetTopFlangeSlopeAsString()
* @see #getTopFlangeSlopeAsString()
* @see #setTopFlangeSlopeAsString(String)
* @generated
*/
boolean isSetTopFlangeSlopeAsString();
} // IfcAsymmetricIShapeProfileDef