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

org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef 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 Rectangle Profile Def'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDim XDim}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDimAsString XDim As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDim YDim}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDimAsString YDim As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRectangleProfileDef() * @model * @generated */ public interface IfcRectangleProfileDef extends IfcParameterizedProfileDef { /** * Returns the value of the 'XDim' attribute. * *

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

* * @return the value of the 'XDim' attribute. * @see #setXDim(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRectangleProfileDef_XDim() * @model * @generated */ double getXDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDim XDim}' attribute. * * * @param value the new value of the 'XDim' attribute. * @see #getXDim() * @generated */ void setXDim(double value); /** * Returns the value of the 'XDim As String' attribute. * *

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

* * @return the value of the 'XDim As String' attribute. * @see #setXDimAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRectangleProfileDef_XDimAsString() * @model * @generated */ String getXDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDimAsString XDim As String}' attribute. * * * @param value the new value of the 'XDim As String' attribute. * @see #getXDimAsString() * @generated */ void setXDimAsString(String value); /** * Returns the value of the 'YDim' attribute. * *

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

* * @return the value of the 'YDim' attribute. * @see #setYDim(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRectangleProfileDef_YDim() * @model * @generated */ double getYDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDim YDim}' attribute. * * * @param value the new value of the 'YDim' attribute. * @see #getYDim() * @generated */ void setYDim(double value); /** * Returns the value of the 'YDim As String' attribute. * *

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

* * @return the value of the 'YDim As String' attribute. * @see #setYDimAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRectangleProfileDef_YDimAsString() * @model * @generated */ String getYDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDimAsString YDim As String}' attribute. * * * @param value the new value of the 'YDim As String' attribute. * @see #getYDimAsString() * @generated */ void setYDimAsString(String value); } // IfcRectangleProfileDef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy