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

org.bimserver.models.ifc4.IfcSurfaceReinforcementArea 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;

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

/**
 * 
 * A representation of the model object 'Ifc Surface Reinforcement Area'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement1 Surface Reinforcement1}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement1AsString Surface Reinforcement1 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement2 Surface Reinforcement2}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement2AsString Surface Reinforcement2 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcement Shear Reinforcement}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcementAsString Shear Reinforcement As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea() * @model * @generated */ public interface IfcSurfaceReinforcementArea extends IfcStructuralLoadOrResult { /** * Returns the value of the 'Surface Reinforcement1' attribute list. * The list contents are of type {@link java.lang.Double}. * *

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

* * @return the value of the 'Surface Reinforcement1' attribute list. * @see #isSetSurfaceReinforcement1() * @see #unsetSurfaceReinforcement1() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea_SurfaceReinforcement1() * @model unique="false" unsettable="true" * @generated */ EList getSurfaceReinforcement1(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement1 Surface Reinforcement1}' attribute list. * * * @see #isSetSurfaceReinforcement1() * @see #getSurfaceReinforcement1() * @generated */ void unsetSurfaceReinforcement1(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement1 Surface Reinforcement1}' attribute list is set. * * * @return whether the value of the 'Surface Reinforcement1' attribute list is set. * @see #unsetSurfaceReinforcement1() * @see #getSurfaceReinforcement1() * @generated */ boolean isSetSurfaceReinforcement1(); /** * Returns the value of the 'Surface Reinforcement1 As String' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Surface Reinforcement1 As String' attribute list. * @see #isSetSurfaceReinforcement1AsString() * @see #unsetSurfaceReinforcement1AsString() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea_SurfaceReinforcement1AsString() * @model unique="false" unsettable="true" * @generated */ EList getSurfaceReinforcement1AsString(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement1AsString Surface Reinforcement1 As String}' attribute list. * * * @see #isSetSurfaceReinforcement1AsString() * @see #getSurfaceReinforcement1AsString() * @generated */ void unsetSurfaceReinforcement1AsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement1AsString Surface Reinforcement1 As String}' attribute list is set. * * * @return whether the value of the 'Surface Reinforcement1 As String' attribute list is set. * @see #unsetSurfaceReinforcement1AsString() * @see #getSurfaceReinforcement1AsString() * @generated */ boolean isSetSurfaceReinforcement1AsString(); /** * Returns the value of the 'Surface Reinforcement2' attribute list. * The list contents are of type {@link java.lang.Double}. * *

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

* * @return the value of the 'Surface Reinforcement2' attribute list. * @see #isSetSurfaceReinforcement2() * @see #unsetSurfaceReinforcement2() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea_SurfaceReinforcement2() * @model unique="false" unsettable="true" * @generated */ EList getSurfaceReinforcement2(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement2 Surface Reinforcement2}' attribute list. * * * @see #isSetSurfaceReinforcement2() * @see #getSurfaceReinforcement2() * @generated */ void unsetSurfaceReinforcement2(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement2 Surface Reinforcement2}' attribute list is set. * * * @return whether the value of the 'Surface Reinforcement2' attribute list is set. * @see #unsetSurfaceReinforcement2() * @see #getSurfaceReinforcement2() * @generated */ boolean isSetSurfaceReinforcement2(); /** * Returns the value of the 'Surface Reinforcement2 As String' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Surface Reinforcement2 As String' attribute list. * @see #isSetSurfaceReinforcement2AsString() * @see #unsetSurfaceReinforcement2AsString() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea_SurfaceReinforcement2AsString() * @model unique="false" unsettable="true" * @generated */ EList getSurfaceReinforcement2AsString(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement2AsString Surface Reinforcement2 As String}' attribute list. * * * @see #isSetSurfaceReinforcement2AsString() * @see #getSurfaceReinforcement2AsString() * @generated */ void unsetSurfaceReinforcement2AsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getSurfaceReinforcement2AsString Surface Reinforcement2 As String}' attribute list is set. * * * @return whether the value of the 'Surface Reinforcement2 As String' attribute list is set. * @see #unsetSurfaceReinforcement2AsString() * @see #getSurfaceReinforcement2AsString() * @generated */ boolean isSetSurfaceReinforcement2AsString(); /** * Returns the value of the 'Shear Reinforcement' attribute. * *

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

* * @return the value of the 'Shear Reinforcement' attribute. * @see #isSetShearReinforcement() * @see #unsetShearReinforcement() * @see #setShearReinforcement(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea_ShearReinforcement() * @model unsettable="true" * @generated */ double getShearReinforcement(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcement Shear Reinforcement}' attribute. * * * @param value the new value of the 'Shear Reinforcement' attribute. * @see #isSetShearReinforcement() * @see #unsetShearReinforcement() * @see #getShearReinforcement() * @generated */ void setShearReinforcement(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcement Shear Reinforcement}' attribute. * * * @see #isSetShearReinforcement() * @see #getShearReinforcement() * @see #setShearReinforcement(double) * @generated */ void unsetShearReinforcement(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcement Shear Reinforcement}' attribute is set. * * * @return whether the value of the 'Shear Reinforcement' attribute is set. * @see #unsetShearReinforcement() * @see #getShearReinforcement() * @see #setShearReinforcement(double) * @generated */ boolean isSetShearReinforcement(); /** * Returns the value of the 'Shear Reinforcement As String' attribute. * *

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

* * @return the value of the 'Shear Reinforcement As String' attribute. * @see #isSetShearReinforcementAsString() * @see #unsetShearReinforcementAsString() * @see #setShearReinforcementAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceReinforcementArea_ShearReinforcementAsString() * @model unsettable="true" * @generated */ String getShearReinforcementAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcementAsString Shear Reinforcement As String}' attribute. * * * @param value the new value of the 'Shear Reinforcement As String' attribute. * @see #isSetShearReinforcementAsString() * @see #unsetShearReinforcementAsString() * @see #getShearReinforcementAsString() * @generated */ void setShearReinforcementAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcementAsString Shear Reinforcement As String}' attribute. * * * @see #isSetShearReinforcementAsString() * @see #getShearReinforcementAsString() * @see #setShearReinforcementAsString(String) * @generated */ void unsetShearReinforcementAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceReinforcementArea#getShearReinforcementAsString Shear Reinforcement As String}' attribute is set. * * * @return whether the value of the 'Shear Reinforcement As String' attribute is set. * @see #unsetShearReinforcementAsString() * @see #getShearReinforcementAsString() * @see #setShearReinforcementAsString(String) * @generated */ boolean isSetShearReinforcementAsString(); } // IfcSurfaceReinforcementArea




© 2015 - 2024 Weber Informatics LLC | Privacy Policy