aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/impl/Travel_Expense_FDImpl.java
blob: cfa5292991b281d064b1b06f77e72bef7a9a7449 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
 */
package TaxationWithRoot.impl;

import TaxationWithRoot.TaxationWithRootPackage;
import TaxationWithRoot.Travel_Expense_FD;

import org.eclipse.emf.ecore.EClass;

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Travel Expense FD</b></em>'.
 * <!-- end-user-doc -->
 *
 * @generated
 */
public class Travel_Expense_FDImpl extends Professional_ExpenseImpl implements Travel_Expense_FD {
	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	protected Travel_Expense_FDImpl() {
		super();
	}

	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return TaxationWithRootPackage.Literals.TRAVEL_EXPENSE_FD;
	}

} //Travel_Expense_FDImpl