org.bimserver.models.ifc2x3tc1.IfcLightDistributionData Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* 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;
import org.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Light Distribution Data'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngle Main Plane Angle}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngleAsString Main Plane Angle As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getSecondaryPlaneAngle Secondary Plane Angle}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getSecondaryPlaneAngleAsString Secondary Plane Angle As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getLuminousIntensity Luminous Intensity}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getLuminousIntensityAsString Luminous Intensity As String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData()
* @model
* @extends IdEObject
* @generated
*/
public interface IfcLightDistributionData extends IdEObject {
/**
* Returns the value of the 'Main Plane Angle' attribute.
*
*
* If the meaning of the 'Main Plane Angle' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Main Plane Angle' attribute.
* @see #setMainPlaneAngle(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData_MainPlaneAngle()
* @model
* @generated
*/
double getMainPlaneAngle();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngle Main Plane Angle}' attribute.
*
*
* @param value the new value of the 'Main Plane Angle' attribute.
* @see #getMainPlaneAngle()
* @generated
*/
void setMainPlaneAngle(double value);
/**
* Returns the value of the 'Main Plane Angle As String' attribute.
*
*
* If the meaning of the 'Main Plane Angle As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Main Plane Angle As String' attribute.
* @see #setMainPlaneAngleAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData_MainPlaneAngleAsString()
* @model
* @generated
*/
String getMainPlaneAngleAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngleAsString Main Plane Angle As String}' attribute.
*
*
* @param value the new value of the 'Main Plane Angle As String' attribute.
* @see #getMainPlaneAngleAsString()
* @generated
*/
void setMainPlaneAngleAsString(String value);
/**
* Returns the value of the 'Secondary Plane Angle' attribute list.
* The list contents are of type {@link java.lang.Double}.
*
*
* If the meaning of the 'Secondary Plane Angle' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Secondary Plane Angle' attribute list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData_SecondaryPlaneAngle()
* @model unique="false"
* @generated
*/
EList getSecondaryPlaneAngle();
/**
* Returns the value of the 'Secondary Plane Angle As String' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Secondary Plane Angle As String' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Secondary Plane Angle As String' attribute list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData_SecondaryPlaneAngleAsString()
* @model unique="false"
* @generated
*/
EList getSecondaryPlaneAngleAsString();
/**
* Returns the value of the 'Luminous Intensity' attribute list.
* The list contents are of type {@link java.lang.Double}.
*
*
* If the meaning of the 'Luminous Intensity' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Luminous Intensity' attribute list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData_LuminousIntensity()
* @model unique="false"
* @generated
*/
EList getLuminousIntensity();
/**
* Returns the value of the 'Luminous Intensity As String' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Luminous Intensity As String' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Luminous Intensity As String' attribute list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLightDistributionData_LuminousIntensityAsString()
* @model unique="false"
* @generated
*/
EList getLuminousIntensityAsString();
} // IfcLightDistributionData