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

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

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show 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.IfcDirection;
import org.bimserver.models.ifc4.IfcFixedReferenceSweptAreaSolid;
import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Ifc Fixed Reference Swept Area Solid'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc4.impl.IfcFixedReferenceSweptAreaSolidImpl#getDirectrix Directrix}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcFixedReferenceSweptAreaSolidImpl#getStartParam Start Param}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcFixedReferenceSweptAreaSolidImpl#getStartParamAsString Start Param As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcFixedReferenceSweptAreaSolidImpl#getEndParam End Param}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcFixedReferenceSweptAreaSolidImpl#getEndParamAsString End Param As String}
  • *
  • {@link org.bimserver.models.ifc4.impl.IfcFixedReferenceSweptAreaSolidImpl#getFixedReference Fixed Reference}
  • *
* * @generated */ public class IfcFixedReferenceSweptAreaSolidImpl extends IfcSweptAreaSolidImpl implements IfcFixedReferenceSweptAreaSolid { /** * * * @generated */ protected IfcFixedReferenceSweptAreaSolidImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID; } /** * * * @generated */ public IfcCurve getDirectrix() { return (IfcCurve) eGet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__DIRECTRIX, true); } /** * * * @generated */ public void setDirectrix(IfcCurve newDirectrix) { eSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__DIRECTRIX, newDirectrix); } /** * * * @generated */ public double getStartParam() { return (Double) eGet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM, true); } /** * * * @generated */ public void setStartParam(double newStartParam) { eSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM, newStartParam); } /** * * * @generated */ public void unsetStartParam() { eUnset(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM); } /** * * * @generated */ public boolean isSetStartParam() { return eIsSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM); } /** * * * @generated */ public String getStartParamAsString() { return (String) eGet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING, true); } /** * * * @generated */ public void setStartParamAsString(String newStartParamAsString) { eSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING, newStartParamAsString); } /** * * * @generated */ public void unsetStartParamAsString() { eUnset(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING); } /** * * * @generated */ public boolean isSetStartParamAsString() { return eIsSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING); } /** * * * @generated */ public double getEndParam() { return (Double) eGet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM, true); } /** * * * @generated */ public void setEndParam(double newEndParam) { eSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM, newEndParam); } /** * * * @generated */ public void unsetEndParam() { eUnset(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM); } /** * * * @generated */ public boolean isSetEndParam() { return eIsSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM); } /** * * * @generated */ public String getEndParamAsString() { return (String) eGet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING, true); } /** * * * @generated */ public void setEndParamAsString(String newEndParamAsString) { eSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING, newEndParamAsString); } /** * * * @generated */ public void unsetEndParamAsString() { eUnset(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING); } /** * * * @generated */ public boolean isSetEndParamAsString() { return eIsSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING); } /** * * * @generated */ public IfcDirection getFixedReference() { return (IfcDirection) eGet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__FIXED_REFERENCE, true); } /** * * * @generated */ public void setFixedReference(IfcDirection newFixedReference) { eSet(Ifc4Package.Literals.IFC_FIXED_REFERENCE_SWEPT_AREA_SOLID__FIXED_REFERENCE, newFixedReference); } } //IfcFixedReferenceSweptAreaSolidImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy