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

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

import org.bimserver.emf.IdEObjectImpl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcClassification;
import org.bimserver.models.ifc2x3tc1.IfcClassificationItem;
import org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship;
import org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Ifc Classification Item'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl#getNotation Notation}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl#getItemOf Item Of}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl#getTitle Title}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl#getIsClassifiedItemIn Is Classified Item In}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl#getIsClassifyingItemIn Is Classifying Item In}
  • *
* * @generated */ public class IfcClassificationItemImpl extends IdEObjectImpl implements IfcClassificationItem { /** * * * @generated */ protected IfcClassificationItemImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM; } /** * * * @generated */ @Override protected int eStaticFeatureCount() { return 0; } /** * * * @generated */ public IfcClassificationNotationFacet getNotation() { return (IfcClassificationNotationFacet) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__NOTATION, true); } /** * * * @generated */ public void setNotation(IfcClassificationNotationFacet newNotation) { eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__NOTATION, newNotation); } /** * * * @generated */ public IfcClassification getItemOf() { return (IfcClassification) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__ITEM_OF, true); } /** * * * @generated */ public void setItemOf(IfcClassification newItemOf) { eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__ITEM_OF, newItemOf); } /** * * * @generated */ public void unsetItemOf() { eUnset(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__ITEM_OF); } /** * * * @generated */ public boolean isSetItemOf() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__ITEM_OF); } /** * * * @generated */ public String getTitle() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__TITLE, true); } /** * * * @generated */ public void setTitle(String newTitle) { eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__TITLE, newTitle); } /** * * * @generated */ @SuppressWarnings("unchecked") public EList getIsClassifiedItemIn() { return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__IS_CLASSIFIED_ITEM_IN, true); } /** * * * @generated */ public void unsetIsClassifiedItemIn() { eUnset(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__IS_CLASSIFIED_ITEM_IN); } /** * * * @generated */ public boolean isSetIsClassifiedItemIn() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__IS_CLASSIFIED_ITEM_IN); } /** * * * @generated */ @SuppressWarnings("unchecked") public EList getIsClassifyingItemIn() { return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__IS_CLASSIFYING_ITEM_IN, true); } /** * * * @generated */ public void unsetIsClassifyingItemIn() { eUnset(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__IS_CLASSIFYING_ITEM_IN); } /** * * * @generated */ public boolean isSetIsClassifyingItemIn() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION_ITEM__IS_CLASSIFYING_ITEM_IN); } } //IfcClassificationItemImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy