blob: de7789b6dba76b8e3a78eb8db300168cd378afdd [file] [log] [blame]
/**
* Copyright (c) 2017 CEA LIST. 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 a; http://www.eclipse.org/legal/epl-v10.html Contributors: - Initial API and implementation Yupanqui Munoz Julho (CEA LIST) - Initial API and implementation
*/
package org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.DummyStereotype;
import org.eclipse.papyrus.requirements.sysml.papyrusre.papyrusre.PapyrusREPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Dummy Stereotype</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class DummyStereotypeImpl extends MinimalEObjectImpl.Container implements DummyStereotype {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected DummyStereotypeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return PapyrusREPackage.Literals.DUMMY_STEREOTYPE;
}
} //DummyStereotypeImpl