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