org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
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.impl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D;
import org.bimserver.models.ifc2x3tc1.IfcColourRgb;
import org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect;
import org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum;
import org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getPosition Position}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getColourAppearance Colour Appearance}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getColourTemperature Colour Temperature}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getColourTemperatureAsString Colour Temperature As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getLuminousFlux Luminous Flux}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getLuminousFluxAsString Luminous Flux As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl#getLightEmissionSource Light Emission Source}
* - {@link org.bimserver.models.ifc2x3tc1.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 Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC;
}
/**
*
*
* @generated
*/
public IfcAxis2Placement3D getPosition() {
return (IfcAxis2Placement3D) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__POSITION, true);
}
/**
*
*
* @generated
*/
public void setPosition(IfcAxis2Placement3D newPosition) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__POSITION, newPosition);
}
/**
*
*
* @generated
*/
public IfcColourRgb getColourAppearance() {
return (IfcColourRgb) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE, true);
}
/**
*
*
* @generated
*/
public void setColourAppearance(IfcColourRgb newColourAppearance) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE, newColourAppearance);
}
/**
*
*
* @generated
*/
public void unsetColourAppearance() {
eUnset(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE);
}
/**
*
*
* @generated
*/
public boolean isSetColourAppearance() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE);
}
/**
*
*
* @generated
*/
public double getColourTemperature() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE, true);
}
/**
*
*
* @generated
*/
public void setColourTemperature(double newColourTemperature) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE, newColourTemperature);
}
/**
*
*
* @generated
*/
public String getColourTemperatureAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE_AS_STRING,
true);
}
/**
*
*
* @generated
*/
public void setColourTemperatureAsString(String newColourTemperatureAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE_AS_STRING,
newColourTemperatureAsString);
}
/**
*
*
* @generated
*/
public double getLuminousFlux() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX, true);
}
/**
*
*
* @generated
*/
public void setLuminousFlux(double newLuminousFlux) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX, newLuminousFlux);
}
/**
*
*
* @generated
*/
public String getLuminousFluxAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setLuminousFluxAsString(String newLuminousFluxAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX_AS_STRING, newLuminousFluxAsString);
}
/**
*
*
* @generated
*/
public IfcLightEmissionSourceEnum getLightEmissionSource() {
return (IfcLightEmissionSourceEnum) eGet(
Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_EMISSION_SOURCE, true);
}
/**
*
*
* @generated
*/
public void setLightEmissionSource(IfcLightEmissionSourceEnum newLightEmissionSource) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_EMISSION_SOURCE, newLightEmissionSource);
}
/**
*
*
* @generated
*/
public IfcLightDistributionDataSourceSelect getLightDistributionDataSource() {
return (IfcLightDistributionDataSourceSelect) eGet(
Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_DISTRIBUTION_DATA_SOURCE, true);
}
/**
*
*
* @generated
*/
public void setLightDistributionDataSource(IfcLightDistributionDataSourceSelect newLightDistributionDataSource) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_DISTRIBUTION_DATA_SOURCE,
newLightDistributionDataSource);
}
} //IfcLightSourceGoniometricImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy