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

org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh 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 Reinforcing Mesh'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLength Mesh Length}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLengthAsString Mesh Length As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidth Mesh Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidthAsString Mesh Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameter Longitudinal Bar Nominal Diameter}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameterAsString Longitudinal Bar Nominal Diameter As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameter Transverse Bar Nominal Diameter}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameterAsString Transverse Bar Nominal Diameter As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionArea Longitudinal Bar Cross Section Area}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionAreaAsString Longitudinal Bar Cross Section Area As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionArea Transverse Bar Cross Section Area}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionAreaAsString Transverse Bar Cross Section Area As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacing Longitudinal Bar Spacing}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacingAsString Longitudinal Bar Spacing As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacing Transverse Bar Spacing}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacingAsString Transverse Bar Spacing As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh() * @model * @generated */ public interface IfcReinforcingMesh extends IfcReinforcingElement { /** * Returns the value of the 'Mesh Length' attribute. * *

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

* * @return the value of the 'Mesh Length' attribute. * @see #isSetMeshLength() * @see #unsetMeshLength() * @see #setMeshLength(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_MeshLength() * @model unsettable="true" * @generated */ double getMeshLength(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLength Mesh Length}' attribute. * * * @param value the new value of the 'Mesh Length' attribute. * @see #isSetMeshLength() * @see #unsetMeshLength() * @see #getMeshLength() * @generated */ void setMeshLength(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLength Mesh Length}' attribute. * * * @see #isSetMeshLength() * @see #getMeshLength() * @see #setMeshLength(double) * @generated */ void unsetMeshLength(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLength Mesh Length}' attribute is set. * * * @return whether the value of the 'Mesh Length' attribute is set. * @see #unsetMeshLength() * @see #getMeshLength() * @see #setMeshLength(double) * @generated */ boolean isSetMeshLength(); /** * Returns the value of the 'Mesh Length As String' attribute. * *

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

* * @return the value of the 'Mesh Length As String' attribute. * @see #isSetMeshLengthAsString() * @see #unsetMeshLengthAsString() * @see #setMeshLengthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_MeshLengthAsString() * @model unsettable="true" * @generated */ String getMeshLengthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLengthAsString Mesh Length As String}' attribute. * * * @param value the new value of the 'Mesh Length As String' attribute. * @see #isSetMeshLengthAsString() * @see #unsetMeshLengthAsString() * @see #getMeshLengthAsString() * @generated */ void setMeshLengthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLengthAsString Mesh Length As String}' attribute. * * * @see #isSetMeshLengthAsString() * @see #getMeshLengthAsString() * @see #setMeshLengthAsString(String) * @generated */ void unsetMeshLengthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLengthAsString Mesh Length As String}' attribute is set. * * * @return whether the value of the 'Mesh Length As String' attribute is set. * @see #unsetMeshLengthAsString() * @see #getMeshLengthAsString() * @see #setMeshLengthAsString(String) * @generated */ boolean isSetMeshLengthAsString(); /** * Returns the value of the 'Mesh Width' attribute. * *

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

* * @return the value of the 'Mesh Width' attribute. * @see #isSetMeshWidth() * @see #unsetMeshWidth() * @see #setMeshWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_MeshWidth() * @model unsettable="true" * @generated */ double getMeshWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidth Mesh Width}' attribute. * * * @param value the new value of the 'Mesh Width' attribute. * @see #isSetMeshWidth() * @see #unsetMeshWidth() * @see #getMeshWidth() * @generated */ void setMeshWidth(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidth Mesh Width}' attribute. * * * @see #isSetMeshWidth() * @see #getMeshWidth() * @see #setMeshWidth(double) * @generated */ void unsetMeshWidth(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidth Mesh Width}' attribute is set. * * * @return whether the value of the 'Mesh Width' attribute is set. * @see #unsetMeshWidth() * @see #getMeshWidth() * @see #setMeshWidth(double) * @generated */ boolean isSetMeshWidth(); /** * Returns the value of the 'Mesh Width As String' attribute. * *

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

* * @return the value of the 'Mesh Width As String' attribute. * @see #isSetMeshWidthAsString() * @see #unsetMeshWidthAsString() * @see #setMeshWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_MeshWidthAsString() * @model unsettable="true" * @generated */ String getMeshWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidthAsString Mesh Width As String}' attribute. * * * @param value the new value of the 'Mesh Width As String' attribute. * @see #isSetMeshWidthAsString() * @see #unsetMeshWidthAsString() * @see #getMeshWidthAsString() * @generated */ void setMeshWidthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidthAsString Mesh Width As String}' attribute. * * * @see #isSetMeshWidthAsString() * @see #getMeshWidthAsString() * @see #setMeshWidthAsString(String) * @generated */ void unsetMeshWidthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidthAsString Mesh Width As String}' attribute is set. * * * @return whether the value of the 'Mesh Width As String' attribute is set. * @see #unsetMeshWidthAsString() * @see #getMeshWidthAsString() * @see #setMeshWidthAsString(String) * @generated */ boolean isSetMeshWidthAsString(); /** * Returns the value of the 'Longitudinal Bar Nominal Diameter' attribute. * *

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

* * @return the value of the 'Longitudinal Bar Nominal Diameter' attribute. * @see #setLongitudinalBarNominalDiameter(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_LongitudinalBarNominalDiameter() * @model * @generated */ double getLongitudinalBarNominalDiameter(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameter Longitudinal Bar Nominal Diameter}' attribute. * * * @param value the new value of the 'Longitudinal Bar Nominal Diameter' attribute. * @see #getLongitudinalBarNominalDiameter() * @generated */ void setLongitudinalBarNominalDiameter(double value); /** * Returns the value of the 'Longitudinal Bar Nominal Diameter As String' attribute. * *

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

* * @return the value of the 'Longitudinal Bar Nominal Diameter As String' attribute. * @see #setLongitudinalBarNominalDiameterAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_LongitudinalBarNominalDiameterAsString() * @model * @generated */ String getLongitudinalBarNominalDiameterAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameterAsString Longitudinal Bar Nominal Diameter As String}' attribute. * * * @param value the new value of the 'Longitudinal Bar Nominal Diameter As String' attribute. * @see #getLongitudinalBarNominalDiameterAsString() * @generated */ void setLongitudinalBarNominalDiameterAsString(String value); /** * Returns the value of the 'Transverse Bar Nominal Diameter' attribute. * *

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

* * @return the value of the 'Transverse Bar Nominal Diameter' attribute. * @see #setTransverseBarNominalDiameter(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_TransverseBarNominalDiameter() * @model * @generated */ double getTransverseBarNominalDiameter(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameter Transverse Bar Nominal Diameter}' attribute. * * * @param value the new value of the 'Transverse Bar Nominal Diameter' attribute. * @see #getTransverseBarNominalDiameter() * @generated */ void setTransverseBarNominalDiameter(double value); /** * Returns the value of the 'Transverse Bar Nominal Diameter As String' attribute. * *

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

* * @return the value of the 'Transverse Bar Nominal Diameter As String' attribute. * @see #setTransverseBarNominalDiameterAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_TransverseBarNominalDiameterAsString() * @model * @generated */ String getTransverseBarNominalDiameterAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameterAsString Transverse Bar Nominal Diameter As String}' attribute. * * * @param value the new value of the 'Transverse Bar Nominal Diameter As String' attribute. * @see #getTransverseBarNominalDiameterAsString() * @generated */ void setTransverseBarNominalDiameterAsString(String value); /** * Returns the value of the 'Longitudinal Bar Cross Section Area' attribute. * *

* If the meaning of the 'Longitudinal Bar Cross Section Area' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Longitudinal Bar Cross Section Area' attribute. * @see #setLongitudinalBarCrossSectionArea(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_LongitudinalBarCrossSectionArea() * @model * @generated */ double getLongitudinalBarCrossSectionArea(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionArea Longitudinal Bar Cross Section Area}' attribute. * * * @param value the new value of the 'Longitudinal Bar Cross Section Area' attribute. * @see #getLongitudinalBarCrossSectionArea() * @generated */ void setLongitudinalBarCrossSectionArea(double value); /** * Returns the value of the 'Longitudinal Bar Cross Section Area As String' attribute. * *

