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

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

/**
 * 
 * A representation of the model object 'Ifc Structural Load Planar Force'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceX Planar Force X}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceXAsString Planar Force XAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceY Planar Force Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceYAsString Planar Force YAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZ Planar Force Z}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZAsString Planar Force ZAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce() * @model * @generated */ public interface IfcStructuralLoadPlanarForce extends IfcStructuralLoadStatic { /** * Returns the value of the 'Planar Force X' attribute. * *

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

* * @return the value of the 'Planar Force X' attribute. * @see #isSetPlanarForceX() * @see #unsetPlanarForceX() * @see #setPlanarForceX(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce_PlanarForceX() * @model unsettable="true" * @generated */ double getPlanarForceX(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceX Planar Force X}' attribute. * * * @param value the new value of the 'Planar Force X' attribute. * @see #isSetPlanarForceX() * @see #unsetPlanarForceX() * @see #getPlanarForceX() * @generated */ void setPlanarForceX(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceX Planar Force X}' attribute. * * * @see #isSetPlanarForceX() * @see #getPlanarForceX() * @see #setPlanarForceX(double) * @generated */ void unsetPlanarForceX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceX Planar Force X}' attribute is set. * * * @return whether the value of the 'Planar Force X' attribute is set. * @see #unsetPlanarForceX() * @see #getPlanarForceX() * @see #setPlanarForceX(double) * @generated */ boolean isSetPlanarForceX(); /** * Returns the value of the 'Planar Force XAs String' attribute. * *

* If the meaning of the 'Planar Force XAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Planar Force XAs String' attribute. * @see #isSetPlanarForceXAsString() * @see #unsetPlanarForceXAsString() * @see #setPlanarForceXAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce_PlanarForceXAsString() * @model unsettable="true" * @generated */ String getPlanarForceXAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceXAsString Planar Force XAs String}' attribute. * * * @param value the new value of the 'Planar Force XAs String' attribute. * @see #isSetPlanarForceXAsString() * @see #unsetPlanarForceXAsString() * @see #getPlanarForceXAsString() * @generated */ void setPlanarForceXAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceXAsString Planar Force XAs String}' attribute. * * * @see #isSetPlanarForceXAsString() * @see #getPlanarForceXAsString() * @see #setPlanarForceXAsString(String) * @generated */ void unsetPlanarForceXAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceXAsString Planar Force XAs String}' attribute is set. * * * @return whether the value of the 'Planar Force XAs String' attribute is set. * @see #unsetPlanarForceXAsString() * @see #getPlanarForceXAsString() * @see #setPlanarForceXAsString(String) * @generated */ boolean isSetPlanarForceXAsString(); /** * Returns the value of the 'Planar Force Y' attribute. * *

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

* * @return the value of the 'Planar Force Y' attribute. * @see #isSetPlanarForceY() * @see #unsetPlanarForceY() * @see #setPlanarForceY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce_PlanarForceY() * @model unsettable="true" * @generated */ double getPlanarForceY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceY Planar Force Y}' attribute. * * * @param value the new value of the 'Planar Force Y' attribute. * @see #isSetPlanarForceY() * @see #unsetPlanarForceY() * @see #getPlanarForceY() * @generated */ void setPlanarForceY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceY Planar Force Y}' attribute. * * * @see #isSetPlanarForceY() * @see #getPlanarForceY() * @see #setPlanarForceY(double) * @generated */ void unsetPlanarForceY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceY Planar Force Y}' attribute is set. * * * @return whether the value of the 'Planar Force Y' attribute is set. * @see #unsetPlanarForceY() * @see #getPlanarForceY() * @see #setPlanarForceY(double) * @generated */ boolean isSetPlanarForceY(); /** * Returns the value of the 'Planar Force YAs String' attribute. * *

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

* * @return the value of the 'Planar Force YAs String' attribute. * @see #isSetPlanarForceYAsString() * @see #unsetPlanarForceYAsString() * @see #setPlanarForceYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce_PlanarForceYAsString() * @model unsettable="true" * @generated */ String getPlanarForceYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceYAsString Planar Force YAs String}' attribute. * * * @param value the new value of the 'Planar Force YAs String' attribute. * @see #isSetPlanarForceYAsString() * @see #unsetPlanarForceYAsString() * @see #getPlanarForceYAsString() * @generated */ void setPlanarForceYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceYAsString Planar Force YAs String}' attribute. * * * @see #isSetPlanarForceYAsString() * @see #getPlanarForceYAsString() * @see #setPlanarForceYAsString(String) * @generated */ void unsetPlanarForceYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceYAsString Planar Force YAs String}' attribute is set. * * * @return whether the value of the 'Planar Force YAs String' attribute is set. * @see #unsetPlanarForceYAsString() * @see #getPlanarForceYAsString() * @see #setPlanarForceYAsString(String) * @generated */ boolean isSetPlanarForceYAsString(); /** * Returns the value of the 'Planar Force Z' attribute. * *

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

* * @return the value of the 'Planar Force Z' attribute. * @see #isSetPlanarForceZ() * @see #unsetPlanarForceZ() * @see #setPlanarForceZ(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce_PlanarForceZ() * @model unsettable="true" * @generated */ double getPlanarForceZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZ Planar Force Z}' attribute. * * * @param value the new value of the 'Planar Force Z' attribute. * @see #isSetPlanarForceZ() * @see #unsetPlanarForceZ() * @see #getPlanarForceZ() * @generated */ void setPlanarForceZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZ Planar Force Z}' attribute. * * * @see #isSetPlanarForceZ() * @see #getPlanarForceZ() * @see #setPlanarForceZ(double) * @generated */ void unsetPlanarForceZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZ Planar Force Z}' attribute is set. * * * @return whether the value of the 'Planar Force Z' attribute is set. * @see #unsetPlanarForceZ() * @see #getPlanarForceZ() * @see #setPlanarForceZ(double) * @generated */ boolean isSetPlanarForceZ(); /** * Returns the value of the 'Planar Force ZAs String' attribute. * *

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

* * @return the value of the 'Planar Force ZAs String' attribute. * @see #isSetPlanarForceZAsString() * @see #unsetPlanarForceZAsString() * @see #setPlanarForceZAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralLoadPlanarForce_PlanarForceZAsString() * @model unsettable="true" * @generated */ String getPlanarForceZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZAsString Planar Force ZAs String}' attribute. * * * @param value the new value of the 'Planar Force ZAs String' attribute. * @see #isSetPlanarForceZAsString() * @see #unsetPlanarForceZAsString() * @see #getPlanarForceZAsString() * @generated */ void setPlanarForceZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZAsString Planar Force ZAs String}' attribute. * * * @see #isSetPlanarForceZAsString() * @see #getPlanarForceZAsString() * @see #setPlanarForceZAsString(String) * @generated */ void unsetPlanarForceZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZAsString Planar Force ZAs String}' attribute is set. * * * @return whether the value of the 'Planar Force ZAs String' attribute is set. * @see #unsetPlanarForceZAsString() * @see #getPlanarForceZAsString() * @see #setPlanarForceZAsString(String) * @generated */ boolean isSetPlanarForceZAsString(); } // IfcStructuralLoadPlanarForce




© 2015 - 2024 Weber Informatics LLC | Privacy Policy