
org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl 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.IfcChamferEdgeFeature;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Chamfer Edge Feature'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl#getWidth Width}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl#getWidthAsString Width As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl#getHeight Height}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl#getHeightAsString Height As String}
*
*
* @generated
*/
public class IfcChamferEdgeFeatureImpl extends IfcEdgeFeatureImpl implements IfcChamferEdgeFeature {
/**
*
*
* @generated
*/
protected IfcChamferEdgeFeatureImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE;
}
/**
*
*
* @generated
*/
public double getWidth() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH, true);
}
/**
*
*
* @generated
*/
public void setWidth(double newWidth) {
eSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH, newWidth);
}
/**
*
*
* @generated
*/
public void unsetWidth() {
eUnset(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH);
}
/**
*
*
* @generated
*/
public boolean isSetWidth() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH);
}
/**
*
*
* @generated
*/
public String getWidthAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setWidthAsString(String newWidthAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH_AS_STRING, newWidthAsString);
}
/**
*
*
* @generated
*/
public void unsetWidthAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetWidthAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__WIDTH_AS_STRING);
}
/**
*
*
* @generated
*/
public double getHeight() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT, true);
}
/**
*
*
* @generated
*/
public void setHeight(double newHeight) {
eSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT, newHeight);
}
/**
*
*
* @generated
*/
public void unsetHeight() {
eUnset(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT);
}
/**
*
*
* @generated
*/
public boolean isSetHeight() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT);
}
/**
*
*
* @generated
*/
public String getHeightAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setHeightAsString(String newHeightAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT_AS_STRING, newHeightAsString);
}
/**
*
*
* @generated
*/
public void unsetHeightAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetHeightAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_CHAMFER_EDGE_FEATURE__HEIGHT_AS_STRING);
}
} //IfcChamferEdgeFeatureImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy