aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Case.java
blob: eeab8f3f8715aad15be05db73325b2ced640b8a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 */
package Taxation;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Tax Case</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see Taxation.TaxationPackage#getTax_Case()
 * @model interface="true" abstract="true"
 * @generated
 */
public interface Tax_Case extends EObject {
} // Tax_Case