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

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

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Mechanical Steel Material Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStress Yield Stress}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStressAsString Yield Stress As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStress Ultimate Stress}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStressAsString Ultimate Stress As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrain Ultimate Strain}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrainAsString Ultimate Strain As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModule Hardening Module}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModuleAsString Hardening Module As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStress Proportional Stress}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStressAsString Proportional Stress As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrain Plastic Strain}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrainAsString Plastic Strain As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getRelaxations Relaxations}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties() * @model * @generated */ public interface IfcMechanicalSteelMaterialProperties extends IfcMechanicalMaterialProperties { /** * Returns the value of the 'Yield Stress' attribute. * *

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

* * @return the value of the 'Yield Stress' attribute. * @see #isSetYieldStress() * @see #unsetYieldStress() * @see #setYieldStress(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_YieldStress() * @model unsettable="true" * @generated */ double getYieldStress(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStress Yield Stress}' attribute. * * * @param value the new value of the 'Yield Stress' attribute. * @see #isSetYieldStress() * @see #unsetYieldStress() * @see #getYieldStress() * @generated */ void setYieldStress(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStress Yield Stress}' attribute. * * * @see #isSetYieldStress() * @see #getYieldStress() * @see #setYieldStress(double) * @generated */ void unsetYieldStress(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStress Yield Stress}' attribute is set. * * * @return whether the value of the 'Yield Stress' attribute is set. * @see #unsetYieldStress() * @see #getYieldStress() * @see #setYieldStress(double) * @generated */ boolean isSetYieldStress(); /** * Returns the value of the 'Yield Stress As String' attribute. * *

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

* * @return the value of the 'Yield Stress As String' attribute. * @see #isSetYieldStressAsString() * @see #unsetYieldStressAsString() * @see #setYieldStressAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_YieldStressAsString() * @model unsettable="true" * @generated */ String getYieldStressAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStressAsString Yield Stress As String}' attribute. * * * @param value the new value of the 'Yield Stress As String' attribute. * @see #isSetYieldStressAsString() * @see #unsetYieldStressAsString() * @see #getYieldStressAsString() * @generated */ void setYieldStressAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStressAsString Yield Stress As String}' attribute. * * * @see #isSetYieldStressAsString() * @see #getYieldStressAsString() * @see #setYieldStressAsString(String) * @generated */ void unsetYieldStressAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStressAsString Yield Stress As String}' attribute is set. * * * @return whether the value of the 'Yield Stress As String' attribute is set. * @see #unsetYieldStressAsString() * @see #getYieldStressAsString() * @see #setYieldStressAsString(String) * @generated */ boolean isSetYieldStressAsString(); /** * Returns the value of the 'Ultimate Stress' attribute. * *

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

* * @return the value of the 'Ultimate Stress' attribute. * @see #isSetUltimateStress() * @see #unsetUltimateStress() * @see #setUltimateStress(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_UltimateStress() * @model unsettable="true" * @generated */ double getUltimateStress(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStress Ultimate Stress}' attribute. * * * @param value the new value of the 'Ultimate Stress' attribute. * @see #isSetUltimateStress() * @see #unsetUltimateStress() * @see #getUltimateStress() * @generated */ void setUltimateStress(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStress Ultimate Stress}' attribute. * * * @see #isSetUltimateStress() * @see #getUltimateStress() * @see #setUltimateStress(double) * @generated */ void unsetUltimateStress(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStress Ultimate Stress}' attribute is set. * * * @return whether the value of the 'Ultimate Stress' attribute is set. * @see #unsetUltimateStress() * @see #getUltimateStress() * @see #setUltimateStress(double) * @generated */ boolean isSetUltimateStress(); /** * Returns the value of the 'Ultimate Stress As String' attribute. * *

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

* * @return the value of the 'Ultimate Stress As String' attribute. * @see #isSetUltimateStressAsString() * @see #unsetUltimateStressAsString() * @see #setUltimateStressAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_UltimateStressAsString() * @model unsettable="true" * @generated */ String getUltimateStressAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStressAsString Ultimate Stress As String}' attribute. * * * @param value the new value of the 'Ultimate Stress As String' attribute. * @see #isSetUltimateStressAsString() * @see #unsetUltimateStressAsString() * @see #getUltimateStressAsString() * @generated */ void setUltimateStressAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStressAsString Ultimate Stress As String}' attribute. * * * @see #isSetUltimateStressAsString() * @see #getUltimateStressAsString() * @see #setUltimateStressAsString(String) * @generated */ void unsetUltimateStressAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStressAsString Ultimate Stress As String}' attribute is set. * * * @return whether the value of the 'Ultimate Stress As String' attribute is set. * @see #unsetUltimateStressAsString() * @see #getUltimateStressAsString() * @see #setUltimateStressAsString(String) * @generated */ boolean isSetUltimateStressAsString(); /** * Returns the value of the 'Ultimate Strain' attribute. * *

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

* * @return the value of the 'Ultimate Strain' attribute. * @see #isSetUltimateStrain() * @see #unsetUltimateStrain() * @see #setUltimateStrain(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_UltimateStrain() * @model unsettable="true" * @generated */ double getUltimateStrain(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrain Ultimate Strain}' attribute. * * * @param value the new value of the 'Ultimate Strain' attribute. * @see #isSetUltimateStrain() * @see #unsetUltimateStrain() * @see #getUltimateStrain() * @generated */ void setUltimateStrain(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrain Ultimate Strain}' attribute. * * * @see #isSetUltimateStrain() * @see #getUltimateStrain() * @see #setUltimateStrain(double) * @generated */ void unsetUltimateStrain(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrain Ultimate Strain}' attribute is set. * * * @return whether the value of the 'Ultimate Strain' attribute is set. * @see #unsetUltimateStrain() * @see #getUltimateStrain() * @see #setUltimateStrain(double) * @generated */ boolean isSetUltimateStrain(); /** * Returns the value of the 'Ultimate Strain As String' attribute. * *

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

* * @return the value of the 'Ultimate Strain As String' attribute. * @see #isSetUltimateStrainAsString() * @see #unsetUltimateStrainAsString() * @see #setUltimateStrainAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_UltimateStrainAsString() * @model unsettable="true" * @generated */ String getUltimateStrainAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrainAsString Ultimate Strain As String}' attribute. * * * @param value the new value of the 'Ultimate Strain As String' attribute. * @see #isSetUltimateStrainAsString() * @see #unsetUltimateStrainAsString() * @see #getUltimateStrainAsString() * @generated */ void setUltimateStrainAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrainAsString Ultimate Strain As String}' attribute. * * * @see #isSetUltimateStrainAsString() * @see #getUltimateStrainAsString() * @see #setUltimateStrainAsString(String) * @generated */ void unsetUltimateStrainAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrainAsString Ultimate Strain As String}' attribute is set. * * * @return whether the value of the 'Ultimate Strain As String' attribute is set. * @see #unsetUltimateStrainAsString() * @see #getUltimateStrainAsString() * @see #setUltimateStrainAsString(String) * @generated */ boolean isSetUltimateStrainAsString(); /** * Returns the value of the 'Hardening Module' attribute. * *

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

* * @return the value of the 'Hardening Module' attribute. * @see #isSetHardeningModule() * @see #unsetHardeningModule() * @see #setHardeningModule(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_HardeningModule() * @model unsettable="true" * @generated */ double getHardeningModule(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModule Hardening Module}' attribute. * * * @param value the new value of the 'Hardening Module' attribute. * @see #isSetHardeningModule() * @see #unsetHardeningModule() * @see #getHardeningModule() * @generated */ void setHardeningModule(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModule Hardening Module}' attribute. * * * @see #isSetHardeningModule() * @see #getHardeningModule() * @see #setHardeningModule(double) * @generated */ void unsetHardeningModule(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModule Hardening Module}' attribute is set. * * * @return whether the value of the 'Hardening Module' attribute is set. * @see #unsetHardeningModule() * @see #getHardeningModule() * @see #setHardeningModule(double) * @generated */ boolean isSetHardeningModule(); /** * Returns the value of the 'Hardening Module As String' attribute. * *

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

* * @return the value of the 'Hardening Module As String' attribute. * @see #isSetHardeningModuleAsString() * @see #unsetHardeningModuleAsString() * @see #setHardeningModuleAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_HardeningModuleAsString() * @model unsettable="true" * @generated */ String getHardeningModuleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModuleAsString Hardening Module As String}' attribute. * * * @param value the new value of the 'Hardening Module As String' attribute. * @see #isSetHardeningModuleAsString() * @see #unsetHardeningModuleAsString() * @see #getHardeningModuleAsString() * @generated */ void setHardeningModuleAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModuleAsString Hardening Module As String}' attribute. * * * @see #isSetHardeningModuleAsString() * @see #getHardeningModuleAsString() * @see #setHardeningModuleAsString(String) * @generated */ void unsetHardeningModuleAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModuleAsString Hardening Module As String}' attribute is set. * * * @return whether the value of the 'Hardening Module As String' attribute is set. * @see #unsetHardeningModuleAsString() * @see #getHardeningModuleAsString() * @see #setHardeningModuleAsString(String) * @generated */ boolean isSetHardeningModuleAsString(); /** * Returns the value of the 'Proportional Stress' attribute. * *

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

* * @return the value of the 'Proportional Stress' attribute. * @see #isSetProportionalStress() * @see #unsetProportionalStress() * @see #setProportionalStress(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_ProportionalStress() * @model unsettable="true" * @generated */ double getProportionalStress(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStress Proportional Stress}' attribute. * * * @param value the new value of the 'Proportional Stress' attribute. * @see #isSetProportionalStress() * @see #unsetProportionalStress() * @see #getProportionalStress() * @generated */ void setProportionalStress(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStress Proportional Stress}' attribute. * * * @see #isSetProportionalStress() * @see #getProportionalStress() * @see #setProportionalStress(double) * @generated */ void unsetProportionalStress(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStress Proportional Stress}' attribute is set. * * * @return whether the value of the 'Proportional Stress' attribute is set. * @see #unsetProportionalStress() * @see #getProportionalStress() * @see #setProportionalStress(double) * @generated */ boolean isSetProportionalStress(); /** * Returns the value of the 'Proportional Stress As String' attribute. * *

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

* * @return the value of the 'Proportional Stress As String' attribute. * @see #isSetProportionalStressAsString() * @see #unsetProportionalStressAsString() * @see #setProportionalStressAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_ProportionalStressAsString() * @model unsettable="true" * @generated */ String getProportionalStressAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStressAsString Proportional Stress As String}' attribute. * * * @param value the new value of the 'Proportional Stress As String' attribute. * @see #isSetProportionalStressAsString() * @see #unsetProportionalStressAsString() * @see #getProportionalStressAsString() * @generated */ void setProportionalStressAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStressAsString Proportional Stress As String}' attribute. * * * @see #isSetProportionalStressAsString() * @see #getProportionalStressAsString() * @see #setProportionalStressAsString(String) * @generated */ void unsetProportionalStressAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStressAsString Proportional Stress As String}' attribute is set. * * * @return whether the value of the 'Proportional Stress As String' attribute is set. * @see #unsetProportionalStressAsString() * @see #getProportionalStressAsString() * @see #setProportionalStressAsString(String) * @generated */ boolean isSetProportionalStressAsString(); /** * Returns the value of the 'Plastic Strain' attribute. * *

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

* * @return the value of the 'Plastic Strain' attribute. * @see #isSetPlasticStrain() * @see #unsetPlasticStrain() * @see #setPlasticStrain(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_PlasticStrain() * @model unsettable="true" * @generated */ double getPlasticStrain(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrain Plastic Strain}' attribute. * * * @param value the new value of the 'Plastic Strain' attribute. * @see #isSetPlasticStrain() * @see #unsetPlasticStrain() * @see #getPlasticStrain() * @generated */ void setPlasticStrain(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrain Plastic Strain}' attribute. * * * @see #isSetPlasticStrain() * @see #getPlasticStrain() * @see #setPlasticStrain(double) * @generated */ void unsetPlasticStrain(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrain Plastic Strain}' attribute is set. * * * @return whether the value of the 'Plastic Strain' attribute is set. * @see #unsetPlasticStrain() * @see #getPlasticStrain() * @see #setPlasticStrain(double) * @generated */ boolean isSetPlasticStrain(); /** * Returns the value of the 'Plastic Strain As String' attribute. * *

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

* * @return the value of the 'Plastic Strain As String' attribute. * @see #isSetPlasticStrainAsString() * @see #unsetPlasticStrainAsString() * @see #setPlasticStrainAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_PlasticStrainAsString() * @model unsettable="true" * @generated */ String getPlasticStrainAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrainAsString Plastic Strain As String}' attribute. * * * @param value the new value of the 'Plastic Strain As String' attribute. * @see #isSetPlasticStrainAsString() * @see #unsetPlasticStrainAsString() * @see #getPlasticStrainAsString() * @generated */ void setPlasticStrainAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrainAsString Plastic Strain As String}' attribute. * * * @see #isSetPlasticStrainAsString() * @see #getPlasticStrainAsString() * @see #setPlasticStrainAsString(String) * @generated */ void unsetPlasticStrainAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrainAsString Plastic Strain As String}' attribute is set. * * * @return whether the value of the 'Plastic Strain As String' attribute is set. * @see #unsetPlasticStrainAsString() * @see #getPlasticStrainAsString() * @see #setPlasticStrainAsString(String) * @generated */ boolean isSetPlasticStrainAsString(); /** * Returns the value of the 'Relaxations' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcRelaxation}. * *

* If the meaning of the 'Relaxations' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Relaxations' reference list. * @see #isSetRelaxations() * @see #unsetRelaxations() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalSteelMaterialProperties_Relaxations() * @model unsettable="true" * @generated */ EList getRelaxations(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getRelaxations Relaxations}' reference list. * * * @see #isSetRelaxations() * @see #getRelaxations() * @generated */ void unsetRelaxations(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getRelaxations Relaxations}' reference list is set. * * * @return whether the value of the 'Relaxations' reference list is set. * @see #unsetRelaxations() * @see #getRelaxations() * @generated */ boolean isSetRelaxations(); } // IfcMechanicalSteelMaterialProperties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy