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

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

/**
 * 
 * A representation of the model object 'Ifc Light Source Spot'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getOrientation Orientation}
  • *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponent Concentration Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponentAsString Concentration Exponent As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getSpreadAngle Spread Angle}
  • *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getSpreadAngleAsString Spread Angle As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getBeamWidthAngle Beam Width Angle}
  • *
  • {@link org.bimserver.models.ifc4.IfcLightSourceSpot#getBeamWidthAngleAsString Beam Width Angle As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot() * @model * @generated */ public interface IfcLightSourceSpot extends IfcLightSourcePositional { /** * Returns the value of the 'Orientation' reference. * *

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

* * @return the value of the 'Orientation' reference. * @see #setOrientation(IfcDirection) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_Orientation() * @model * @generated */ IfcDirection getOrientation(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getOrientation Orientation}' reference. * * * @param value the new value of the 'Orientation' reference. * @see #getOrientation() * @generated */ void setOrientation(IfcDirection value); /** * Returns the value of the 'Concentration Exponent' attribute. * *

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

* * @return the value of the 'Concentration Exponent' attribute. * @see #isSetConcentrationExponent() * @see #unsetConcentrationExponent() * @see #setConcentrationExponent(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_ConcentrationExponent() * @model unsettable="true" * @generated */ double getConcentrationExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponent Concentration Exponent}' attribute. * * * @param value the new value of the 'Concentration Exponent' attribute. * @see #isSetConcentrationExponent() * @see #unsetConcentrationExponent() * @see #getConcentrationExponent() * @generated */ void setConcentrationExponent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponent Concentration Exponent}' attribute. * * * @see #isSetConcentrationExponent() * @see #getConcentrationExponent() * @see #setConcentrationExponent(double) * @generated */ void unsetConcentrationExponent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponent Concentration Exponent}' attribute is set. * * * @return whether the value of the 'Concentration Exponent' attribute is set. * @see #unsetConcentrationExponent() * @see #getConcentrationExponent() * @see #setConcentrationExponent(double) * @generated */ boolean isSetConcentrationExponent(); /** * Returns the value of the 'Concentration Exponent As String' attribute. * *

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

* * @return the value of the 'Concentration Exponent As String' attribute. * @see #isSetConcentrationExponentAsString() * @see #unsetConcentrationExponentAsString() * @see #setConcentrationExponentAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_ConcentrationExponentAsString() * @model unsettable="true" * @generated */ String getConcentrationExponentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponentAsString Concentration Exponent As String}' attribute. * * * @param value the new value of the 'Concentration Exponent As String' attribute. * @see #isSetConcentrationExponentAsString() * @see #unsetConcentrationExponentAsString() * @see #getConcentrationExponentAsString() * @generated */ void setConcentrationExponentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponentAsString Concentration Exponent As String}' attribute. * * * @see #isSetConcentrationExponentAsString() * @see #getConcentrationExponentAsString() * @see #setConcentrationExponentAsString(String) * @generated */ void unsetConcentrationExponentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getConcentrationExponentAsString Concentration Exponent As String}' attribute is set. * * * @return whether the value of the 'Concentration Exponent As String' attribute is set. * @see #unsetConcentrationExponentAsString() * @see #getConcentrationExponentAsString() * @see #setConcentrationExponentAsString(String) * @generated */ boolean isSetConcentrationExponentAsString(); /** * Returns the value of the 'Spread Angle' attribute. * *

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

* * @return the value of the 'Spread Angle' attribute. * @see #setSpreadAngle(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_SpreadAngle() * @model * @generated */ double getSpreadAngle(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getSpreadAngle Spread Angle}' attribute. * * * @param value the new value of the 'Spread Angle' attribute. * @see #getSpreadAngle() * @generated */ void setSpreadAngle(double value); /** * Returns the value of the 'Spread Angle As String' attribute. * *

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

* * @return the value of the 'Spread Angle As String' attribute. * @see #setSpreadAngleAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_SpreadAngleAsString() * @model * @generated */ String getSpreadAngleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getSpreadAngleAsString Spread Angle As String}' attribute. * * * @param value the new value of the 'Spread Angle As String' attribute. * @see #getSpreadAngleAsString() * @generated */ void setSpreadAngleAsString(String value); /** * Returns the value of the 'Beam Width Angle' attribute. * *

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

* * @return the value of the 'Beam Width Angle' attribute. * @see #setBeamWidthAngle(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_BeamWidthAngle() * @model * @generated */ double getBeamWidthAngle(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getBeamWidthAngle Beam Width Angle}' attribute. * * * @param value the new value of the 'Beam Width Angle' attribute. * @see #getBeamWidthAngle() * @generated */ void setBeamWidthAngle(double value); /** * Returns the value of the 'Beam Width Angle As String' attribute. * *

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

* * @return the value of the 'Beam Width Angle As String' attribute. * @see #setBeamWidthAngleAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLightSourceSpot_BeamWidthAngleAsString() * @model * @generated */ String getBeamWidthAngleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLightSourceSpot#getBeamWidthAngleAsString Beam Width Angle As String}' attribute. * * * @param value the new value of the 'Beam Width Angle As String' attribute. * @see #getBeamWidthAngleAsString() * @generated */ void setBeamWidthAngleAsString(String value); } // IfcLightSourceSpot




© 2015 - 2024 Weber Informatics LLC | Privacy Policy