aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java
index 5cd6e8f0..0a99ebed 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Private_Insurance_and_Plan.java
@@ -14,7 +14,6 @@ package Taxation;
14 * <ul> 14 * <ul>
15 * <li>{@link Taxation.Private_Insurance_and_Plan#getCategory <em>Category</em>}</li> 15 * <li>{@link Taxation.Private_Insurance_and_Plan#getCategory <em>Category</em>}</li>
16 * <li>{@link Taxation.Private_Insurance_and_Plan#getDuration_of_contract <em>Duration of contract</em>}</li> 16 * <li>{@link Taxation.Private_Insurance_and_Plan#getDuration_of_contract <em>Duration of contract</em>}</li>
17 * <li>{@link Taxation.Private_Insurance_and_Plan#isIs_private_insurance_and_plan_eligible_for_deduction <em>Is private insurance and plan eligible for deduction</em>}</li>
18 * </ul> 17 * </ul>
19 * 18 *
20 * @see Taxation.TaxationPackage#getPrivate_Insurance_and_Plan() 19 * @see Taxation.TaxationPackage#getPrivate_Insurance_and_Plan()
@@ -69,27 +68,4 @@ public interface Private_Insurance_and_Plan extends Special_Expense_DS {
69 */ 68 */
70 void setDuration_of_contract(int value); 69 void setDuration_of_contract(int value);
71 70
72 /**
73 * Returns the value of the '<em><b>Is private insurance and plan eligible for deduction</b></em>' attribute.
74 * The default value is <code>"false"</code>.
75 * <!-- begin-user-doc -->
76 * <!-- end-user-doc -->
77 * @return the value of the '<em>Is private insurance and plan eligible for deduction</em>' attribute.
78 * @see #setIs_private_insurance_and_plan_eligible_for_deduction(boolean)
79 * @see Taxation.TaxationPackage#getPrivate_Insurance_and_Plan_Is_private_insurance_and_plan_eligible_for_deduction()
80 * @model default="false" required="true" derived="true"
81 * @generated
82 */
83 boolean isIs_private_insurance_and_plan_eligible_for_deduction();
84
85 /**
86 * Sets the value of the '{@link Taxation.Private_Insurance_and_Plan#isIs_private_insurance_and_plan_eligible_for_deduction <em>Is private insurance and plan eligible for deduction</em>}' attribute.
87 * <!-- begin-user-doc -->
88 * <!-- end-user-doc -->
89 * @param value the new value of the '<em>Is private insurance and plan eligible for deduction</em>' attribute.
90 * @see #isIs_private_insurance_and_plan_eligible_for_deduction()
91 * @generated
92 */
93 void setIs_private_insurance_and_plan_eligible_for_deduction(boolean value);
94
95} // Private_Insurance_and_Plan 71} // Private_Insurance_and_Plan