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

org.bimserver.models.ifc4.IfcBuilding 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Building'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeight Elevation Of Ref Height}
  • *
  • {@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeightAsString Elevation Of Ref Height As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrain Elevation Of Terrain}
  • *
  • {@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrainAsString Elevation Of Terrain As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcBuilding#getBuildingAddress Building Address}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBuilding() * @model * @generated */ public interface IfcBuilding extends IfcSpatialStructureElement { /** * Returns the value of the 'Elevation Of Ref Height' attribute. * *

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

* * @return the value of the 'Elevation Of Ref Height' attribute. * @see #isSetElevationOfRefHeight() * @see #unsetElevationOfRefHeight() * @see #setElevationOfRefHeight(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBuilding_ElevationOfRefHeight() * @model unsettable="true" * @generated */ double getElevationOfRefHeight(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeight Elevation Of Ref Height}' attribute. * * * @param value the new value of the 'Elevation Of Ref Height' attribute. * @see #isSetElevationOfRefHeight() * @see #unsetElevationOfRefHeight() * @see #getElevationOfRefHeight() * @generated */ void setElevationOfRefHeight(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeight Elevation Of Ref Height}' attribute. * * * @see #isSetElevationOfRefHeight() * @see #getElevationOfRefHeight() * @see #setElevationOfRefHeight(double) * @generated */ void unsetElevationOfRefHeight(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeight Elevation Of Ref Height}' attribute is set. * * * @return whether the value of the 'Elevation Of Ref Height' attribute is set. * @see #unsetElevationOfRefHeight() * @see #getElevationOfRefHeight() * @see #setElevationOfRefHeight(double) * @generated */ boolean isSetElevationOfRefHeight(); /** * Returns the value of the 'Elevation Of Ref Height As String' attribute. * *

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

* * @return the value of the 'Elevation Of Ref Height As String' attribute. * @see #isSetElevationOfRefHeightAsString() * @see #unsetElevationOfRefHeightAsString() * @see #setElevationOfRefHeightAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBuilding_ElevationOfRefHeightAsString() * @model unsettable="true" * @generated */ String getElevationOfRefHeightAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeightAsString Elevation Of Ref Height As String}' attribute. * * * @param value the new value of the 'Elevation Of Ref Height As String' attribute. * @see #isSetElevationOfRefHeightAsString() * @see #unsetElevationOfRefHeightAsString() * @see #getElevationOfRefHeightAsString() * @generated */ void setElevationOfRefHeightAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeightAsString Elevation Of Ref Height As String}' attribute. * * * @see #isSetElevationOfRefHeightAsString() * @see #getElevationOfRefHeightAsString() * @see #setElevationOfRefHeightAsString(String) * @generated */ void unsetElevationOfRefHeightAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfRefHeightAsString Elevation Of Ref Height As String}' attribute is set. * * * @return whether the value of the 'Elevation Of Ref Height As String' attribute is set. * @see #unsetElevationOfRefHeightAsString() * @see #getElevationOfRefHeightAsString() * @see #setElevationOfRefHeightAsString(String) * @generated */ boolean isSetElevationOfRefHeightAsString(); /** * Returns the value of the 'Elevation Of Terrain' attribute. * *

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

* * @return the value of the 'Elevation Of Terrain' attribute. * @see #isSetElevationOfTerrain() * @see #unsetElevationOfTerrain() * @see #setElevationOfTerrain(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBuilding_ElevationOfTerrain() * @model unsettable="true" * @generated */ double getElevationOfTerrain(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrain Elevation Of Terrain}' attribute. * * * @param value the new value of the 'Elevation Of Terrain' attribute. * @see #isSetElevationOfTerrain() * @see #unsetElevationOfTerrain() * @see #getElevationOfTerrain() * @generated */ void setElevationOfTerrain(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrain Elevation Of Terrain}' attribute. * * * @see #isSetElevationOfTerrain() * @see #getElevationOfTerrain() * @see #setElevationOfTerrain(double) * @generated */ void unsetElevationOfTerrain(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrain Elevation Of Terrain}' attribute is set. * * * @return whether the value of the 'Elevation Of Terrain' attribute is set. * @see #unsetElevationOfTerrain() * @see #getElevationOfTerrain() * @see #setElevationOfTerrain(double) * @generated */ boolean isSetElevationOfTerrain(); /** * Returns the value of the 'Elevation Of Terrain As String' attribute. * *

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

* * @return the value of the 'Elevation Of Terrain As String' attribute. * @see #isSetElevationOfTerrainAsString() * @see #unsetElevationOfTerrainAsString() * @see #setElevationOfTerrainAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBuilding_ElevationOfTerrainAsString() * @model unsettable="true" * @generated */ String getElevationOfTerrainAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrainAsString Elevation Of Terrain As String}' attribute. * * * @param value the new value of the 'Elevation Of Terrain As String' attribute. * @see #isSetElevationOfTerrainAsString() * @see #unsetElevationOfTerrainAsString() * @see #getElevationOfTerrainAsString() * @generated */ void setElevationOfTerrainAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrainAsString Elevation Of Terrain As String}' attribute. * * * @see #isSetElevationOfTerrainAsString() * @see #getElevationOfTerrainAsString() * @see #setElevationOfTerrainAsString(String) * @generated */ void unsetElevationOfTerrainAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getElevationOfTerrainAsString Elevation Of Terrain As String}' attribute is set. * * * @return whether the value of the 'Elevation Of Terrain As String' attribute is set. * @see #unsetElevationOfTerrainAsString() * @see #getElevationOfTerrainAsString() * @see #setElevationOfTerrainAsString(String) * @generated */ boolean isSetElevationOfTerrainAsString(); /** * Returns the value of the 'Building Address' reference. * *

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

* * @return the value of the 'Building Address' reference. * @see #isSetBuildingAddress() * @see #unsetBuildingAddress() * @see #setBuildingAddress(IfcPostalAddress) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBuilding_BuildingAddress() * @model unsettable="true" * @generated */ IfcPostalAddress getBuildingAddress(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getBuildingAddress Building Address}' reference. * * * @param value the new value of the 'Building Address' reference. * @see #isSetBuildingAddress() * @see #unsetBuildingAddress() * @see #getBuildingAddress() * @generated */ void setBuildingAddress(IfcPostalAddress value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getBuildingAddress Building Address}' reference. * * * @see #isSetBuildingAddress() * @see #getBuildingAddress() * @see #setBuildingAddress(IfcPostalAddress) * @generated */ void unsetBuildingAddress(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBuilding#getBuildingAddress Building Address}' reference is set. * * * @return whether the value of the 'Building Address' reference is set. * @see #unsetBuildingAddress() * @see #getBuildingAddress() * @see #setBuildingAddress(IfcPostalAddress) * @generated */ boolean isSetBuildingAddress(); } // IfcBuilding




© 2015 - 2024 Weber Informatics LLC | Privacy Policy