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

org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl 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.ifc2x3tc1.impl;

import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcWindowStyle;
import org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum;
import org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum;
import org.bimserver.models.ifc2x3tc1.Tristate;
import org.eclipse.emf.ecore.EClass;

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

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl#getConstructionType Construction Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl#getOperationType Operation Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl#getParameterTakesPrecedence Parameter Takes Precedence}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl#getSizeable Sizeable}
  • *
* * @generated */ public class IfcWindowStyleImpl extends IfcTypeProductImpl implements IfcWindowStyle { /** * * * @generated */ protected IfcWindowStyleImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE; } /** * * * @generated */ public IfcWindowStyleConstructionEnum getConstructionType() { return (IfcWindowStyleConstructionEnum) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__CONSTRUCTION_TYPE, true); } /** * * * @generated */ public void setConstructionType(IfcWindowStyleConstructionEnum newConstructionType) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__CONSTRUCTION_TYPE, newConstructionType); } /** * * * @generated */ public IfcWindowStyleOperationEnum getOperationType() { return (IfcWindowStyleOperationEnum) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__OPERATION_TYPE, true); } /** * * * @generated */ public void setOperationType(IfcWindowStyleOperationEnum newOperationType) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__OPERATION_TYPE, newOperationType); } /** * * * @generated */ public Tristate getParameterTakesPrecedence() { return (Tristate) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__PARAMETER_TAKES_PRECEDENCE, true); } /** * * * @generated */ public void setParameterTakesPrecedence(Tristate newParameterTakesPrecedence) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__PARAMETER_TAKES_PRECEDENCE, newParameterTakesPrecedence); } /** * * * @generated */ public Tristate getSizeable() { return (Tristate) eGet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__SIZEABLE, true); } /** * * * @generated */ public void setSizeable(Tristate newSizeable) { eSet(Ifc2x3tc1Package.Literals.IFC_WINDOW_STYLE__SIZEABLE, newSizeable); } } //IfcWindowStyleImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy