
org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl 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.IfcShapeAspect;
import org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Structural Surface Member Varying'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl#getSubsequentThickness Subsequent Thickness}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl#getSubsequentThicknessAsString Subsequent Thickness As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl#getVaryingThicknessLocation Varying Thickness Location}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl#getVaryingThickness Varying Thickness}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl#getVaryingThicknessAsString Varying Thickness As String}
*
*
* @generated
*/
public class IfcStructuralSurfaceMemberVaryingImpl extends IfcStructuralSurfaceMemberImpl
implements IfcStructuralSurfaceMemberVarying {
/**
*
*
* @generated
*/
protected IfcStructuralSurfaceMemberVaryingImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING;
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getSubsequentThickness() {
return (EList) eGet(
Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__SUBSEQUENT_THICKNESS, true);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getSubsequentThicknessAsString() {
return (EList) eGet(
Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__SUBSEQUENT_THICKNESS_AS_STRING, true);
}
/**
*
*
* @generated
*/
public IfcShapeAspect getVaryingThicknessLocation() {
return (IfcShapeAspect) eGet(
Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_LOCATION, true);
}
/**
*
*
* @generated
*/
public void setVaryingThicknessLocation(IfcShapeAspect newVaryingThicknessLocation) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_LOCATION,
newVaryingThicknessLocation);
}
/**
*
*
* @generated
*/
public double getVaryingThickness() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS, true);
}
/**
*
*
* @generated
*/
public void setVaryingThickness(double newVaryingThickness) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS, newVaryingThickness);
}
/**
*
*
* @generated
*/
public void unsetVaryingThickness() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS);
}
/**
*
*
* @generated
*/
public boolean isSetVaryingThickness() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS);
}
/**
*
*
* @generated
*/
public String getVaryingThicknessAsString() {
return (String) eGet(
Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setVaryingThicknessAsString(String newVaryingThicknessAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_AS_STRING,
newVaryingThicknessAsString);
}
/**
*
*
* @generated
*/
public void unsetVaryingThicknessAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetVaryingThicknessAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_AS_STRING);
}
} //IfcStructuralSurfaceMemberVaryingImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy