1 | /** |
2 | * <copyright> |
3 | * </copyright> |
4 | * |
5 | * $Id$ |
6 | */ |
7 | package de.fzi.se.quality.qualityannotation.impl; |
8 | |
9 | import de.fzi.se.quality.qualityannotation.PCMRE; |
10 | import de.fzi.se.quality.qualityannotation.QualityAnnotationPackage; |
11 | |
12 | import org.eclipse.emf.ecore.EClass; |
13 | |
14 | /** |
15 | * <!-- begin-user-doc --> |
16 | * An implementation of the model object '<em><b>PCMRE</b></em>'. |
17 | * <!-- end-user-doc --> |
18 | * <p> |
19 | * </p> |
20 | * |
21 | * @generated |
22 | */ |
23 | public abstract class PCMREImpl extends RequiredElementImpl implements PCMRE { |
24 | /** |
25 | * <!-- begin-user-doc --> |
26 | * <!-- end-user-doc --> |
27 | * @generated |
28 | */ |
29 | protected PCMREImpl() { |
30 | super(); |
31 | } |
32 | |
33 | /** |
34 | * <!-- begin-user-doc --> |
35 | * <!-- end-user-doc --> |
36 | * @generated |
37 | */ |
38 | @Override |
39 | protected EClass eStaticClass() { |
40 | return QualityAnnotationPackage.Literals.PCMRE; |
41 | } |
42 | |
43 | } //PCMREImpl |