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

org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties 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 Rib Plate Profile Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThickness Thickness}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThicknessAsString Thickness As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeight Rib Height}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeightAsString Rib Height As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidth Rib Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidthAsString Rib Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacing Rib Spacing}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacingAsString Rib Spacing As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getDirection Direction}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties() * @model * @generated */ public interface IfcRibPlateProfileProperties extends IfcProfileProperties { /** * Returns the value of the 'Thickness' attribute. * *

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

* * @return the value of the 'Thickness' attribute. * @see #isSetThickness() * @see #unsetThickness() * @see #setThickness(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_Thickness() * @model unsettable="true" * @generated */ double getThickness(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThickness Thickness}' attribute. * * * @param value the new value of the 'Thickness' attribute. * @see #isSetThickness() * @see #unsetThickness() * @see #getThickness() * @generated */ void setThickness(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThickness Thickness}' attribute. * * * @see #isSetThickness() * @see #getThickness() * @see #setThickness(double) * @generated */ void unsetThickness(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThickness Thickness}' attribute is set. * * * @return whether the value of the 'Thickness' attribute is set. * @see #unsetThickness() * @see #getThickness() * @see #setThickness(double) * @generated */ boolean isSetThickness(); /** * Returns the value of the 'Thickness As String' attribute. * *

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

* * @return the value of the 'Thickness As String' attribute. * @see #isSetThicknessAsString() * @see #unsetThicknessAsString() * @see #setThicknessAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_ThicknessAsString() * @model unsettable="true" * @generated */ String getThicknessAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThicknessAsString Thickness As String}' attribute. * * * @param value the new value of the 'Thickness As String' attribute. * @see #isSetThicknessAsString() * @see #unsetThicknessAsString() * @see #getThicknessAsString() * @generated */ void setThicknessAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThicknessAsString Thickness As String}' attribute. * * * @see #isSetThicknessAsString() * @see #getThicknessAsString() * @see #setThicknessAsString(String) * @generated */ void unsetThicknessAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThicknessAsString Thickness As String}' attribute is set. * * * @return whether the value of the 'Thickness As String' attribute is set. * @see #unsetThicknessAsString() * @see #getThicknessAsString() * @see #setThicknessAsString(String) * @generated */ boolean isSetThicknessAsString(); /** * Returns the value of the 'Rib Height' attribute. * *

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

* * @return the value of the 'Rib Height' attribute. * @see #isSetRibHeight() * @see #unsetRibHeight() * @see #setRibHeight(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_RibHeight() * @model unsettable="true" * @generated */ double getRibHeight(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeight Rib Height}' attribute. * * * @param value the new value of the 'Rib Height' attribute. * @see #isSetRibHeight() * @see #unsetRibHeight() * @see #getRibHeight() * @generated */ void setRibHeight(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeight Rib Height}' attribute. * * * @see #isSetRibHeight() * @see #getRibHeight() * @see #setRibHeight(double) * @generated */ void unsetRibHeight(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeight Rib Height}' attribute is set. * * * @return whether the value of the 'Rib Height' attribute is set. * @see #unsetRibHeight() * @see #getRibHeight() * @see #setRibHeight(double) * @generated */ boolean isSetRibHeight(); /** * Returns the value of the 'Rib Height As String' attribute. * *

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

* * @return the value of the 'Rib Height As String' attribute. * @see #isSetRibHeightAsString() * @see #unsetRibHeightAsString() * @see #setRibHeightAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_RibHeightAsString() * @model unsettable="true" * @generated */ String getRibHeightAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeightAsString Rib Height As String}' attribute. * * * @param value the new value of the 'Rib Height As String' attribute. * @see #isSetRibHeightAsString() * @see #unsetRibHeightAsString() * @see #getRibHeightAsString() * @generated */ void setRibHeightAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeightAsString Rib Height As String}' attribute. * * * @see #isSetRibHeightAsString() * @see #getRibHeightAsString() * @see #setRibHeightAsString(String) * @generated */ void unsetRibHeightAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeightAsString Rib Height As String}' attribute is set. * * * @return whether the value of the 'Rib Height As String' attribute is set. * @see #unsetRibHeightAsString() * @see #getRibHeightAsString() * @see #setRibHeightAsString(String) * @generated */ boolean isSetRibHeightAsString(); /** * Returns the value of the 'Rib Width' attribute. * *

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

* * @return the value of the 'Rib Width' attribute. * @see #isSetRibWidth() * @see #unsetRibWidth() * @see #setRibWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_RibWidth() * @model unsettable="true" * @generated */ double getRibWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidth Rib Width}' attribute. * * * @param value the new value of the 'Rib Width' attribute. * @see #isSetRibWidth() * @see #unsetRibWidth() * @see #getRibWidth() * @generated */ void setRibWidth(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidth Rib Width}' attribute. * * * @see #isSetRibWidth() * @see #getRibWidth() * @see #setRibWidth(double) * @generated */ void unsetRibWidth(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidth Rib Width}' attribute is set. * * * @return whether the value of the 'Rib Width' attribute is set. * @see #unsetRibWidth() * @see #getRibWidth() * @see #setRibWidth(double) * @generated */ boolean isSetRibWidth(); /** * Returns the value of the 'Rib Width As String' attribute. * *

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

* * @return the value of the 'Rib Width As String' attribute. * @see #isSetRibWidthAsString() * @see #unsetRibWidthAsString() * @see #setRibWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_RibWidthAsString() * @model unsettable="true" * @generated */ String getRibWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidthAsString Rib Width As String}' attribute. * * * @param value the new value of the 'Rib Width As String' attribute. * @see #isSetRibWidthAsString() * @see #unsetRibWidthAsString() * @see #getRibWidthAsString() * @generated */ void setRibWidthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidthAsString Rib Width As String}' attribute. * * * @see #isSetRibWidthAsString() * @see #getRibWidthAsString() * @see #setRibWidthAsString(String) * @generated */ void unsetRibWidthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidthAsString Rib Width As String}' attribute is set. * * * @return whether the value of the 'Rib Width As String' attribute is set. * @see #unsetRibWidthAsString() * @see #getRibWidthAsString() * @see #setRibWidthAsString(String) * @generated */ boolean isSetRibWidthAsString(); /** * Returns the value of the 'Rib Spacing' attribute. * *

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

* * @return the value of the 'Rib Spacing' attribute. * @see #isSetRibSpacing() * @see #unsetRibSpacing() * @see #setRibSpacing(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_RibSpacing() * @model unsettable="true" * @generated */ double getRibSpacing(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacing Rib Spacing}' attribute. * * * @param value the new value of the 'Rib Spacing' attribute. * @see #isSetRibSpacing() * @see #unsetRibSpacing() * @see #getRibSpacing() * @generated */ void setRibSpacing(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacing Rib Spacing}' attribute. * * * @see #isSetRibSpacing() * @see #getRibSpacing() * @see #setRibSpacing(double) * @generated */ void unsetRibSpacing(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacing Rib Spacing}' attribute is set. * * * @return whether the value of the 'Rib Spacing' attribute is set. * @see #unsetRibSpacing() * @see #getRibSpacing() * @see #setRibSpacing(double) * @generated */ boolean isSetRibSpacing(); /** * Returns the value of the 'Rib Spacing As String' attribute. * *

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

* * @return the value of the 'Rib Spacing As String' attribute. * @see #isSetRibSpacingAsString() * @see #unsetRibSpacingAsString() * @see #setRibSpacingAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_RibSpacingAsString() * @model unsettable="true" * @generated */ String getRibSpacingAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacingAsString Rib Spacing As String}' attribute. * * * @param value the new value of the 'Rib Spacing As String' attribute. * @see #isSetRibSpacingAsString() * @see #unsetRibSpacingAsString() * @see #getRibSpacingAsString() * @generated */ void setRibSpacingAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacingAsString Rib Spacing As String}' attribute. * * * @see #isSetRibSpacingAsString() * @see #getRibSpacingAsString() * @see #setRibSpacingAsString(String) * @generated */ void unsetRibSpacingAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacingAsString Rib Spacing As String}' attribute is set. * * * @return whether the value of the 'Rib Spacing As String' attribute is set. * @see #unsetRibSpacingAsString() * @see #getRibSpacingAsString() * @see #setRibSpacingAsString(String) * @generated */ boolean isSetRibSpacingAsString(); /** * Returns the value of the 'Direction' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum}. * *

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

* * @return the value of the 'Direction' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum * @see #setDirection(IfcRibPlateDirectionEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRibPlateProfileProperties_Direction() * @model * @generated */ IfcRibPlateDirectionEnum getDirection(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getDirection Direction}' attribute. * * * @param value the new value of the 'Direction' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum * @see #getDirection() * @generated */ void setDirection(IfcRibPlateDirectionEnum value); } // IfcRibPlateProfileProperties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy