
org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl 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.IfcCurve;
import org.bimserver.models.ifc4.IfcSurface;
import org.bimserver.models.ifc4.IfcSurfaceCurveSweptAreaSolid;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Surface Curve Swept Area Solid'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl#getDirectrix Directrix}
* - {@link org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl#getStartParam Start Param}
* - {@link org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl#getStartParamAsString Start Param As String}
* - {@link org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl#getEndParam End Param}
* - {@link org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl#getEndParamAsString End Param As String}
* - {@link org.bimserver.models.ifc4.impl.IfcSurfaceCurveSweptAreaSolidImpl#getReferenceSurface Reference Surface}
*
*
* @generated
*/
public class IfcSurfaceCurveSweptAreaSolidImpl extends IfcSweptAreaSolidImpl implements IfcSurfaceCurveSweptAreaSolid {
/**
*
*
* @generated
*/
protected IfcSurfaceCurveSweptAreaSolidImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID;
}
/**
*
*
* @generated
*/
public IfcCurve getDirectrix() {
return (IfcCurve) eGet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__DIRECTRIX, true);
}
/**
*
*
* @generated
*/
public void setDirectrix(IfcCurve newDirectrix) {
eSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__DIRECTRIX, newDirectrix);
}
/**
*
*
* @generated
*/
public double getStartParam() {
return (Double) eGet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM, true);
}
/**
*
*
* @generated
*/
public void setStartParam(double newStartParam) {
eSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM, newStartParam);
}
/**
*
*
* @generated
*/
public void unsetStartParam() {
eUnset(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM);
}
/**
*
*
* @generated
*/
public boolean isSetStartParam() {
return eIsSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM);
}
/**
*
*
* @generated
*/
public String getStartParamAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setStartParamAsString(String newStartParamAsString) {
eSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING, newStartParamAsString);
}
/**
*
*
* @generated
*/
public void unsetStartParamAsString() {
eUnset(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetStartParamAsString() {
return eIsSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING);
}
/**
*
*
* @generated
*/
public double getEndParam() {
return (Double) eGet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM, true);
}
/**
*
*
* @generated
*/
public void setEndParam(double newEndParam) {
eSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM, newEndParam);
}
/**
*
*
* @generated
*/
public void unsetEndParam() {
eUnset(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM);
}
/**
*
*
* @generated
*/
public boolean isSetEndParam() {
return eIsSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM);
}
/**
*
*
* @generated
*/
public String getEndParamAsString() {
return (String) eGet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING, true);
}
/**
*
*
* @generated
*/
public void setEndParamAsString(String newEndParamAsString) {
eSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING, newEndParamAsString);
}
/**
*
*
* @generated
*/
public void unsetEndParamAsString() {
eUnset(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetEndParamAsString() {
return eIsSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING);
}
/**
*
*
* @generated
*/
public IfcSurface getReferenceSurface() {
return (IfcSurface) eGet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__REFERENCE_SURFACE, true);
}
/**
*
*
* @generated
*/
public void setReferenceSurface(IfcSurface newReferenceSurface) {
eSet(Ifc4Package.Literals.IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__REFERENCE_SURFACE, newReferenceSurface);
}
} //IfcSurfaceCurveSweptAreaSolidImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy