
org.bimserver.models.ifc4.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
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.impl;
import org.bimserver.models.ifc4.Ifc4Package;
import org.bimserver.models.ifc4.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.ifc4.impl.IfcStructuralLoadTemperatureImpl#getDeltaTConstant Delta TConstant}
* - {@link org.bimserver.models.ifc4.impl.IfcStructuralLoadTemperatureImpl#getDeltaTConstantAsString Delta TConstant As String}
* - {@link org.bimserver.models.ifc4.impl.IfcStructuralLoadTemperatureImpl#getDeltaTY Delta TY}
* - {@link org.bimserver.models.ifc4.impl.IfcStructuralLoadTemperatureImpl#getDeltaTYAsString Delta TY As String}
* - {@link org.bimserver.models.ifc4.impl.IfcStructuralLoadTemperatureImpl#getDeltaTZ Delta TZ}
* - {@link org.bimserver.models.ifc4.impl.IfcStructuralLoadTemperatureImpl#getDeltaTZAsString Delta TZ As String}
*
*
* @generated
*/
public class IfcStructuralLoadTemperatureImpl extends IfcStructuralLoadStaticImpl
implements IfcStructuralLoadTemperature {
/**
*
*
* @generated
*/
protected IfcStructuralLoadTemperatureImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE;
}
/**
*
*
* @generated
*/
public double getDeltaTConstant() {
return (Double) eGet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT, true);
}
/**
*
*
* @generated
*/
public void setDeltaTConstant(double newDeltaTConstant) {
eSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT, newDeltaTConstant);
}
/**
*
*
* @generated
*/
public void unsetDeltaTConstant() {
eUnset(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaTConstant() {
return eIsSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT);
}
/**
*
*
* @generated
*/
public String getDeltaTConstantAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setDeltaTConstantAsString(String newDeltaTConstantAsString) {
eSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING,
newDeltaTConstantAsString);
}
/**
*
*
* @generated
*/
public void unsetDeltaTConstantAsString() {
eUnset(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaTConstantAsString() {
return eIsSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING);
}
/**
*
*
* @generated
*/
public double getDeltaTY() {
return (Double) eGet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY, true);
}
/**
*
*
* @generated
*/
public void setDeltaTY(double newDeltaTY) {
eSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY, newDeltaTY);
}
/**
*
*
* @generated
*/
public void unsetDeltaTY() {
eUnset(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaTY() {
return eIsSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY);
}
/**
*
*
* @generated
*/
public String getDeltaTYAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setDeltaTYAsString(String newDeltaTYAsString) {
eSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY_AS_STRING, newDeltaTYAsString);
}
/**
*
*
* @generated
*/
public void unsetDeltaTYAsString() {
eUnset(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaTYAsString() {
return eIsSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY_AS_STRING);
}
/**
*
*
* @generated
*/
public double getDeltaTZ() {
return (Double) eGet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ, true);
}
/**
*
*
* @generated
*/
public void setDeltaTZ(double newDeltaTZ) {
eSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ, newDeltaTZ);
}
/**
*
*
* @generated
*/
public void unsetDeltaTZ() {
eUnset(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaTZ() {
return eIsSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ);
}
/**
*
*
* @generated
*/
public String getDeltaTZAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setDeltaTZAsString(String newDeltaTZAsString) {
eSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ_AS_STRING, newDeltaTZAsString);
}
/**
*
*
* @generated
*/
public void unsetDeltaTZAsString() {
eUnset(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDeltaTZAsString() {
return eIsSet(Ifc4Package.Literals.IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ_AS_STRING);
}
} //IfcStructuralLoadTemperatureImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy