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

org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show 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.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Section Reinforcement Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPosition Longitudinal Start Position}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPositionAsString Longitudinal Start Position As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPosition Longitudinal End Position}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPositionAsString Longitudinal End Position As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePosition Transverse Position}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePositionAsString Transverse Position As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getReinforcementRole Reinforcement Role}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getSectionDefinition Section Definition}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getCrossSectionReinforcementDefinitions Cross Section Reinforcement Definitions}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties() * @model * @extends IdEObject * @generated */ public interface IfcSectionReinforcementProperties extends IdEObject { /** * Returns the value of the 'Longitudinal Start Position' attribute. * *

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

* * @return the value of the 'Longitudinal Start Position' attribute. * @see #setLongitudinalStartPosition(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_LongitudinalStartPosition() * @model * @generated */ double getLongitudinalStartPosition(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPosition Longitudinal Start Position}' attribute. * * * @param value the new value of the 'Longitudinal Start Position' attribute. * @see #getLongitudinalStartPosition() * @generated */ void setLongitudinalStartPosition(double value); /** * Returns the value of the 'Longitudinal Start Position As String' attribute. * *

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

* * @return the value of the 'Longitudinal Start Position As String' attribute. * @see #setLongitudinalStartPositionAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_LongitudinalStartPositionAsString() * @model * @generated */ String getLongitudinalStartPositionAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPositionAsString Longitudinal Start Position As String}' attribute. * * * @param value the new value of the 'Longitudinal Start Position As String' attribute. * @see #getLongitudinalStartPositionAsString() * @generated */ void setLongitudinalStartPositionAsString(String value); /** * Returns the value of the 'Longitudinal End Position' attribute. * *

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

* * @return the value of the 'Longitudinal End Position' attribute. * @see #setLongitudinalEndPosition(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_LongitudinalEndPosition() * @model * @generated */ double getLongitudinalEndPosition(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPosition Longitudinal End Position}' attribute. * * * @param value the new value of the 'Longitudinal End Position' attribute. * @see #getLongitudinalEndPosition() * @generated */ void setLongitudinalEndPosition(double value); /** * Returns the value of the 'Longitudinal End Position As String' attribute. * *

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

* * @return the value of the 'Longitudinal End Position As String' attribute. * @see #setLongitudinalEndPositionAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_LongitudinalEndPositionAsString() * @model * @generated */ String getLongitudinalEndPositionAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPositionAsString Longitudinal End Position As String}' attribute. * * * @param value the new value of the 'Longitudinal End Position As String' attribute. * @see #getLongitudinalEndPositionAsString() * @generated */ void setLongitudinalEndPositionAsString(String value); /** * Returns the value of the 'Transverse Position' attribute. * *

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

* * @return the value of the 'Transverse Position' attribute. * @see #isSetTransversePosition() * @see #unsetTransversePosition() * @see #setTransversePosition(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_TransversePosition() * @model unsettable="true" * @generated */ double getTransversePosition(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePosition Transverse Position}' attribute. * * * @param value the new value of the 'Transverse Position' attribute. * @see #isSetTransversePosition() * @see #unsetTransversePosition() * @see #getTransversePosition() * @generated */ void setTransversePosition(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePosition Transverse Position}' attribute. * * * @see #isSetTransversePosition() * @see #getTransversePosition() * @see #setTransversePosition(double) * @generated */ void unsetTransversePosition(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePosition Transverse Position}' attribute is set. * * * @return whether the value of the 'Transverse Position' attribute is set. * @see #unsetTransversePosition() * @see #getTransversePosition() * @see #setTransversePosition(double) * @generated */ boolean isSetTransversePosition(); /** * Returns the value of the 'Transverse Position As String' attribute. * *

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

* * @return the value of the 'Transverse Position As String' attribute. * @see #isSetTransversePositionAsString() * @see #unsetTransversePositionAsString() * @see #setTransversePositionAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_TransversePositionAsString() * @model unsettable="true" * @generated */ String getTransversePositionAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePositionAsString Transverse Position As String}' attribute. * * * @param value the new value of the 'Transverse Position As String' attribute. * @see #isSetTransversePositionAsString() * @see #unsetTransversePositionAsString() * @see #getTransversePositionAsString() * @generated */ void setTransversePositionAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePositionAsString Transverse Position As String}' attribute. * * * @see #isSetTransversePositionAsString() * @see #getTransversePositionAsString() * @see #setTransversePositionAsString(String) * @generated */ void unsetTransversePositionAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePositionAsString Transverse Position As String}' attribute is set. * * * @return whether the value of the 'Transverse Position As String' attribute is set. * @see #unsetTransversePositionAsString() * @see #getTransversePositionAsString() * @see #setTransversePositionAsString(String) * @generated */ boolean isSetTransversePositionAsString(); /** * Returns the value of the 'Reinforcement Role' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum}. * *

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

* * @return the value of the 'Reinforcement Role' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum * @see #setReinforcementRole(IfcReinforcingBarRoleEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_ReinforcementRole() * @model * @generated */ IfcReinforcingBarRoleEnum getReinforcementRole(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getReinforcementRole Reinforcement Role}' attribute. * * * @param value the new value of the 'Reinforcement Role' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum * @see #getReinforcementRole() * @generated */ void setReinforcementRole(IfcReinforcingBarRoleEnum value); /** * Returns the value of the 'Section Definition' reference. * *

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

* * @return the value of the 'Section Definition' reference. * @see #setSectionDefinition(IfcSectionProperties) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_SectionDefinition() * @model * @generated */ IfcSectionProperties getSectionDefinition(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getSectionDefinition Section Definition}' reference. * * * @param value the new value of the 'Section Definition' reference. * @see #getSectionDefinition() * @generated */ void setSectionDefinition(IfcSectionProperties value); /** * Returns the value of the 'Cross Section Reinforcement Definitions' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties}. * *

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

* * @return the value of the 'Cross Section Reinforcement Definitions' reference list. * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSectionReinforcementProperties_CrossSectionReinforcementDefinitions() * @model * @generated */ EList getCrossSectionReinforcementDefinitions(); } // IfcSectionReinforcementProperties




© 2015 - 2025 Weber Informatics LLC | Privacy Policy