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