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

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

import org.bimserver.emf.IdEObject;

/**
 * 
 * A representation of the model object 'Ifc Dimensional Exponents'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getLengthExponent Length Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getMassExponent Mass Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getTimeExponent Time Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getElectricCurrentExponent Electric Current Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getThermodynamicTemperatureExponent Thermodynamic Temperature Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getAmountOfSubstanceExponent Amount Of Substance Exponent}
  • *
  • {@link org.bimserver.models.ifc4.IfcDimensionalExponents#getLuminousIntensityExponent Luminous Intensity Exponent}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents() * @model * @extends IdEObject * @generated */ public interface IfcDimensionalExponents extends IdEObject { /** * Returns the value of the 'Length Exponent' attribute. * *

* If the meaning of the 'Length Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Length Exponent' attribute. * @see #setLengthExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_LengthExponent() * @model * @generated */ int getLengthExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getLengthExponent Length Exponent}' attribute. * * * @param value the new value of the 'Length Exponent' attribute. * @see #getLengthExponent() * @generated */ void setLengthExponent(int value); /** * Returns the value of the 'Mass Exponent' attribute. * *

* If the meaning of the 'Mass Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Mass Exponent' attribute. * @see #setMassExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_MassExponent() * @model * @generated */ int getMassExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getMassExponent Mass Exponent}' attribute. * * * @param value the new value of the 'Mass Exponent' attribute. * @see #getMassExponent() * @generated */ void setMassExponent(int value); /** * Returns the value of the 'Time Exponent' attribute. * *

* If the meaning of the 'Time Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Time Exponent' attribute. * @see #setTimeExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_TimeExponent() * @model * @generated */ int getTimeExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getTimeExponent Time Exponent}' attribute. * * * @param value the new value of the 'Time Exponent' attribute. * @see #getTimeExponent() * @generated */ void setTimeExponent(int value); /** * Returns the value of the 'Electric Current Exponent' attribute. * *

* If the meaning of the 'Electric Current Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Electric Current Exponent' attribute. * @see #setElectricCurrentExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_ElectricCurrentExponent() * @model * @generated */ int getElectricCurrentExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getElectricCurrentExponent Electric Current Exponent}' attribute. * * * @param value the new value of the 'Electric Current Exponent' attribute. * @see #getElectricCurrentExponent() * @generated */ void setElectricCurrentExponent(int value); /** * Returns the value of the 'Thermodynamic Temperature Exponent' attribute. * *

* If the meaning of the 'Thermodynamic Temperature Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Thermodynamic Temperature Exponent' attribute. * @see #setThermodynamicTemperatureExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_ThermodynamicTemperatureExponent() * @model * @generated */ int getThermodynamicTemperatureExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getThermodynamicTemperatureExponent Thermodynamic Temperature Exponent}' attribute. * * * @param value the new value of the 'Thermodynamic Temperature Exponent' attribute. * @see #getThermodynamicTemperatureExponent() * @generated */ void setThermodynamicTemperatureExponent(int value); /** * Returns the value of the 'Amount Of Substance Exponent' attribute. * *

* If the meaning of the 'Amount Of Substance Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Amount Of Substance Exponent' attribute. * @see #setAmountOfSubstanceExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_AmountOfSubstanceExponent() * @model * @generated */ int getAmountOfSubstanceExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getAmountOfSubstanceExponent Amount Of Substance Exponent}' attribute. * * * @param value the new value of the 'Amount Of Substance Exponent' attribute. * @see #getAmountOfSubstanceExponent() * @generated */ void setAmountOfSubstanceExponent(int value); /** * Returns the value of the 'Luminous Intensity Exponent' attribute. * *

* If the meaning of the 'Luminous Intensity Exponent' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Luminous Intensity Exponent' attribute. * @see #setLuminousIntensityExponent(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcDimensionalExponents_LuminousIntensityExponent() * @model * @generated */ int getLuminousIntensityExponent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcDimensionalExponents#getLuminousIntensityExponent Luminous Intensity Exponent}' attribute. * * * @param value the new value of the 'Luminous Intensity Exponent' attribute. * @see #getLuminousIntensityExponent() * @generated */ void setLuminousIntensityExponent(int value); } // IfcDimensionalExponents




© 2015 - 2025 Weber Informatics LLC | Privacy Policy