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

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

import org.bimserver.models.ifc4.Ifc4Package;
import org.bimserver.models.ifc4.IfcAxis2Placement3D;
import org.bimserver.models.ifc4.IfcColourRgb;
import org.bimserver.models.ifc4.IfcLightDistributionDataSourceSelect;
import org.bimserver.models.ifc4.IfcLightEmissionSourceEnum;
import org.bimserver.models.ifc4.IfcLightSourceGoniometric;
import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Ifc Light Source Goniometric'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getPosition Position}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getColourAppearance Colour Appearance}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getColourTemperature Colour Temperature}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getColourTemperatureAsString Colour Temperature As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getLuminousFlux Luminous Flux}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getLuminousFluxAsString Luminous Flux As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getLightEmissionSource Light Emission Source}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcLightSourceGoniometricImpl#getLightDistributionDataSource Light Distribution Data Source}
  • *
* * @generated */ public class IfcLightSourceGoniometricImpl extends IfcLightSourceImpl implements IfcLightSourceGoniometric { /** * * * @generated */ protected IfcLightSourceGoniometricImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC; } /** * * * @generated */ public IfcAxis2Placement3D getPosition() { return (IfcAxis2Placement3D) eGet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__POSITION, true); } /** * * * @generated */ public void setPosition(IfcAxis2Placement3D newPosition) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__POSITION, newPosition); } /** * * * @generated */ public IfcColourRgb getColourAppearance() { return (IfcColourRgb) eGet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE, true); } /** * * * @generated */ public void setColourAppearance(IfcColourRgb newColourAppearance) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE, newColourAppearance); } /** * * * @generated */ public void unsetColourAppearance() { eUnset(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE); } /** * * * @generated */ public boolean isSetColourAppearance() { return eIsSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE); } /** * * * @generated */ public double getColourTemperature() { return (Double) eGet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE, true); } /** * * * @generated */ public void setColourTemperature(double newColourTemperature) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE, newColourTemperature); } /** * * * @generated */ public String getColourTemperatureAsString() { return (String) eGet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE_AS_STRING, true); } /** * * * @generated */ public void setColourTemperatureAsString(String newColourTemperatureAsString) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE_AS_STRING, newColourTemperatureAsString); } /** * * * @generated */ public double getLuminousFlux() { return (Double) eGet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX, true); } /** * * * @generated */ public void setLuminousFlux(double newLuminousFlux) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX, newLuminousFlux); } /** * * * @generated */ public String getLuminousFluxAsString() { return (String) eGet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX_AS_STRING, true); } /** * * * @generated */ public void setLuminousFluxAsString(String newLuminousFluxAsString) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX_AS_STRING, newLuminousFluxAsString); } /** * * * @generated */ public IfcLightEmissionSourceEnum getLightEmissionSource() { return (IfcLightEmissionSourceEnum) eGet( Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_EMISSION_SOURCE, true); } /** * * * @generated */ public void setLightEmissionSource(IfcLightEmissionSourceEnum newLightEmissionSource) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_EMISSION_SOURCE, newLightEmissionSource); } /** * * * @generated */ public IfcLightDistributionDataSourceSelect getLightDistributionDataSource() { return (IfcLightDistributionDataSourceSelect) eGet( Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_DISTRIBUTION_DATA_SOURCE, true); } /** * * * @generated */ public void setLightDistributionDataSource(IfcLightDistributionDataSourceSelect newLightDistributionDataSource) { eSet(Ifc4Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_DISTRIBUTION_DATA_SOURCE, newLightDistributionDataSource); } } //IfcLightSourceGoniometricImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy