org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl 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.IfcDirection;
import org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Light Source Spot'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getOrientation Orientation}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getConcentrationExponent Concentration Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getConcentrationExponentAsString Concentration Exponent As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getSpreadAngle Spread Angle}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getSpreadAngleAsString Spread Angle As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getBeamWidthAngle Beam Width Angle}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl#getBeamWidthAngleAsString Beam Width Angle As String}
*
*
* @generated
*/
public class IfcLightSourceSpotImpl extends IfcLightSourcePositionalImpl implements IfcLightSourceSpot {
/**
*
*
* @generated
*/
protected IfcLightSourceSpotImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT;
}
/**
*
*
* @generated
*/
public IfcDirection getOrientation() {
return (IfcDirection) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__ORIENTATION, true);
}
/**
*
*
* @generated
*/
public void setOrientation(IfcDirection newOrientation) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__ORIENTATION, newOrientation);
}
/**
*
*
* @generated
*/
public double getConcentrationExponent() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setConcentrationExponent(double newConcentrationExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT, newConcentrationExponent);
}
/**
*
*
* @generated
*/
public void unsetConcentrationExponent() {
eUnset(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT);
}
/**
*
*
* @generated
*/
public boolean isSetConcentrationExponent() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT);
}
/**
*
*
* @generated
*/
public String getConcentrationExponentAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setConcentrationExponentAsString(String newConcentrationExponentAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT_AS_STRING,
newConcentrationExponentAsString);
}
/**
*
*
* @generated
*/
public void unsetConcentrationExponentAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetConcentrationExponentAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT_AS_STRING);
}
/**
*
*
* @generated
*/
public double getSpreadAngle() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE, true);
}
/**
*
*
* @generated
*/
public void setSpreadAngle(double newSpreadAngle) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE, newSpreadAngle);
}
/**
*
*
* @generated
*/
public String getSpreadAngleAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setSpreadAngleAsString(String newSpreadAngleAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE_AS_STRING, newSpreadAngleAsString);
}
/**
*
*
* @generated
*/
public double getBeamWidthAngle() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE, true);
}
/**
*
*
* @generated
*/
public void setBeamWidthAngle(double newBeamWidthAngle) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE, newBeamWidthAngle);
}
/**
*
*
* @generated
*/
public String getBeamWidthAngleAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setBeamWidthAngleAsString(String newBeamWidthAngleAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE_AS_STRING, newBeamWidthAngleAsString);
}
} //IfcLightSourceSpotImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy