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

org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Fixed Reference Swept Area Solid'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getDirectrix Directrix}
  • *
  • {@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParam Start Param}
  • *
  • {@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParamAsString Start Param As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParam End Param}
  • *
  • {@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParamAsString End Param As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getFixedReference Fixed Reference}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid() * @model * @generated */ public interface IfcFixedReferenceSweptAreaSolid extends IfcSweptAreaSolid { /** * 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.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid_Directrix() * @model * @generated */ IfcCurve getDirectrix(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getDirectrix Directrix}' reference. * * * @param value the new value of the 'Directrix' reference. * @see #getDirectrix() * @generated */ void setDirectrix(IfcCurve value); /** * 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 #isSetStartParam() * @see #unsetStartParam() * @see #setStartParam(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid_StartParam() * @model unsettable="true" * @generated */ double getStartParam(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParam Start Param}' attribute. * * * @param value the new value of the 'Start Param' attribute. * @see #isSetStartParam() * @see #unsetStartParam() * @see #getStartParam() * @generated */ void setStartParam(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParam Start Param}' attribute. * * * @see #isSetStartParam() * @see #getStartParam() * @see #setStartParam(double) * @generated */ void unsetStartParam(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParam Start Param}' attribute is set. * * * @return whether the value of the 'Start Param' attribute is set. * @see #unsetStartParam() * @see #getStartParam() * @see #setStartParam(double) * @generated */ boolean isSetStartParam(); /** * 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 #isSetStartParamAsString() * @see #unsetStartParamAsString() * @see #setStartParamAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid_StartParamAsString() * @model unsettable="true" * @generated */ String getStartParamAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParamAsString Start Param As String}' attribute. * * * @param value the new value of the 'Start Param As String' attribute. * @see #isSetStartParamAsString() * @see #unsetStartParamAsString() * @see #getStartParamAsString() * @generated */ void setStartParamAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParamAsString Start Param As String}' attribute. * * * @see #isSetStartParamAsString() * @see #getStartParamAsString() * @see #setStartParamAsString(String) * @generated */ void unsetStartParamAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getStartParamAsString Start Param As String}' attribute is set. * * * @return whether the value of the 'Start Param As String' attribute is set. * @see #unsetStartParamAsString() * @see #getStartParamAsString() * @see #setStartParamAsString(String) * @generated */ boolean isSetStartParamAsString(); /** * 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 #isSetEndParam() * @see #unsetEndParam() * @see #setEndParam(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid_EndParam() * @model unsettable="true" * @generated */ double getEndParam(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParam End Param}' attribute. * * * @param value the new value of the 'End Param' attribute. * @see #isSetEndParam() * @see #unsetEndParam() * @see #getEndParam() * @generated */ void setEndParam(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParam End Param}' attribute. * * * @see #isSetEndParam() * @see #getEndParam() * @see #setEndParam(double) * @generated */ void unsetEndParam(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParam End Param}' attribute is set. * * * @return whether the value of the 'End Param' attribute is set. * @see #unsetEndParam() * @see #getEndParam() * @see #setEndParam(double) * @generated */ boolean isSetEndParam(); /** * 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 #isSetEndParamAsString() * @see #unsetEndParamAsString() * @see #setEndParamAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid_EndParamAsString() * @model unsettable="true" * @generated */ String getEndParamAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParamAsString End Param As String}' attribute. * * * @param value the new value of the 'End Param As String' attribute. * @see #isSetEndParamAsString() * @see #unsetEndParamAsString() * @see #getEndParamAsString() * @generated */ void setEndParamAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParamAsString End Param As String}' attribute. * * * @see #isSetEndParamAsString() * @see #getEndParamAsString() * @see #setEndParamAsString(String) * @generated */ void unsetEndParamAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getEndParamAsString End Param As String}' attribute is set. * * * @return whether the value of the 'End Param As String' attribute is set. * @see #unsetEndParamAsString() * @see #getEndParamAsString() * @see #setEndParamAsString(String) * @generated */ boolean isSetEndParamAsString(); /** * Returns the value of the 'Fixed Reference' reference. * *

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

* * @return the value of the 'Fixed Reference' reference. * @see #setFixedReference(IfcDirection) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFixedReferenceSweptAreaSolid_FixedReference() * @model * @generated */ IfcDirection getFixedReference(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid#getFixedReference Fixed Reference}' reference. * * * @param value the new value of the 'Fixed Reference' reference. * @see #getFixedReference() * @generated */ void setFixedReference(IfcDirection value); } // IfcFixedReferenceSweptAreaSolid




© 2015 - 2024 Weber Informatics LLC | Privacy Policy