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

org.bimserver.models.ifc2x3tc1.IfcWindow 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 Window'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeight Overall Height}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeightAsString Overall Height As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidth Overall Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidthAsString Overall Width As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindow() * @model * @generated */ public interface IfcWindow extends IfcBuildingElement { /** * Returns the value of the 'Overall Height' attribute. * *

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

* * @return the value of the 'Overall Height' attribute. * @see #isSetOverallHeight() * @see #unsetOverallHeight() * @see #setOverallHeight(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindow_OverallHeight() * @model unsettable="true" * @generated */ double getOverallHeight(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeight Overall Height}' attribute. * * * @param value the new value of the 'Overall Height' attribute. * @see #isSetOverallHeight() * @see #unsetOverallHeight() * @see #getOverallHeight() * @generated */ void setOverallHeight(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeight Overall Height}' attribute. * * * @see #isSetOverallHeight() * @see #getOverallHeight() * @see #setOverallHeight(double) * @generated */ void unsetOverallHeight(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeight Overall Height}' attribute is set. * * * @return whether the value of the 'Overall Height' attribute is set. * @see #unsetOverallHeight() * @see #getOverallHeight() * @see #setOverallHeight(double) * @generated */ boolean isSetOverallHeight(); /** * Returns the value of the 'Overall Height As String' attribute. * *

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

* * @return the value of the 'Overall Height As String' attribute. * @see #isSetOverallHeightAsString() * @see #unsetOverallHeightAsString() * @see #setOverallHeightAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindow_OverallHeightAsString() * @model unsettable="true" * @generated */ String getOverallHeightAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeightAsString Overall Height As String}' attribute. * * * @param value the new value of the 'Overall Height As String' attribute. * @see #isSetOverallHeightAsString() * @see #unsetOverallHeightAsString() * @see #getOverallHeightAsString() * @generated */ void setOverallHeightAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeightAsString Overall Height As String}' attribute. * * * @see #isSetOverallHeightAsString() * @see #getOverallHeightAsString() * @see #setOverallHeightAsString(String) * @generated */ void unsetOverallHeightAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeightAsString Overall Height As String}' attribute is set. * * * @return whether the value of the 'Overall Height As String' attribute is set. * @see #unsetOverallHeightAsString() * @see #getOverallHeightAsString() * @see #setOverallHeightAsString(String) * @generated */ boolean isSetOverallHeightAsString(); /** * Returns the value of the 'Overall Width' attribute. * *

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

* * @return the value of the 'Overall Width' attribute. * @see #isSetOverallWidth() * @see #unsetOverallWidth() * @see #setOverallWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindow_OverallWidth() * @model unsettable="true" * @generated */ double getOverallWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidth Overall Width}' attribute. * * * @param value the new value of the 'Overall Width' attribute. * @see #isSetOverallWidth() * @see #unsetOverallWidth() * @see #getOverallWidth() * @generated */ void setOverallWidth(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidth Overall Width}' attribute. * * * @see #isSetOverallWidth() * @see #getOverallWidth() * @see #setOverallWidth(double) * @generated */ void unsetOverallWidth(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidth Overall Width}' attribute is set. * * * @return whether the value of the 'Overall Width' attribute is set. * @see #unsetOverallWidth() * @see #getOverallWidth() * @see #setOverallWidth(double) * @generated */ boolean isSetOverallWidth(); /** * Returns the value of the 'Overall Width As String' attribute. * *

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

* * @return the value of the 'Overall Width As String' attribute. * @see #isSetOverallWidthAsString() * @see #unsetOverallWidthAsString() * @see #setOverallWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindow_OverallWidthAsString() * @model unsettable="true" * @generated */ String getOverallWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidthAsString Overall Width As String}' attribute. * * * @param value the new value of the 'Overall Width As String' attribute. * @see #isSetOverallWidthAsString() * @see #unsetOverallWidthAsString() * @see #getOverallWidthAsString() * @generated */ void setOverallWidthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidthAsString Overall Width As String}' attribute. * * * @see #isSetOverallWidthAsString() * @see #getOverallWidthAsString() * @see #setOverallWidthAsString(String) * @generated */ void unsetOverallWidthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidthAsString Overall Width As String}' attribute is set. * * * @return whether the value of the 'Overall Width As String' attribute is set. * @see #unsetOverallWidthAsString() * @see #getOverallWidthAsString() * @see #setOverallWidthAsString(String) * @generated */ boolean isSetOverallWidthAsString(); } // IfcWindow




© 2015 - 2024 Weber Informatics LLC | Privacy Policy