1 | /** |
2 | * <copyright> |
3 | * </copyright> |
4 | * |
5 | * $Id$ |
6 | */ |
7 | package de.uka.ipd.sdq.stoex.impl; |
8 | |
9 | import org.eclipse.emf.ecore.EClass; |
10 | |
11 | import de.uka.ipd.sdq.stoex.NumericLiteral; |
12 | import de.uka.ipd.sdq.stoex.StoexPackage; |
13 | import de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl; |
14 | |
15 | /** |
16 | * <!-- begin-user-doc --> |
17 | * An implementation of the model object '<em><b>Numeric Literal</b></em>'. |
18 | * <!-- end-user-doc --> |
19 | * <p> |
20 | * </p> |
21 | * |
22 | * @generated |
23 | */ |
24 | public abstract class NumericLiteralImpl extends UnitCarryingElementImpl implements NumericLiteral { |
25 | /** |
26 | * <!-- begin-user-doc --> |
27 | * <!-- end-user-doc --> |
28 | * @generated |
29 | */ |
30 | public static final String copyright = "Copyright 2007-2009, SDQ, IPD, U Karlsruhe"; |
31 | |
32 | /** |
33 | * <!-- begin-user-doc --> |
34 | * <!-- end-user-doc --> |
35 | * @generated |
36 | */ |
37 | protected NumericLiteralImpl() { |
38 | super(); |
39 | } |
40 | |
41 | /** |
42 | * <!-- begin-user-doc --> |
43 | * <!-- end-user-doc --> |
44 | * @generated |
45 | */ |
46 | @Override |
47 | protected EClass eStaticClass() { |
48 | return StoexPackage.Literals.NUMERIC_LITERAL; |
49 | } |
50 | |
51 | } //NumericLiteralImpl |