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

org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

The 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;

import org.bimserver.emf.IdEObject;

/**
 * 
 * A representation of the model object 'Ifc Surface Texture'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatS Repeat S}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatT Repeat T}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureType Texture Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureTransform Texture Transform}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceTexture() * @model * @extends IdEObject * @generated */ public interface IfcSurfaceTexture extends IdEObject { /** * Returns the value of the 'Repeat S' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}. * *

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

* * @return the value of the 'Repeat S' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #setRepeatS(Tristate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceTexture_RepeatS() * @model * @generated */ Tristate getRepeatS(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatS Repeat S}' attribute. * * * @param value the new value of the 'Repeat S' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #getRepeatS() * @generated */ void setRepeatS(Tristate value); /** * Returns the value of the 'Repeat T' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}. * *

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

* * @return the value of the 'Repeat T' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #setRepeatT(Tristate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceTexture_RepeatT() * @model * @generated */ Tristate getRepeatT(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatT Repeat T}' attribute. * * * @param value the new value of the 'Repeat T' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #getRepeatT() * @generated */ void setRepeatT(Tristate value); /** * Returns the value of the 'Texture Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum}. * *

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

* * @return the value of the 'Texture Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum * @see #setTextureType(IfcSurfaceTextureEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceTexture_TextureType() * @model * @generated */ IfcSurfaceTextureEnum getTextureType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureType Texture Type}' attribute. * * * @param value the new value of the 'Texture Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum * @see #getTextureType() * @generated */ void setTextureType(IfcSurfaceTextureEnum value); /** * Returns the value of the 'Texture Transform' reference. * *

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

* * @return the value of the 'Texture Transform' reference. * @see #isSetTextureTransform() * @see #unsetTextureTransform() * @see #setTextureTransform(IfcCartesianTransformationOperator2D) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceTexture_TextureTransform() * @model unsettable="true" * @generated */ IfcCartesianTransformationOperator2D getTextureTransform(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureTransform Texture Transform}' reference. * * * @param value the new value of the 'Texture Transform' reference. * @see #isSetTextureTransform() * @see #unsetTextureTransform() * @see #getTextureTransform() * @generated */ void setTextureTransform(IfcCartesianTransformationOperator2D value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureTransform Texture Transform}' reference. * * * @see #isSetTextureTransform() * @see #getTextureTransform() * @see #setTextureTransform(IfcCartesianTransformationOperator2D) * @generated */ void unsetTextureTransform(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureTransform Texture Transform}' reference is set. * * * @return whether the value of the 'Texture Transform' reference is set. * @see #unsetTextureTransform() * @see #getTextureTransform() * @see #setTextureTransform(IfcCartesianTransformationOperator2D) * @generated */ boolean isSetTextureTransform(); } // IfcSurfaceTexture




© 2015 - 2025 Weber Informatics LLC | Privacy Policy