
org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl 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.emf.IdEObjectImpl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcLightDistributionData;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Light Distribution Data'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl#getMainPlaneAngle Main Plane Angle}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl#getMainPlaneAngleAsString Main Plane Angle As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl#getSecondaryPlaneAngle Secondary Plane Angle}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl#getSecondaryPlaneAngleAsString Secondary Plane Angle As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl#getLuminousIntensity Luminous Intensity}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl#getLuminousIntensityAsString Luminous Intensity As String}
*
*
* @generated
*/
public class IfcLightDistributionDataImpl extends IdEObjectImpl implements IfcLightDistributionData {
/**
*
*
* @generated
*/
protected IfcLightDistributionDataImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA;
}
/**
*
*
* @generated
*/
@Override
protected int eStaticFeatureCount() {
return 0;
}
/**
*
*
* @generated
*/
public double getMainPlaneAngle() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE, true);
}
/**
*
*
* @generated
*/
public void setMainPlaneAngle(double newMainPlaneAngle) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE, newMainPlaneAngle);
}
/**
*
*
* @generated
*/
public String getMainPlaneAngleAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setMainPlaneAngleAsString(String newMainPlaneAngleAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE_AS_STRING,
newMainPlaneAngleAsString);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getSecondaryPlaneAngle() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__SECONDARY_PLANE_ANGLE, true);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getSecondaryPlaneAngleAsString() {
return (EList) eGet(
Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__SECONDARY_PLANE_ANGLE_AS_STRING, true);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getLuminousIntensity() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__LUMINOUS_INTENSITY, true);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getLuminousIntensityAsString() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_LIGHT_DISTRIBUTION_DATA__LUMINOUS_INTENSITY_AS_STRING,
true);
}
} //IfcLightDistributionDataImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy