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