
org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl 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.IfcZShapeProfileDef;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc ZShape Profile Def'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getDepth Depth}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getDepthAsString Depth As String}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getFlangeWidth Flange Width}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getFlangeWidthAsString Flange Width As String}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getWebThickness Web Thickness}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getWebThicknessAsString Web Thickness As String}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getFlangeThickness Flange Thickness}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getFlangeThicknessAsString Flange Thickness As String}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getFilletRadius Fillet Radius}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getFilletRadiusAsString Fillet Radius As String}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getEdgeRadius Edge Radius}
* - {@link org.bimserver.models.ifc4.impl.IfcZShapeProfileDefImpl#getEdgeRadiusAsString Edge Radius As String}
*
*
* @generated
*/
public class IfcZShapeProfileDefImpl extends IfcParameterizedProfileDefImpl implements IfcZShapeProfileDef {
/**
*
*
* @generated
*/
protected IfcZShapeProfileDefImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF;
}
/**
*
*
* @generated
*/
public double getDepth() {
return (Double) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__DEPTH, true);
}
/**
*
*
* @generated
*/
public void setDepth(double newDepth) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__DEPTH, newDepth);
}
/**
*
*
* @generated
*/
public String getDepthAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__DEPTH_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setDepthAsString(String newDepthAsString) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__DEPTH_AS_STRING, newDepthAsString);
}
/**
*
*
* @generated
*/
public double getFlangeWidth() {
return (Double) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH, true);
}
/**
*
*
* @generated
*/
public void setFlangeWidth(double newFlangeWidth) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH, newFlangeWidth);
}
/**
*
*
* @generated
*/
public String getFlangeWidthAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setFlangeWidthAsString(String newFlangeWidthAsString) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING, newFlangeWidthAsString);
}
/**
*
*
* @generated
*/
public double getWebThickness() {
return (Double) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS, true);
}
/**
*
*
* @generated
*/
public void setWebThickness(double newWebThickness) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS, newWebThickness);
}
/**
*
*
* @generated
*/
public String getWebThicknessAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setWebThicknessAsString(String newWebThicknessAsString) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING, newWebThicknessAsString);
}
/**
*
*
* @generated
*/
public double getFlangeThickness() {
return (Double) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS, true);
}
/**
*
*
* @generated
*/
public void setFlangeThickness(double newFlangeThickness) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS, newFlangeThickness);
}
/**
*
*
* @generated
*/
public String getFlangeThicknessAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setFlangeThicknessAsString(String newFlangeThicknessAsString) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING, newFlangeThicknessAsString);
}
/**
*
*
* @generated
*/
public double getFilletRadius() {
return (Double) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS, true);
}
/**
*
*
* @generated
*/
public void setFilletRadius(double newFilletRadius) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS, newFilletRadius);
}
/**
*
*
* @generated
*/
public void unsetFilletRadius() {
eUnset(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS);
}
/**
*
*
* @generated
*/
public boolean isSetFilletRadius() {
return eIsSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS);
}
/**
*
*
* @generated
*/
public String getFilletRadiusAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setFilletRadiusAsString(String newFilletRadiusAsString) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING, newFilletRadiusAsString);
}
/**
*
*
* @generated
*/
public void unsetFilletRadiusAsString() {
eUnset(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetFilletRadiusAsString() {
return eIsSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING);
}
/**
*
*
* @generated
*/
public double getEdgeRadius() {
return (Double) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS, true);
}
/**
*
*
* @generated
*/
public void setEdgeRadius(double newEdgeRadius) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS, newEdgeRadius);
}
/**
*
*
* @generated
*/
public void unsetEdgeRadius() {
eUnset(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS);
}
/**
*
*
* @generated
*/
public boolean isSetEdgeRadius() {
return eIsSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS);
}
/**
*
*
* @generated
*/
public String getEdgeRadiusAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setEdgeRadiusAsString(String newEdgeRadiusAsString) {
eSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING, newEdgeRadiusAsString);
}
/**
*
*
* @generated
*/
public void unsetEdgeRadiusAsString() {
eUnset(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetEdgeRadiusAsString() {
return eIsSet(Ifc4Package.Literals.IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING);
}
} //IfcZShapeProfileDefImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy