org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl 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.IfcMeasureValue;
import org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor;
import org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Service Life Factor'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl#getPredefinedType Predefined Type}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl#getUpperValue Upper Value}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl#getMostUsedValue Most Used Value}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl#getLowerValue Lower Value}
*
*
* @generated
*/
public class IfcServiceLifeFactorImpl extends IfcPropertySetDefinitionImpl implements IfcServiceLifeFactor {
/**
*
*
* @generated
*/
protected IfcServiceLifeFactorImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR;
}
/**
*
*
* @generated
*/
public IfcServiceLifeFactorTypeEnum getPredefinedType() {
return (IfcServiceLifeFactorTypeEnum) eGet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__PREDEFINED_TYPE,
true);
}
/**
*
*
* @generated
*/
public void setPredefinedType(IfcServiceLifeFactorTypeEnum newPredefinedType) {
eSet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__PREDEFINED_TYPE, newPredefinedType);
}
/**
*
*
* @generated
*/
public IfcMeasureValue getUpperValue() {
return (IfcMeasureValue) eGet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__UPPER_VALUE, true);
}
/**
*
*
* @generated
*/
public void setUpperValue(IfcMeasureValue newUpperValue) {
eSet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__UPPER_VALUE, newUpperValue);
}
/**
*
*
* @generated
*/
public void unsetUpperValue() {
eUnset(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__UPPER_VALUE);
}
/**
*
*
* @generated
*/
public boolean isSetUpperValue() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__UPPER_VALUE);
}
/**
*
*
* @generated
*/
public IfcMeasureValue getMostUsedValue() {
return (IfcMeasureValue) eGet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__MOST_USED_VALUE, true);
}
/**
*
*
* @generated
*/
public void setMostUsedValue(IfcMeasureValue newMostUsedValue) {
eSet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__MOST_USED_VALUE, newMostUsedValue);
}
/**
*
*
* @generated
*/
public IfcMeasureValue getLowerValue() {
return (IfcMeasureValue) eGet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__LOWER_VALUE, true);
}
/**
*
*
* @generated
*/
public void setLowerValue(IfcMeasureValue newLowerValue) {
eSet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__LOWER_VALUE, newLowerValue);
}
/**
*
*
* @generated
*/
public void unsetLowerValue() {
eUnset(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__LOWER_VALUE);
}
/**
*
*
* @generated
*/
public boolean isSetLowerValue() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_SERVICE_LIFE_FACTOR__LOWER_VALUE);
}
} //IfcServiceLifeFactorImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy