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

org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef 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.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Trapezium Profile Def'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDim Bottom XDim}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDimAsString Bottom XDim As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDim Top XDim}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDimAsString Top XDim As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDim YDim}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDimAsString YDim As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffset Top XOffset}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffsetAsString Top XOffset As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef() * @model * @generated */ public interface IfcTrapeziumProfileDef extends IfcParameterizedProfileDef { /** * Returns the value of the 'Bottom XDim' attribute. * *

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

* * @return the value of the 'Bottom XDim' attribute. * @see #setBottomXDim(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef_BottomXDim() * @model * @generated */ double getBottomXDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDim Bottom XDim}' attribute. * * * @param value the new value of the 'Bottom XDim' attribute. * @see #getBottomXDim() * @generated */ void setBottomXDim(double value); /** * Returns the value of the 'Bottom XDim As String' attribute. * *

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

* * @return the value of the 'Bottom XDim As String' attribute. * @see #setBottomXDimAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef_BottomXDimAsString() * @model * @generated */ String getBottomXDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDimAsString Bottom XDim As String}' attribute. * * * @param value the new value of the 'Bottom XDim As String' attribute. * @see #getBottomXDimAsString() * @generated */ void setBottomXDimAsString(String value); /** * Returns the value of the 'Top XDim' attribute. * *

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

* * @return the value of the 'Top XDim' attribute. * @see #setTopXDim(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef_TopXDim() * @model * @generated */ double getTopXDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDim Top XDim}' attribute. * * * @param value the new value of the 'Top XDim' attribute. * @see #getTopXDim() * @generated */ void setTopXDim(double value); /** * Returns the value of the 'Top XDim As String' attribute. * *

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

* * @return the value of the 'Top XDim As String' attribute. * @see #setTopXDimAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef_TopXDimAsString() * @model * @generated */ String getTopXDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDimAsString Top XDim As String}' attribute. * * * @param value the new value of the 'Top XDim As String' attribute. * @see #getTopXDimAsString() * @generated */ void setTopXDimAsString(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#getIfcTrapeziumProfileDef_YDim() * @model * @generated */ double getYDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#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#getIfcTrapeziumProfileDef_YDimAsString() * @model * @generated */ String getYDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDimAsString YDim As String}' attribute. * * * @param value the new value of the 'YDim As String' attribute. * @see #getYDimAsString() * @generated */ void setYDimAsString(String value); /** * Returns the value of the 'Top XOffset' attribute. * *

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

* * @return the value of the 'Top XOffset' attribute. * @see #setTopXOffset(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef_TopXOffset() * @model * @generated */ double getTopXOffset(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffset Top XOffset}' attribute. * * * @param value the new value of the 'Top XOffset' attribute. * @see #getTopXOffset() * @generated */ void setTopXOffset(double value); /** * Returns the value of the 'Top XOffset As String' attribute. * *

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

* * @return the value of the 'Top XOffset As String' attribute. * @see #setTopXOffsetAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTrapeziumProfileDef_TopXOffsetAsString() * @model * @generated */ String getTopXOffsetAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffsetAsString Top XOffset As String}' attribute. * * * @param value the new value of the 'Top XOffset As String' attribute. * @see #getTopXOffsetAsString() * @generated */ void setTopXOffsetAsString(String value); } // IfcTrapeziumProfileDef




© 2015 - 2024 Weber Informatics LLC | Privacy Policy