/******************************************************************************* * Copyright (c) 2011-2013 University of Mannheim: Chair for Software Engineering * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Ralph Gerbig - initial API and implementation and initial documentation *******************************************************************************/ package de.uni_mannheim.informatik.swt.models.plm.PLM.impl; import de.uni_mannheim.informatik.swt.models.plm.PLM.OwnedElement; import de.uni_mannheim.informatik.swt.models.plm.PLM.PLMPackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Owned Element</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public abstract class OwnedElementImpl extends ElementImpl implements OwnedElement { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected OwnedElementImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return PLMPackage.Literals.OWNED_ELEMENT; } } //OwnedElementImpl