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

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

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

The newest version!
/**
 * 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 Swept Disk Solid'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getDirectrix Directrix}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadius Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadiusAsString Radius As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadius Inner Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadiusAsString Inner Radius As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParam Start Param}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParamAsString Start Param As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParam End Param}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParamAsString End Param As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid() * @model * @generated */ public interface IfcSweptDiskSolid extends IfcSolidModel { /** * Returns the value of the 'Directrix' reference. * *

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

* * @return the value of the 'Directrix' reference. * @see #setDirectrix(IfcCurve) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_Directrix() * @model * @generated */ IfcCurve getDirectrix(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getDirectrix Directrix}' reference. * * * @param value the new value of the 'Directrix' reference. * @see #getDirectrix() * @generated */ void setDirectrix(IfcCurve 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 #setRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_Radius() * @model * @generated */ double getRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadius Radius}' attribute. * * * @param value the new value of the 'Radius' attribute. * @see #getRadius() * @generated */ void setRadius(double value); /** * 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 #setRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_RadiusAsString() * @model * @generated */ String getRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadiusAsString Radius As String}' attribute. * * * @param value the new value of the 'Radius As String' attribute. * @see #getRadiusAsString() * @generated */ void setRadiusAsString(String value); /** * Returns the value of the 'Inner Radius' attribute. * *

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

* * @return the value of the 'Inner Radius' attribute. * @see #isSetInnerRadius() * @see #unsetInnerRadius() * @see #setInnerRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_InnerRadius() * @model unsettable="true" * @generated */ double getInnerRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadius Inner Radius}' attribute. * * * @param value the new value of the 'Inner Radius' attribute. * @see #isSetInnerRadius() * @see #unsetInnerRadius() * @see #getInnerRadius() * @generated */ void setInnerRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadius Inner Radius}' attribute. * * * @see #isSetInnerRadius() * @see #getInnerRadius() * @see #setInnerRadius(double) * @generated */ void unsetInnerRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadius Inner Radius}' attribute is set. * * * @return whether the value of the 'Inner Radius' attribute is set. * @see #unsetInnerRadius() * @see #getInnerRadius() * @see #setInnerRadius(double) * @generated */ boolean isSetInnerRadius(); /** * Returns the value of the 'Inner Radius As String' attribute. * *

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

* * @return the value of the 'Inner Radius As String' attribute. * @see #isSetInnerRadiusAsString() * @see #unsetInnerRadiusAsString() * @see #setInnerRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_InnerRadiusAsString() * @model unsettable="true" * @generated */ String getInnerRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadiusAsString Inner Radius As String}' attribute. * * * @param value the new value of the 'Inner Radius As String' attribute. * @see #isSetInnerRadiusAsString() * @see #unsetInnerRadiusAsString() * @see #getInnerRadiusAsString() * @generated */ void setInnerRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadiusAsString Inner Radius As String}' attribute. * * * @see #isSetInnerRadiusAsString() * @see #getInnerRadiusAsString() * @see #setInnerRadiusAsString(String) * @generated */ void unsetInnerRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadiusAsString Inner Radius As String}' attribute is set. * * * @return whether the value of the 'Inner Radius As String' attribute is set. * @see #unsetInnerRadiusAsString() * @see #getInnerRadiusAsString() * @see #setInnerRadiusAsString(String) * @generated */ boolean isSetInnerRadiusAsString(); /** * Returns the value of the 'Start Param' attribute. * *

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

* * @return the value of the 'Start Param' attribute. * @see #setStartParam(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_StartParam() * @model * @generated */ double getStartParam(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParam Start Param}' attribute. * * * @param value the new value of the 'Start Param' attribute. * @see #getStartParam() * @generated */ void setStartParam(double value); /** * Returns the value of the 'Start Param As String' attribute. * *

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

* * @return the value of the 'Start Param As String' attribute. * @see #setStartParamAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_StartParamAsString() * @model * @generated */ String getStartParamAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParamAsString Start Param As String}' attribute. * * * @param value the new value of the 'Start Param As String' attribute. * @see #getStartParamAsString() * @generated */ void setStartParamAsString(String value); /** * Returns the value of the 'End Param' attribute. * *

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

* * @return the value of the 'End Param' attribute. * @see #setEndParam(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_EndParam() * @model * @generated */ double getEndParam(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParam End Param}' attribute. * * * @param value the new value of the 'End Param' attribute. * @see #getEndParam() * @generated */ void setEndParam(double value); /** * Returns the value of the 'End Param As String' attribute. * *

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

* * @return the value of the 'End Param As String' attribute. * @see #setEndParamAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSweptDiskSolid_EndParamAsString() * @model * @generated */ String getEndParamAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParamAsString End Param As String}' attribute. * * * @param value the new value of the 'End Param As String' attribute. * @see #getEndParamAsString() * @generated */ void setEndParamAsString(String value); } // IfcSweptDiskSolid




© 2015 - 2025 Weber Informatics LLC | Privacy Policy