aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java
index 3d7d03b1..63c3a382 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income_Type.java
@@ -13,7 +13,6 @@ import org.eclipse.emf.ecore.EObject;
13 * The following features are supported: 13 * The following features are supported:
14 * </p> 14 * </p>
15 * <ul> 15 * <ul>
16 * <li>{@link Taxation.Income_Type#isSubjectToWithholdingTax <em>Subject To Withholding Tax</em>}</li>
17 * <li>{@link Taxation.Income_Type#getId8 <em>Id8</em>}</li> 16 * <li>{@link Taxation.Income_Type#getId8 <em>Id8</em>}</li>
18 * <li>{@link Taxation.Income_Type#getIncome <em>Income</em>}</li> 17 * <li>{@link Taxation.Income_Type#getIncome <em>Income</em>}</li>
19 * </ul> 18 * </ul>
@@ -24,29 +23,6 @@ import org.eclipse.emf.ecore.EObject;
24 */ 23 */
25public interface Income_Type extends EObject { 24public interface Income_Type extends EObject {
26 /** 25 /**
27 * Returns the value of the '<em><b>Subject To Withholding Tax</b></em>' attribute.
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @return the value of the '<em>Subject To Withholding Tax</em>' attribute.
31 * @see #setSubjectToWithholdingTax(boolean)
32 * @see Taxation.TaxationPackage#getIncome_Type_SubjectToWithholdingTax()
33 * @model required="true" derived="true"
34 * annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='\n\t\t\t\tself.income.tax_card-&gt;notEmpty()\n\t\t\t\t'"
35 * @generated
36 */
37 boolean isSubjectToWithholdingTax();
38
39 /**
40 * Sets the value of the '{@link Taxation.Income_Type#isSubjectToWithholdingTax <em>Subject To Withholding Tax</em>}' attribute.
41 * <!-- begin-user-doc -->
42 * <!-- end-user-doc -->
43 * @param value the new value of the '<em>Subject To Withholding Tax</em>' attribute.
44 * @see #isSubjectToWithholdingTax()
45 * @generated
46 */
47 void setSubjectToWithholdingTax(boolean value);
48
49 /**
50 * Returns the value of the '<em><b>Id8</b></em>' attribute. 26 * Returns the value of the '<em><b>Id8</b></em>' attribute.
51 * <!-- begin-user-doc --> 27 * <!-- begin-user-doc -->
52 * <!-- end-user-doc --> 28 * <!-- end-user-doc -->