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

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

/**
 * 
 * A representation of the model object 'Ifc Structural Steel Profile Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZ Shear Area Z}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZAsString Shear Area ZAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaY Shear Area Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaYAsString Shear Area YAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorY Plastic Shape Factor Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorYAsString Plastic Shape Factor YAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZ Plastic Shape Factor Z}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZAsString Plastic Shape Factor ZAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties() * @model * @generated */ public interface IfcStructuralSteelProfileProperties extends IfcStructuralProfileProperties { /** * Returns the value of the 'Shear Area Z' attribute. * *

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

* * @return the value of the 'Shear Area Z' attribute. * @see #isSetShearAreaZ() * @see #unsetShearAreaZ() * @see #setShearAreaZ(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_ShearAreaZ() * @model unsettable="true" * @generated */ double getShearAreaZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZ Shear Area Z}' attribute. * * * @param value the new value of the 'Shear Area Z' attribute. * @see #isSetShearAreaZ() * @see #unsetShearAreaZ() * @see #getShearAreaZ() * @generated */ void setShearAreaZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZ Shear Area Z}' attribute. * * * @see #isSetShearAreaZ() * @see #getShearAreaZ() * @see #setShearAreaZ(double) * @generated */ void unsetShearAreaZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZ Shear Area Z}' attribute is set. * * * @return whether the value of the 'Shear Area Z' attribute is set. * @see #unsetShearAreaZ() * @see #getShearAreaZ() * @see #setShearAreaZ(double) * @generated */ boolean isSetShearAreaZ(); /** * Returns the value of the 'Shear Area ZAs String' attribute. * *

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

* * @return the value of the 'Shear Area ZAs String' attribute. * @see #isSetShearAreaZAsString() * @see #unsetShearAreaZAsString() * @see #setShearAreaZAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_ShearAreaZAsString() * @model unsettable="true" * @generated */ String getShearAreaZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZAsString Shear Area ZAs String}' attribute. * * * @param value the new value of the 'Shear Area ZAs String' attribute. * @see #isSetShearAreaZAsString() * @see #unsetShearAreaZAsString() * @see #getShearAreaZAsString() * @generated */ void setShearAreaZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZAsString Shear Area ZAs String}' attribute. * * * @see #isSetShearAreaZAsString() * @see #getShearAreaZAsString() * @see #setShearAreaZAsString(String) * @generated */ void unsetShearAreaZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZAsString Shear Area ZAs String}' attribute is set. * * * @return whether the value of the 'Shear Area ZAs String' attribute is set. * @see #unsetShearAreaZAsString() * @see #getShearAreaZAsString() * @see #setShearAreaZAsString(String) * @generated */ boolean isSetShearAreaZAsString(); /** * Returns the value of the 'Shear Area Y' attribute. * *

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

* * @return the value of the 'Shear Area Y' attribute. * @see #isSetShearAreaY() * @see #unsetShearAreaY() * @see #setShearAreaY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_ShearAreaY() * @model unsettable="true" * @generated */ double getShearAreaY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaY Shear Area Y}' attribute. * * * @param value the new value of the 'Shear Area Y' attribute. * @see #isSetShearAreaY() * @see #unsetShearAreaY() * @see #getShearAreaY() * @generated */ void setShearAreaY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaY Shear Area Y}' attribute. * * * @see #isSetShearAreaY() * @see #getShearAreaY() * @see #setShearAreaY(double) * @generated */ void unsetShearAreaY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaY Shear Area Y}' attribute is set. * * * @return whether the value of the 'Shear Area Y' attribute is set. * @see #unsetShearAreaY() * @see #getShearAreaY() * @see #setShearAreaY(double) * @generated */ boolean isSetShearAreaY(); /** * Returns the value of the 'Shear Area YAs String' attribute. * *

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

* * @return the value of the 'Shear Area YAs String' attribute. * @see #isSetShearAreaYAsString() * @see #unsetShearAreaYAsString() * @see #setShearAreaYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_ShearAreaYAsString() * @model unsettable="true" * @generated */ String getShearAreaYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaYAsString Shear Area YAs String}' attribute. * * * @param value the new value of the 'Shear Area YAs String' attribute. * @see #isSetShearAreaYAsString() * @see #unsetShearAreaYAsString() * @see #getShearAreaYAsString() * @generated */ void setShearAreaYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaYAsString Shear Area YAs String}' attribute. * * * @see #isSetShearAreaYAsString() * @see #getShearAreaYAsString() * @see #setShearAreaYAsString(String) * @generated */ void unsetShearAreaYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaYAsString Shear Area YAs String}' attribute is set. * * * @return whether the value of the 'Shear Area YAs String' attribute is set. * @see #unsetShearAreaYAsString() * @see #getShearAreaYAsString() * @see #setShearAreaYAsString(String) * @generated */ boolean isSetShearAreaYAsString(); /** * Returns the value of the 'Plastic Shape Factor Y' attribute. * *

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

