org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl 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.IfcDimensionalExponents;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Dimensional Exponents'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getLengthExponent Length Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getMassExponent Mass Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getTimeExponent Time Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getElectricCurrentExponent Electric Current Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getThermodynamicTemperatureExponent Thermodynamic Temperature Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getAmountOfSubstanceExponent Amount Of Substance Exponent}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl#getLuminousIntensityExponent Luminous Intensity Exponent}
*
*
* @generated
*/
public class IfcDimensionalExponentsImpl extends IdEObjectImpl implements IfcDimensionalExponents {
/**
*
*
* @generated
*/
protected IfcDimensionalExponentsImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS;
}
/**
*
*
* @generated
*/
@Override
protected int eStaticFeatureCount() {
return 0;
}
/**
*
*
* @generated
*/
public int getLengthExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__LENGTH_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setLengthExponent(int newLengthExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__LENGTH_EXPONENT, newLengthExponent);
}
/**
*
*
* @generated
*/
public int getMassExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__MASS_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setMassExponent(int newMassExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__MASS_EXPONENT, newMassExponent);
}
/**
*
*
* @generated
*/
public int getTimeExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__TIME_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setTimeExponent(int newTimeExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__TIME_EXPONENT, newTimeExponent);
}
/**
*
*
* @generated
*/
public int getElectricCurrentExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__ELECTRIC_CURRENT_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setElectricCurrentExponent(int newElectricCurrentExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__ELECTRIC_CURRENT_EXPONENT,
newElectricCurrentExponent);
}
/**
*
*
* @generated
*/
public int getThermodynamicTemperatureExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__THERMODYNAMIC_TEMPERATURE_EXPONENT,
true);
}
/**
*
*
* @generated
*/
public void setThermodynamicTemperatureExponent(int newThermodynamicTemperatureExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__THERMODYNAMIC_TEMPERATURE_EXPONENT,
newThermodynamicTemperatureExponent);
}
/**
*
*
* @generated
*/
public int getAmountOfSubstanceExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__AMOUNT_OF_SUBSTANCE_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setAmountOfSubstanceExponent(int newAmountOfSubstanceExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__AMOUNT_OF_SUBSTANCE_EXPONENT,
newAmountOfSubstanceExponent);
}
/**
*
*
* @generated
*/
public int getLuminousIntensityExponent() {
return (Integer) eGet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__LUMINOUS_INTENSITY_EXPONENT, true);
}
/**
*
*
* @generated
*/
public void setLuminousIntensityExponent(int newLuminousIntensityExponent) {
eSet(Ifc2x3tc1Package.Literals.IFC_DIMENSIONAL_EXPONENTS__LUMINOUS_INTENSITY_EXPONENT,
newLuminousIntensityExponent);
}
} //IfcDimensionalExponentsImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy