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

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

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Fill Area Style Tiles'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingPattern Tiling Pattern}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTiles Tiles}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScale Tiling Scale}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScaleAsString Tiling Scale As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFillAreaStyleTiles() * @model * @generated */ public interface IfcFillAreaStyleTiles extends IfcGeometricRepresentationItem, IfcFillStyleSelect { /** * Returns the value of the 'Tiling Pattern' reference. * *

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

* * @return the value of the 'Tiling Pattern' reference. * @see #setTilingPattern(IfcOneDirectionRepeatFactor) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFillAreaStyleTiles_TilingPattern() * @model * @generated */ IfcOneDirectionRepeatFactor getTilingPattern(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingPattern Tiling Pattern}' reference. * * * @param value the new value of the 'Tiling Pattern' reference. * @see #getTilingPattern() * @generated */ void setTilingPattern(IfcOneDirectionRepeatFactor value); /** * Returns the value of the 'Tiles' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect}. * *

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

* * @return the value of the 'Tiles' reference list. * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFillAreaStyleTiles_Tiles() * @model * @generated */ EList getTiles(); /** * Returns the value of the 'Tiling Scale' attribute. * *

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

* * @return the value of the 'Tiling Scale' attribute. * @see #setTilingScale(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFillAreaStyleTiles_TilingScale() * @model * @generated */ double getTilingScale(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScale Tiling Scale}' attribute. * * * @param value the new value of the 'Tiling Scale' attribute. * @see #getTilingScale() * @generated */ void setTilingScale(double value); /** * Returns the value of the 'Tiling Scale As String' attribute. * *

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

* * @return the value of the 'Tiling Scale As String' attribute. * @see #setTilingScaleAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFillAreaStyleTiles_TilingScaleAsString() * @model * @generated */ String getTilingScaleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScaleAsString Tiling Scale As String}' attribute. * * * @param value the new value of the 'Tiling Scale As String' attribute. * @see #getTilingScaleAsString() * @generated */ void setTilingScaleAsString(String value); } // IfcFillAreaStyleTiles




© 2015 - 2024 Weber Informatics LLC | Privacy Policy