* * @return the value of the 'Plastic Shape Factor Y' attribute. * @see #isSetPlasticShapeFactorY() * @see #unsetPlasticShapeFactorY() * @see #setPlasticShapeFactorY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_PlasticShapeFactorY() * @model unsettable="true" * @generated */ double getPlasticShapeFactorY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorY Plastic Shape Factor Y}' attribute. * * * @param value the new value of the 'Plastic Shape Factor Y' attribute. * @see #isSetPlasticShapeFactorY() * @see #unsetPlasticShapeFactorY() * @see #getPlasticShapeFactorY() * @generated */ void setPlasticShapeFactorY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorY Plastic Shape Factor Y}' attribute. * * * @see #isSetPlasticShapeFactorY() * @see #getPlasticShapeFactorY() * @see #setPlasticShapeFactorY(double) * @generated */ void unsetPlasticShapeFactorY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorY Plastic Shape Factor Y}' attribute is set. * * * @return whether the value of the 'Plastic Shape Factor Y' attribute is set. * @see #unsetPlasticShapeFactorY() * @see #getPlasticShapeFactorY() * @see #setPlasticShapeFactorY(double) * @generated */ boolean isSetPlasticShapeFactorY(); /** * Returns the value of the 'Plastic Shape Factor YAs String' attribute. * *

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

* * @return the value of the 'Plastic Shape Factor YAs String' attribute. * @see #isSetPlasticShapeFactorYAsString() * @see #unsetPlasticShapeFactorYAsString() * @see #setPlasticShapeFactorYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_PlasticShapeFactorYAsString() * @model unsettable="true" * @generated */ String getPlasticShapeFactorYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorYAsString Plastic Shape Factor YAs String}' attribute. * * * @param value the new value of the 'Plastic Shape Factor YAs String' attribute. * @see #isSetPlasticShapeFactorYAsString() * @see #unsetPlasticShapeFactorYAsString() * @see #getPlasticShapeFactorYAsString() * @generated */ void setPlasticShapeFactorYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorYAsString Plastic Shape Factor YAs String}' attribute. * * * @see #isSetPlasticShapeFactorYAsString() * @see #getPlasticShapeFactorYAsString() * @see #setPlasticShapeFactorYAsString(String) * @generated */ void unsetPlasticShapeFactorYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorYAsString Plastic Shape Factor YAs String}' attribute is set. * * * @return whether the value of the 'Plastic Shape Factor YAs String' attribute is set. * @see #unsetPlasticShapeFactorYAsString() * @see #getPlasticShapeFactorYAsString() * @see #setPlasticShapeFactorYAsString(String) * @generated */ boolean isSetPlasticShapeFactorYAsString(); /** * Returns the value of the 'Plastic Shape Factor Z' attribute. * *

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

* * @return the value of the 'Plastic Shape Factor Z' attribute. * @see #isSetPlasticShapeFactorZ() * @see #unsetPlasticShapeFactorZ() * @see #setPlasticShapeFactorZ(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_PlasticShapeFactorZ() * @model unsettable="true" * @generated */ double getPlasticShapeFactorZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZ Plastic Shape Factor Z}' attribute. * * * @param value the new value of the 'Plastic Shape Factor Z' attribute. * @see #isSetPlasticShapeFactorZ() * @see #unsetPlasticShapeFactorZ() * @see #getPlasticShapeFactorZ() * @generated */ void setPlasticShapeFactorZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZ Plastic Shape Factor Z}' attribute. * * * @see #isSetPlasticShapeFactorZ() * @see #getPlasticShapeFactorZ() * @see #setPlasticShapeFactorZ(double) * @generated */ void unsetPlasticShapeFactorZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZ Plastic Shape Factor Z}' attribute is set. * * * @return whether the value of the 'Plastic Shape Factor Z' attribute is set. * @see #unsetPlasticShapeFactorZ() * @see #getPlasticShapeFactorZ() * @see #setPlasticShapeFactorZ(double) * @generated */ boolean isSetPlasticShapeFactorZ(); /** * Returns the value of the 'Plastic Shape Factor ZAs String' attribute. * *

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

* * @return the value of the 'Plastic Shape Factor ZAs String' attribute. * @see #isSetPlasticShapeFactorZAsString() * @see #unsetPlasticShapeFactorZAsString() * @see #setPlasticShapeFactorZAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSteelProfileProperties_PlasticShapeFactorZAsString() * @model unsettable="true" * @generated */ String getPlasticShapeFactorZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZAsString Plastic Shape Factor ZAs String}' attribute. * * * @param value the new value of the 'Plastic Shape Factor ZAs String' attribute. * @see #isSetPlasticShapeFactorZAsString() * @see #unsetPlasticShapeFactorZAsString() * @see #getPlasticShapeFactorZAsString() * @generated */ void setPlasticShapeFactorZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZAsString Plastic Shape Factor ZAs String}' attribute. * * * @see #isSetPlasticShapeFactorZAsString() * @see #getPlasticShapeFactorZAsString() * @see #setPlasticShapeFactorZAsString(String) * @generated */ void unsetPlasticShapeFactorZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZAsString Plastic Shape Factor ZAs String}' attribute is set. * * * @return whether the value of the 'Plastic Shape Factor ZAs String' attribute is set. * @see #unsetPlasticShapeFactorZAsString() * @see #getPlasticShapeFactorZAsString() * @see #setPlasticShapeFactorZAsString(String) * @generated */ boolean isSetPlasticShapeFactorZAsString(); } // IfcStructuralSteelProfileProperties




© 2015 - 2025 Weber Informatics LLC | Privacy Policy