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

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

import org.bimserver.emf.IdEObject;

/**
 * 
 * A representation of the model object 'Ifc Relaxation'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValue Relaxation Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValueAsString Relaxation Value As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStress Initial Stress}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStressAsString Initial Stress As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelaxation() * @model * @extends IdEObject * @generated */ public interface IfcRelaxation extends IdEObject { /** * Returns the value of the 'Relaxation Value' attribute. * *

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

* * @return the value of the 'Relaxation Value' attribute. * @see #setRelaxationValue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelaxation_RelaxationValue() * @model * @generated */ double getRelaxationValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValue Relaxation Value}' attribute. * * * @param value the new value of the 'Relaxation Value' attribute. * @see #getRelaxationValue() * @generated */ void setRelaxationValue(double value); /** * Returns the value of the 'Relaxation Value As String' attribute. * *

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

* * @return the value of the 'Relaxation Value As String' attribute. * @see #setRelaxationValueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelaxation_RelaxationValueAsString() * @model * @generated */ String getRelaxationValueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValueAsString Relaxation Value As String}' attribute. * * * @param value the new value of the 'Relaxation Value As String' attribute. * @see #getRelaxationValueAsString() * @generated */ void setRelaxationValueAsString(String value); /** * Returns the value of the 'Initial Stress' attribute. * *

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

* * @return the value of the 'Initial Stress' attribute. * @see #setInitialStress(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelaxation_InitialStress() * @model * @generated */ double getInitialStress(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStress Initial Stress}' attribute. * * * @param value the new value of the 'Initial Stress' attribute. * @see #getInitialStress() * @generated */ void setInitialStress(double value); /** * Returns the value of the 'Initial Stress As String' attribute. * *

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

* * @return the value of the 'Initial Stress As String' attribute. * @see #setInitialStressAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelaxation_InitialStressAsString() * @model * @generated */ String getInitialStressAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStressAsString Initial Stress As String}' attribute. * * * @param value the new value of the 'Initial Stress As String' attribute. * @see #getInitialStressAsString() * @generated */ void setInitialStressAsString(String value); } // IfcRelaxation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy