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

org.bimserver.models.ifc4.IfcTendonType 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 Tendon Type'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getPredefinedType Predefined Type}
  • *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameter Nominal Diameter}
  • *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameterAsString Nominal Diameter As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionArea Cross Section Area}
  • *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionAreaAsString Cross Section Area As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameter Sheeth Diameter}
  • *
  • {@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameterAsString Sheeth Diameter As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType() * @model * @generated */ public interface IfcTendonType extends IfcReinforcingElementType { /** * Returns the value of the 'Predefined Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.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.ifc4.IfcTendonTypeEnum * @see #setPredefinedType(IfcTendonTypeEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_PredefinedType() * @model * @generated */ IfcTendonTypeEnum getPredefinedType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getPredefinedType Predefined Type}' attribute. * * * @param value the new value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.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 #isSetNominalDiameter() * @see #unsetNominalDiameter() * @see #setNominalDiameter(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_NominalDiameter() * @model unsettable="true" * @generated */ double getNominalDiameter(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameter Nominal Diameter}' attribute. * * * @param value the new value of the 'Nominal Diameter' attribute. * @see #isSetNominalDiameter() * @see #unsetNominalDiameter() * @see #getNominalDiameter() * @generated */ void setNominalDiameter(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameter Nominal Diameter}' attribute. * * * @see #isSetNominalDiameter() * @see #getNominalDiameter() * @see #setNominalDiameter(double) * @generated */ void unsetNominalDiameter(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameter Nominal Diameter}' attribute is set. * * * @return whether the value of the 'Nominal Diameter' attribute is set. * @see #unsetNominalDiameter() * @see #getNominalDiameter() * @see #setNominalDiameter(double) * @generated */ boolean isSetNominalDiameter(); /** * 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 #isSetNominalDiameterAsString() * @see #unsetNominalDiameterAsString() * @see #setNominalDiameterAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_NominalDiameterAsString() * @model unsettable="true" * @generated */ String getNominalDiameterAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameterAsString Nominal Diameter As String}' attribute. * * * @param value the new value of the 'Nominal Diameter As String' attribute. * @see #isSetNominalDiameterAsString() * @see #unsetNominalDiameterAsString() * @see #getNominalDiameterAsString() * @generated */ void setNominalDiameterAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameterAsString Nominal Diameter As String}' attribute. * * * @see #isSetNominalDiameterAsString() * @see #getNominalDiameterAsString() * @see #setNominalDiameterAsString(String) * @generated */ void unsetNominalDiameterAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getNominalDiameterAsString Nominal Diameter As String}' attribute is set. * * * @return whether the value of the 'Nominal Diameter As String' attribute is set. * @see #unsetNominalDiameterAsString() * @see #getNominalDiameterAsString() * @see #setNominalDiameterAsString(String) * @generated */ boolean isSetNominalDiameterAsString(); /** * 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 #isSetCrossSectionArea() * @see #unsetCrossSectionArea() * @see #setCrossSectionArea(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_CrossSectionArea() * @model unsettable="true" * @generated */ double getCrossSectionArea(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionArea Cross Section Area}' attribute. * * * @param value the new value of the 'Cross Section Area' attribute. * @see #isSetCrossSectionArea() * @see #unsetCrossSectionArea() * @see #getCrossSectionArea() * @generated */ void setCrossSectionArea(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionArea Cross Section Area}' attribute. * * * @see #isSetCrossSectionArea() * @see #getCrossSectionArea() * @see #setCrossSectionArea(double) * @generated */ void unsetCrossSectionArea(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionArea Cross Section Area}' attribute is set. * * * @return whether the value of the 'Cross Section Area' attribute is set. * @see #unsetCrossSectionArea() * @see #getCrossSectionArea() * @see #setCrossSectionArea(double) * @generated */ boolean isSetCrossSectionArea(); /** * 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 #isSetCrossSectionAreaAsString() * @see #unsetCrossSectionAreaAsString() * @see #setCrossSectionAreaAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_CrossSectionAreaAsString() * @model unsettable="true" * @generated */ String getCrossSectionAreaAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionAreaAsString Cross Section Area As String}' attribute. * * * @param value the new value of the 'Cross Section Area As String' attribute. * @see #isSetCrossSectionAreaAsString() * @see #unsetCrossSectionAreaAsString() * @see #getCrossSectionAreaAsString() * @generated */ void setCrossSectionAreaAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionAreaAsString Cross Section Area As String}' attribute. * * * @see #isSetCrossSectionAreaAsString() * @see #getCrossSectionAreaAsString() * @see #setCrossSectionAreaAsString(String) * @generated */ void unsetCrossSectionAreaAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getCrossSectionAreaAsString Cross Section Area As String}' attribute is set. * * * @return whether the value of the 'Cross Section Area As String' attribute is set. * @see #unsetCrossSectionAreaAsString() * @see #getCrossSectionAreaAsString() * @see #setCrossSectionAreaAsString(String) * @generated */ boolean isSetCrossSectionAreaAsString(); /** * Returns the value of the 'Sheeth Diameter' attribute. * *

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

* * @return the value of the 'Sheeth Diameter' attribute. * @see #isSetSheethDiameter() * @see #unsetSheethDiameter() * @see #setSheethDiameter(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_SheethDiameter() * @model unsettable="true" * @generated */ double getSheethDiameter(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameter Sheeth Diameter}' attribute. * * * @param value the new value of the 'Sheeth Diameter' attribute. * @see #isSetSheethDiameter() * @see #unsetSheethDiameter() * @see #getSheethDiameter() * @generated */ void setSheethDiameter(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameter Sheeth Diameter}' attribute. * * * @see #isSetSheethDiameter() * @see #getSheethDiameter() * @see #setSheethDiameter(double) * @generated */ void unsetSheethDiameter(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameter Sheeth Diameter}' attribute is set. * * * @return whether the value of the 'Sheeth Diameter' attribute is set. * @see #unsetSheethDiameter() * @see #getSheethDiameter() * @see #setSheethDiameter(double) * @generated */ boolean isSetSheethDiameter(); /** * Returns the value of the 'Sheeth Diameter As String' attribute. * *

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

* * @return the value of the 'Sheeth Diameter As String' attribute. * @see #isSetSheethDiameterAsString() * @see #unsetSheethDiameterAsString() * @see #setSheethDiameterAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTendonType_SheethDiameterAsString() * @model unsettable="true" * @generated */ String getSheethDiameterAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameterAsString Sheeth Diameter As String}' attribute. * * * @param value the new value of the 'Sheeth Diameter As String' attribute. * @see #isSetSheethDiameterAsString() * @see #unsetSheethDiameterAsString() * @see #getSheethDiameterAsString() * @generated */ void setSheethDiameterAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameterAsString Sheeth Diameter As String}' attribute. * * * @see #isSetSheethDiameterAsString() * @see #getSheethDiameterAsString() * @see #setSheethDiameterAsString(String) * @generated */ void unsetSheethDiameterAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTendonType#getSheethDiameterAsString Sheeth Diameter As String}' attribute is set. * * * @return whether the value of the 'Sheeth Diameter As String' attribute is set. * @see #unsetSheethDiameterAsString() * @see #getSheethDiameterAsString() * @see #setSheethDiameterAsString(String) * @generated */ boolean isSetSheethDiameterAsString(); } // IfcTendonType




© 2015 - 2024 Weber Informatics LLC | Privacy Policy