
org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl 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
/**
* 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.IfcStructuralLoadTemperature;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Structural Load Temperature'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl#getDeltaT_Constant Delta TConstant}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl#getDeltaT_ConstantAsString Delta TConstant As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl#getDeltaT_Y Delta TY}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl#getDeltaT_YAsString Delta TYAs String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl#getDeltaT_Z Delta TZ}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl#getDeltaT_ZAsString Delta TZAs String}
*
*
* @generated
*/
public class IfcStructuralLoadTemperatureImpl extends IfcStructuralLoadStaticImpl
implements IfcStructuralLoadTemperature {
/**
*
*
* @generated
*/
protected IfcStructuralLoadTemperatureImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE;
}
/**
*
*
* @generated
*/
public double getDeltaT_Constant() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT, true);
}
/**
*
*
* @generated
*/
public void setDeltaT_Constant(double newDeltaT_Constant) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT, newDeltaT_Constant);
}
/**
*
*
* @generated
*/
public void unsetDeltaT_Constant() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaT_Constant() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT);
}
/**
*
*
* @generated
*/
public String getDeltaT_ConstantAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING,
true);
}
/**
*
*
* @generated
*/
public void setDeltaT_ConstantAsString(String newDeltaT_ConstantAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING,
newDeltaT_ConstantAsString);
}
/**
*
*
* @generated
*/
public void unsetDeltaT_ConstantAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaT_ConstantAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING);
}
/**
*
*
* @generated
*/
public double getDeltaT_Y() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY, true);
}
/**
*
*
* @generated
*/
public void setDeltaT_Y(double newDeltaT_Y) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY, newDeltaT_Y);
}
/**
*
*
* @generated
*/
public void unsetDeltaT_Y() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaT_Y() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY);
}
/**
*
*
* @generated
*/
public String getDeltaT_YAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TYAS_STRING, true);
}
/**
*
*
* @generated
*/
public void setDeltaT_YAsString(String newDeltaT_YAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TYAS_STRING, newDeltaT_YAsString);
}
/**
*
*
* @generated
*/
public void unsetDeltaT_YAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TYAS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaT_YAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TYAS_STRING);
}
/**
*
*
* @generated
*/
public double getDeltaT_Z() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ, true);
}
/**
*
*
* @generated
*/
public void setDeltaT_Z(double newDeltaT_Z) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ, newDeltaT_Z);
}
/**
*
*
* @generated
*/
public void unsetDeltaT_Z() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaT_Z() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ);
}
/**
*
*
* @generated
*/
public String getDeltaT_ZAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZAS_STRING, true);
}
/**
*
*
* @generated
*/
public void setDeltaT_ZAsString(String newDeltaT_ZAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZAS_STRING, newDeltaT_ZAsString);
}
/**
*
*
* @generated
*/
public void unsetDeltaT_ZAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZAS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaT_ZAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZAS_STRING);
}
} //IfcStructuralLoadTemperatureImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy