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

org.bimserver.models.ifc2x3tc1.IfcTendon 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 Tendon'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPredefinedType Predefined Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameter Nominal Diameter}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameterAsString Nominal Diameter As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionArea Cross Section Area}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionAreaAsString Cross Section Area As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForce Tension Force}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForceAsString Tension Force As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStress Pre Stress}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStressAsString Pre Stress As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficient Friction Coefficient}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficientAsString Friction Coefficient As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlip Anchorage Slip}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlipAsString Anchorage Slip As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadius Min Curvature Radius}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadiusAsString Min Curvature Radius As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon() * @model * @generated */ public interface IfcTendon extends IfcReinforcingElement { /** * Returns the value of the 'Predefined Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum}. * *

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

* * @return the value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum * @see #setPredefinedType(IfcTendonTypeEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_PredefinedType() * @model * @generated */ IfcTendonTypeEnum getPredefinedType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPredefinedType Predefined Type}' attribute. * * * @param value the new value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum * @see #getPredefinedType() * @generated */ void setPredefinedType(IfcTendonTypeEnum value); /** * Returns the value of the 'Nominal Diameter' attribute. * *

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

* * @return the value of the 'Nominal Diameter' attribute. * @see #setNominalDiameter(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_NominalDiameter() * @model * @generated */ double getNominalDiameter(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameter Nominal Diameter}' attribute. * * * @param value the new value of the 'Nominal Diameter' attribute. * @see #getNominalDiameter() * @generated */ void setNominalDiameter(double value); /** * Returns the value of the 'Nominal Diameter As String' attribute. * *

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

* * @return the value of the 'Nominal Diameter As String' attribute. * @see #setNominalDiameterAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_NominalDiameterAsString() * @model * @generated */ String getNominalDiameterAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameterAsString Nominal Diameter As String}' attribute. * * * @param value the new value of the 'Nominal Diameter As String' attribute. * @see #getNominalDiameterAsString() * @generated */ void setNominalDiameterAsString(String value); /** * Returns the value of the 'Cross Section Area' attribute. * *

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

* * @return the value of the 'Cross Section Area' attribute. * @see #setCrossSectionArea(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_CrossSectionArea() * @model * @generated */ double getCrossSectionArea(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionArea Cross Section Area}' attribute. * * * @param value the new value of the 'Cross Section Area' attribute. * @see #getCrossSectionArea() * @generated */ void setCrossSectionArea(double value); /** * Returns the value of the 'Cross Section Area As String' attribute. * *

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

* * @return the value of the 'Cross Section Area As String' attribute. * @see #setCrossSectionAreaAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_CrossSectionAreaAsString() * @model * @generated */ String getCrossSectionAreaAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionAreaAsString Cross Section Area As String}' attribute. * * * @param value the new value of the 'Cross Section Area As String' attribute. * @see #getCrossSectionAreaAsString() * @generated */ void setCrossSectionAreaAsString(String value); /** * Returns the value of the 'Tension Force' attribute. * *

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

* * @return the value of the 'Tension Force' attribute. * @see #isSetTensionForce() * @see #unsetTensionForce() * @see #setTensionForce(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_TensionForce() * @model unsettable="true" * @generated */ double getTensionForce(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForce Tension Force}' attribute. * * * @param value the new value of the 'Tension Force' attribute. * @see #isSetTensionForce() * @see #unsetTensionForce() * @see #getTensionForce() * @generated */ void setTensionForce(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForce Tension Force}' attribute. * * * @see #isSetTensionForce() * @see #getTensionForce() * @see #setTensionForce(double) * @generated */ void unsetTensionForce(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForce Tension Force}' attribute is set. * * * @return whether the value of the 'Tension Force' attribute is set. * @see #unsetTensionForce() * @see #getTensionForce() * @see #setTensionForce(double) * @generated */ boolean isSetTensionForce(); /** * Returns the value of the 'Tension Force As String' attribute. * *

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

* * @return the value of the 'Tension Force As String' attribute. * @see #isSetTensionForceAsString() * @see #unsetTensionForceAsString() * @see #setTensionForceAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_TensionForceAsString() * @model unsettable="true" * @generated */ String getTensionForceAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForceAsString Tension Force As String}' attribute. * * * @param value the new value of the 'Tension Force As String' attribute. * @see #isSetTensionForceAsString() * @see #unsetTensionForceAsString() * @see #getTensionForceAsString() * @generated */ void setTensionForceAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForceAsString Tension Force As String}' attribute. * * * @see #isSetTensionForceAsString() * @see #getTensionForceAsString() * @see #setTensionForceAsString(String) * @generated */ void unsetTensionForceAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForceAsString Tension Force As String}' attribute is set. * * * @return whether the value of the 'Tension Force As String' attribute is set. * @see #unsetTensionForceAsString() * @see #getTensionForceAsString() * @see #setTensionForceAsString(String) * @generated */ boolean isSetTensionForceAsString(); /** * Returns the value of the 'Pre Stress' attribute. * *

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

* * @return the value of the 'Pre Stress' attribute. * @see #isSetPreStress() * @see #unsetPreStress() * @see #setPreStress(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_PreStress() * @model unsettable="true" * @generated */ double getPreStress(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStress Pre Stress}' attribute. * * * @param value the new value of the 'Pre Stress' attribute. * @see #isSetPreStress() * @see #unsetPreStress() * @see #getPreStress() * @generated */ void setPreStress(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStress Pre Stress}' attribute. * * * @see #isSetPreStress() * @see #getPreStress() * @see #setPreStress(double) * @generated */ void unsetPreStress(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStress Pre Stress}' attribute is set. * * * @return whether the value of the 'Pre Stress' attribute is set. * @see #unsetPreStress() * @see #getPreStress() * @see #setPreStress(double) * @generated */ boolean isSetPreStress(); /** * Returns the value of the 'Pre Stress As String' attribute. * *

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

* * @return the value of the 'Pre Stress As String' attribute. * @see #isSetPreStressAsString() * @see #unsetPreStressAsString() * @see #setPreStressAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_PreStressAsString() * @model unsettable="true" * @generated */ String getPreStressAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStressAsString Pre Stress As String}' attribute. * * * @param value the new value of the 'Pre Stress As String' attribute. * @see #isSetPreStressAsString() * @see #unsetPreStressAsString() * @see #getPreStressAsString() * @generated */ void setPreStressAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStressAsString Pre Stress As String}' attribute. * * * @see #isSetPreStressAsString() * @see #getPreStressAsString() * @see #setPreStressAsString(String) * @generated */ void unsetPreStressAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStressAsString Pre Stress As String}' attribute is set. * * * @return whether the value of the 'Pre Stress As String' attribute is set. * @see #unsetPreStressAsString() * @see #getPreStressAsString() * @see #setPreStressAsString(String) * @generated */ boolean isSetPreStressAsString(); /** * Returns the value of the 'Friction Coefficient' attribute. * *

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

* * @return the value of the 'Friction Coefficient' attribute. * @see #isSetFrictionCoefficient() * @see #unsetFrictionCoefficient() * @see #setFrictionCoefficient(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_FrictionCoefficient() * @model unsettable="true" * @generated */ double getFrictionCoefficient(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficient Friction Coefficient}' attribute. * * * @param value the new value of the 'Friction Coefficient' attribute. * @see #isSetFrictionCoefficient() * @see #unsetFrictionCoefficient() * @see #getFrictionCoefficient() * @generated */ void setFrictionCoefficient(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficient Friction Coefficient}' attribute. * * * @see #isSetFrictionCoefficient() * @see #getFrictionCoefficient() * @see #setFrictionCoefficient(double) * @generated */ void unsetFrictionCoefficient(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficient Friction Coefficient}' attribute is set. * * * @return whether the value of the 'Friction Coefficient' attribute is set. * @see #unsetFrictionCoefficient() * @see #getFrictionCoefficient() * @see #setFrictionCoefficient(double) * @generated */ boolean isSetFrictionCoefficient(); /** * Returns the value of the 'Friction Coefficient As String' attribute. * *

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

* * @return the value of the 'Friction Coefficient As String' attribute. * @see #isSetFrictionCoefficientAsString() * @see #unsetFrictionCoefficientAsString() * @see #setFrictionCoefficientAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_FrictionCoefficientAsString() * @model unsettable="true" * @generated */ String getFrictionCoefficientAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficientAsString Friction Coefficient As String}' attribute. * * * @param value the new value of the 'Friction Coefficient As String' attribute. * @see #isSetFrictionCoefficientAsString() * @see #unsetFrictionCoefficientAsString() * @see #getFrictionCoefficientAsString() * @generated */ void setFrictionCoefficientAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficientAsString Friction Coefficient As String}' attribute. * * * @see #isSetFrictionCoefficientAsString() * @see #getFrictionCoefficientAsString() * @see #setFrictionCoefficientAsString(String) * @generated */ void unsetFrictionCoefficientAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficientAsString Friction Coefficient As String}' attribute is set. * * * @return whether the value of the 'Friction Coefficient As String' attribute is set. * @see #unsetFrictionCoefficientAsString() * @see #getFrictionCoefficientAsString() * @see #setFrictionCoefficientAsString(String) * @generated */ boolean isSetFrictionCoefficientAsString(); /** * Returns the value of the 'Anchorage Slip' attribute. * *

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

* * @return the value of the 'Anchorage Slip' attribute. * @see #isSetAnchorageSlip() * @see #unsetAnchorageSlip() * @see #setAnchorageSlip(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_AnchorageSlip() * @model unsettable="true" * @generated */ double getAnchorageSlip(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlip Anchorage Slip}' attribute. * * * @param value the new value of the 'Anchorage Slip' attribute. * @see #isSetAnchorageSlip() * @see #unsetAnchorageSlip() * @see #getAnchorageSlip() * @generated */ void setAnchorageSlip(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlip Anchorage Slip}' attribute. * * * @see #isSetAnchorageSlip() * @see #getAnchorageSlip() * @see #setAnchorageSlip(double) * @generated */ void unsetAnchorageSlip(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlip Anchorage Slip}' attribute is set. * * * @return whether the value of the 'Anchorage Slip' attribute is set. * @see #unsetAnchorageSlip() * @see #getAnchorageSlip() * @see #setAnchorageSlip(double) * @generated */ boolean isSetAnchorageSlip(); /** * Returns the value of the 'Anchorage Slip As String' attribute. * *

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

* * @return the value of the 'Anchorage Slip As String' attribute. * @see #isSetAnchorageSlipAsString() * @see #unsetAnchorageSlipAsString() * @see #setAnchorageSlipAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_AnchorageSlipAsString() * @model unsettable="true" * @generated */ String getAnchorageSlipAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlipAsString Anchorage Slip As String}' attribute. * * * @param value the new value of the 'Anchorage Slip As String' attribute. * @see #isSetAnchorageSlipAsString() * @see #unsetAnchorageSlipAsString() * @see #getAnchorageSlipAsString() * @generated */ void setAnchorageSlipAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlipAsString Anchorage Slip As String}' attribute. * * * @see #isSetAnchorageSlipAsString() * @see #getAnchorageSlipAsString() * @see #setAnchorageSlipAsString(String) * @generated */ void unsetAnchorageSlipAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlipAsString Anchorage Slip As String}' attribute is set. * * * @return whether the value of the 'Anchorage Slip As String' attribute is set. * @see #unsetAnchorageSlipAsString() * @see #getAnchorageSlipAsString() * @see #setAnchorageSlipAsString(String) * @generated */ boolean isSetAnchorageSlipAsString(); /** * Returns the value of the 'Min Curvature Radius' attribute. * *

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

* * @return the value of the 'Min Curvature Radius' attribute. * @see #isSetMinCurvatureRadius() * @see #unsetMinCurvatureRadius() * @see #setMinCurvatureRadius(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_MinCurvatureRadius() * @model unsettable="true" * @generated */ double getMinCurvatureRadius(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadius Min Curvature Radius}' attribute. * * * @param value the new value of the 'Min Curvature Radius' attribute. * @see #isSetMinCurvatureRadius() * @see #unsetMinCurvatureRadius() * @see #getMinCurvatureRadius() * @generated */ void setMinCurvatureRadius(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadius Min Curvature Radius}' attribute. * * * @see #isSetMinCurvatureRadius() * @see #getMinCurvatureRadius() * @see #setMinCurvatureRadius(double) * @generated */ void unsetMinCurvatureRadius(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadius Min Curvature Radius}' attribute is set. * * * @return whether the value of the 'Min Curvature Radius' attribute is set. * @see #unsetMinCurvatureRadius() * @see #getMinCurvatureRadius() * @see #setMinCurvatureRadius(double) * @generated */ boolean isSetMinCurvatureRadius(); /** * Returns the value of the 'Min Curvature Radius As String' attribute. * *

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

* * @return the value of the 'Min Curvature Radius As String' attribute. * @see #isSetMinCurvatureRadiusAsString() * @see #unsetMinCurvatureRadiusAsString() * @see #setMinCurvatureRadiusAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTendon_MinCurvatureRadiusAsString() * @model unsettable="true" * @generated */ String getMinCurvatureRadiusAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadiusAsString Min Curvature Radius As String}' attribute. * * * @param value the new value of the 'Min Curvature Radius As String' attribute. * @see #isSetMinCurvatureRadiusAsString() * @see #unsetMinCurvatureRadiusAsString() * @see #getMinCurvatureRadiusAsString() * @generated */ void setMinCurvatureRadiusAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadiusAsString Min Curvature Radius As String}' attribute. * * * @see #isSetMinCurvatureRadiusAsString() * @see #getMinCurvatureRadiusAsString() * @see #setMinCurvatureRadiusAsString(String) * @generated */ void unsetMinCurvatureRadiusAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadiusAsString Min Curvature Radius As String}' attribute is set. * * * @return whether the value of the 'Min Curvature Radius As String' attribute is set. * @see #unsetMinCurvatureRadiusAsString() * @see #getMinCurvatureRadiusAsString() * @see #setMinCurvatureRadiusAsString(String) * @generated */ boolean isSetMinCurvatureRadiusAsString(); } // IfcTendon




© 2015 - 2025 Weber Informatics LLC | Privacy Policy