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

org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl Maven / Gradle / Ivy

Go to download

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.ifc2x3tc1.impl;

import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcWindow;
import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Ifc Window'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl#getOverallHeight Overall Height}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl#getOverallHeightAsString Overall Height As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl#getOverallWidth Overall Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl#getOverallWidthAsString Overall Width As String}
  • *
* * @generated */ public class IfcWindowImpl extends IfcBuildingElementImpl implements IfcWindow { /** * * * @generated */ protected IfcWindowImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc2x3tc1Package.Literals.IFC_WINDOW; } /** * * * @generated */ public double getOverallHeight() { return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT, true); } /** * * * @generated */ public void setOverallHeight(double newOverallHeight) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT, newOverallHeight); } /** * * * @generated */ public void unsetOverallHeight() { eUnset(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT); } /** * * * @generated */ public boolean isSetOverallHeight() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT); } /** * * * @generated */ public String getOverallHeightAsString() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT_AS_STRING, true); } /** * * * @generated */ public void setOverallHeightAsString(String newOverallHeightAsString) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT_AS_STRING, newOverallHeightAsString); } /** * * * @generated */ public void unsetOverallHeightAsString() { eUnset(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT_AS_STRING); } /** * * * @generated */ public boolean isSetOverallHeightAsString() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_HEIGHT_AS_STRING); } /** * * * @generated */ public double getOverallWidth() { return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH, true); } /** * * * @generated */ public void setOverallWidth(double newOverallWidth) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH, newOverallWidth); } /** * * * @generated */ public void unsetOverallWidth() { eUnset(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH); } /** * * * @generated */ public boolean isSetOverallWidth() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH); } /** * * * @generated */ public String getOverallWidthAsString() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH_AS_STRING, true); } /** * * * @generated */ public void setOverallWidthAsString(String newOverallWidthAsString) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH_AS_STRING, newOverallWidthAsString); } /** * * * @generated */ public void unsetOverallWidthAsString() { eUnset(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH_AS_STRING); } /** * * * @generated */ public boolean isSetOverallWidthAsString() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_WINDOW__OVERALL_WIDTH_AS_STRING); } } //IfcWindowImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy