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

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

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

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndex Refraction Index}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndexAsString Refraction Index As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactor Dispersion Factor}
  • *
  • {@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactorAsString Dispersion Factor As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceStyleRefraction() * @model * @generated */ public interface IfcSurfaceStyleRefraction extends IfcPresentationItem, IfcSurfaceStyleElementSelect { /** * Returns the value of the 'Refraction Index' attribute. * *

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

* * @return the value of the 'Refraction Index' attribute. * @see #isSetRefractionIndex() * @see #unsetRefractionIndex() * @see #setRefractionIndex(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceStyleRefraction_RefractionIndex() * @model unsettable="true" * @generated */ double getRefractionIndex(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndex Refraction Index}' attribute. * * * @param value the new value of the 'Refraction Index' attribute. * @see #isSetRefractionIndex() * @see #unsetRefractionIndex() * @see #getRefractionIndex() * @generated */ void setRefractionIndex(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndex Refraction Index}' attribute. * * * @see #isSetRefractionIndex() * @see #getRefractionIndex() * @see #setRefractionIndex(double) * @generated */ void unsetRefractionIndex(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndex Refraction Index}' attribute is set. * * * @return whether the value of the 'Refraction Index' attribute is set. * @see #unsetRefractionIndex() * @see #getRefractionIndex() * @see #setRefractionIndex(double) * @generated */ boolean isSetRefractionIndex(); /** * Returns the value of the 'Refraction Index As String' attribute. * *

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

* * @return the value of the 'Refraction Index As String' attribute. * @see #isSetRefractionIndexAsString() * @see #unsetRefractionIndexAsString() * @see #setRefractionIndexAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceStyleRefraction_RefractionIndexAsString() * @model unsettable="true" * @generated */ String getRefractionIndexAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndexAsString Refraction Index As String}' attribute. * * * @param value the new value of the 'Refraction Index As String' attribute. * @see #isSetRefractionIndexAsString() * @see #unsetRefractionIndexAsString() * @see #getRefractionIndexAsString() * @generated */ void setRefractionIndexAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndexAsString Refraction Index As String}' attribute. * * * @see #isSetRefractionIndexAsString() * @see #getRefractionIndexAsString() * @see #setRefractionIndexAsString(String) * @generated */ void unsetRefractionIndexAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getRefractionIndexAsString Refraction Index As String}' attribute is set. * * * @return whether the value of the 'Refraction Index As String' attribute is set. * @see #unsetRefractionIndexAsString() * @see #getRefractionIndexAsString() * @see #setRefractionIndexAsString(String) * @generated */ boolean isSetRefractionIndexAsString(); /** * Returns the value of the 'Dispersion Factor' attribute. * *

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

* * @return the value of the 'Dispersion Factor' attribute. * @see #isSetDispersionFactor() * @see #unsetDispersionFactor() * @see #setDispersionFactor(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceStyleRefraction_DispersionFactor() * @model unsettable="true" * @generated */ double getDispersionFactor(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactor Dispersion Factor}' attribute. * * * @param value the new value of the 'Dispersion Factor' attribute. * @see #isSetDispersionFactor() * @see #unsetDispersionFactor() * @see #getDispersionFactor() * @generated */ void setDispersionFactor(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactor Dispersion Factor}' attribute. * * * @see #isSetDispersionFactor() * @see #getDispersionFactor() * @see #setDispersionFactor(double) * @generated */ void unsetDispersionFactor(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactor Dispersion Factor}' attribute is set. * * * @return whether the value of the 'Dispersion Factor' attribute is set. * @see #unsetDispersionFactor() * @see #getDispersionFactor() * @see #setDispersionFactor(double) * @generated */ boolean isSetDispersionFactor(); /** * Returns the value of the 'Dispersion Factor As String' attribute. * *

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

* * @return the value of the 'Dispersion Factor As String' attribute. * @see #isSetDispersionFactorAsString() * @see #unsetDispersionFactorAsString() * @see #setDispersionFactorAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcSurfaceStyleRefraction_DispersionFactorAsString() * @model unsettable="true" * @generated */ String getDispersionFactorAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactorAsString Dispersion Factor As String}' attribute. * * * @param value the new value of the 'Dispersion Factor As String' attribute. * @see #isSetDispersionFactorAsString() * @see #unsetDispersionFactorAsString() * @see #getDispersionFactorAsString() * @generated */ void setDispersionFactorAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactorAsString Dispersion Factor As String}' attribute. * * * @see #isSetDispersionFactorAsString() * @see #getDispersionFactorAsString() * @see #setDispersionFactorAsString(String) * @generated */ void unsetDispersionFactorAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcSurfaceStyleRefraction#getDispersionFactorAsString Dispersion Factor As String}' attribute is set. * * * @return whether the value of the 'Dispersion Factor As String' attribute is set. * @see #unsetDispersionFactorAsString() * @see #getDispersionFactorAsString() * @see #setDispersionFactorAsString(String) * @generated */ boolean isSetDispersionFactorAsString(); } // IfcSurfaceStyleRefraction




© 2015 - 2024 Weber Informatics LLC | Privacy Policy