
org.bimserver.models.ifc4.IfcCShapeProfileDef 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 CShape Profile Def'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getDepth Depth}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getDepthAsString Depth As String}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getWidth Width}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getWidthAsString Width As String}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getWallThickness Wall Thickness}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getWallThicknessAsString Wall Thickness As String}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getGirth Girth}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getGirthAsString Girth As String}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getInternalFilletRadius Internal Fillet Radius}
* - {@link org.bimserver.models.ifc4.IfcCShapeProfileDef#getInternalFilletRadiusAsString Internal Fillet Radius As String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#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.ifc4.Ifc4Package#getIfcCShapeProfileDef_Depth()
* @model
* @generated
*/
double getDepth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_DepthAsString()
* @model
* @generated
*/
String getDepthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_Width()
* @model
* @generated
*/
double getWidth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_WidthAsString()
* @model
* @generated
*/
String getWidthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_WallThickness()
* @model
* @generated
*/
double getWallThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_WallThicknessAsString()
* @model
* @generated
*/
String getWallThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_Girth()
* @model
* @generated
*/
double getGirth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_GirthAsString()
* @model
* @generated
*/
String getGirthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_InternalFilletRadius()
* @model unsettable="true"
* @generated
*/
double getInternalFilletRadius();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.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.ifc4.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.ifc4.Ifc4Package#getIfcCShapeProfileDef_InternalFilletRadiusAsString()
* @model unsettable="true"
* @generated
*/
String getInternalFilletRadiusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.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.ifc4.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.ifc4.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();
} // IfcCShapeProfileDef