* If the meaning of the 'Longitudinal Bar Cross Section Area As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Longitudinal Bar Cross Section Area As String' attribute. * @see #setLongitudinalBarCrossSectionAreaAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_LongitudinalBarCrossSectionAreaAsString() * @model * @generated */ String getLongitudinalBarCrossSectionAreaAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionAreaAsString Longitudinal Bar Cross Section Area As String}' attribute. * * * @param value the new value of the 'Longitudinal Bar Cross Section Area As String' attribute. * @see #getLongitudinalBarCrossSectionAreaAsString() * @generated */ void setLongitudinalBarCrossSectionAreaAsString(String value); /** * Returns the value of the 'Transverse Bar Cross Section Area' attribute. * *

* If the meaning of the 'Transverse Bar Cross Section Area' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Transverse Bar Cross Section Area' attribute. * @see #setTransverseBarCrossSectionArea(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_TransverseBarCrossSectionArea() * @model * @generated */ double getTransverseBarCrossSectionArea(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionArea Transverse Bar Cross Section Area}' attribute. * * * @param value the new value of the 'Transverse Bar Cross Section Area' attribute. * @see #getTransverseBarCrossSectionArea() * @generated */ void setTransverseBarCrossSectionArea(double value); /** * Returns the value of the 'Transverse Bar Cross Section Area As String' attribute. * *

* If the meaning of the 'Transverse Bar Cross Section Area As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Transverse Bar Cross Section Area As String' attribute. * @see #setTransverseBarCrossSectionAreaAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_TransverseBarCrossSectionAreaAsString() * @model * @generated */ String getTransverseBarCrossSectionAreaAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionAreaAsString Transverse Bar Cross Section Area As String}' attribute. * * * @param value the new value of the 'Transverse Bar Cross Section Area As String' attribute. * @see #getTransverseBarCrossSectionAreaAsString() * @generated */ void setTransverseBarCrossSectionAreaAsString(String value); /** * Returns the value of the 'Longitudinal Bar Spacing' attribute. * *

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

* * @return the value of the 'Longitudinal Bar Spacing' attribute. * @see #setLongitudinalBarSpacing(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_LongitudinalBarSpacing() * @model * @generated */ double getLongitudinalBarSpacing(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacing Longitudinal Bar Spacing}' attribute. * * * @param value the new value of the 'Longitudinal Bar Spacing' attribute. * @see #getLongitudinalBarSpacing() * @generated */ void setLongitudinalBarSpacing(double value); /** * Returns the value of the 'Longitudinal Bar Spacing As String' attribute. * *

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

* * @return the value of the 'Longitudinal Bar Spacing As String' attribute. * @see #setLongitudinalBarSpacingAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_LongitudinalBarSpacingAsString() * @model * @generated */ String getLongitudinalBarSpacingAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacingAsString Longitudinal Bar Spacing As String}' attribute. * * * @param value the new value of the 'Longitudinal Bar Spacing As String' attribute. * @see #getLongitudinalBarSpacingAsString() * @generated */ void setLongitudinalBarSpacingAsString(String value); /** * Returns the value of the 'Transverse Bar Spacing' attribute. * *

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

* * @return the value of the 'Transverse Bar Spacing' attribute. * @see #setTransverseBarSpacing(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_TransverseBarSpacing() * @model * @generated */ double getTransverseBarSpacing(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacing Transverse Bar Spacing}' attribute. * * * @param value the new value of the 'Transverse Bar Spacing' attribute. * @see #getTransverseBarSpacing() * @generated */ void setTransverseBarSpacing(double value); /** * Returns the value of the 'Transverse Bar Spacing As String' attribute. * *

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

* * @return the value of the 'Transverse Bar Spacing As String' attribute. * @see #setTransverseBarSpacingAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcReinforcingMesh_TransverseBarSpacingAsString() * @model * @generated */ String getTransverseBarSpacingAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacingAsString Transverse Bar Spacing As String}' attribute. * * * @param value the new value of the 'Transverse Bar Spacing As String' attribute. * @see #getTransverseBarSpacingAsString() * @generated */ void setTransverseBarSpacingAsString(String value); } // IfcReinforcingMesh




© 2015 - 2024 Weber Informatics LLC | Privacy Policy