All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl Maven / Gradle / Ivy

/**
 * 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.IfcUShapeProfileDef;
import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Ifc UShape Profile Def'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getDepth Depth}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getDepthAsString Depth As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFlangeWidth Flange Width}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFlangeWidthAsString Flange Width As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getWebThickness Web Thickness}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getWebThicknessAsString Web Thickness As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFlangeThickness Flange Thickness}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFlangeThicknessAsString Flange Thickness As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFilletRadius Fillet Radius}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFilletRadiusAsString Fillet Radius As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getEdgeRadius Edge Radius}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getEdgeRadiusAsString Edge Radius As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFlangeSlope Flange Slope}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcUShapeProfileDefImpl#getFlangeSlopeAsString Flange Slope As String}
  • *
* * @generated */ public class IfcUShapeProfileDefImpl extends IfcParameterizedProfileDefImpl implements IfcUShapeProfileDef { /** * * * @generated */ protected IfcUShapeProfileDefImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF; } /** * * * @generated */ public double getDepth() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__DEPTH, true); } /** * * * @generated */ public void setDepth(double newDepth) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__DEPTH, newDepth); } /** * * * @generated */ public String getDepthAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__DEPTH_AS_STRING, true); } /** * * * @generated */ public void setDepthAsString(String newDepthAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__DEPTH_AS_STRING, newDepthAsString); } /** * * * @generated */ public double getFlangeWidth() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH, true); } /** * * * @generated */ public void setFlangeWidth(double newFlangeWidth) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH, newFlangeWidth); } /** * * * @generated */ public String getFlangeWidthAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING, true); } /** * * * @generated */ public void setFlangeWidthAsString(String newFlangeWidthAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING, newFlangeWidthAsString); } /** * * * @generated */ public double getWebThickness() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS, true); } /** * * * @generated */ public void setWebThickness(double newWebThickness) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS, newWebThickness); } /** * * * @generated */ public String getWebThicknessAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING, true); } /** * * * @generated */ public void setWebThicknessAsString(String newWebThicknessAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING, newWebThicknessAsString); } /** * * * @generated */ public double getFlangeThickness() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS, true); } /** * * * @generated */ public void setFlangeThickness(double newFlangeThickness) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS, newFlangeThickness); } /** * * * @generated */ public String getFlangeThicknessAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING, true); } /** * * * @generated */ public void setFlangeThicknessAsString(String newFlangeThicknessAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING, newFlangeThicknessAsString); } /** * * * @generated */ public double getFilletRadius() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS, true); } /** * * * @generated */ public void setFilletRadius(double newFilletRadius) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS, newFilletRadius); } /** * * * @generated */ public void unsetFilletRadius() { eUnset(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS); } /** * * * @generated */ public boolean isSetFilletRadius() { return eIsSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS); } /** * * * @generated */ public String getFilletRadiusAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING, true); } /** * * * @generated */ public void setFilletRadiusAsString(String newFilletRadiusAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING, newFilletRadiusAsString); } /** * * * @generated */ public void unsetFilletRadiusAsString() { eUnset(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING); } /** * * * @generated */ public boolean isSetFilletRadiusAsString() { return eIsSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING); } /** * * * @generated */ public double getEdgeRadius() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS, true); } /** * * * @generated */ public void setEdgeRadius(double newEdgeRadius) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS, newEdgeRadius); } /** * * * @generated */ public void unsetEdgeRadius() { eUnset(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS); } /** * * * @generated */ public boolean isSetEdgeRadius() { return eIsSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS); } /** * * * @generated */ public String getEdgeRadiusAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING, true); } /** * * * @generated */ public void setEdgeRadiusAsString(String newEdgeRadiusAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING, newEdgeRadiusAsString); } /** * * * @generated */ public void unsetEdgeRadiusAsString() { eUnset(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING); } /** * * * @generated */ public boolean isSetEdgeRadiusAsString() { return eIsSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING); } /** * * * @generated */ public double getFlangeSlope() { return (Double) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE, true); } /** * * * @generated */ public void setFlangeSlope(double newFlangeSlope) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE, newFlangeSlope); } /** * * * @generated */ public void unsetFlangeSlope() { eUnset(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE); } /** * * * @generated */ public boolean isSetFlangeSlope() { return eIsSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE); } /** * * * @generated */ public String getFlangeSlopeAsString() { return (String) eGet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING, true); } /** * * * @generated */ public void setFlangeSlopeAsString(String newFlangeSlopeAsString) { eSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING, newFlangeSlopeAsString); } /** * * * @generated */ public void unsetFlangeSlopeAsString() { eUnset(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING); } /** * * * @generated */ public boolean isSetFlangeSlopeAsString() { return eIsSet(Ifc4Package.Literals.IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING); } } //IfcUShapeProfileDefImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy