aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java69
1 files changed, 0 insertions, 69 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java
index c72def81..19e23ef5 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java
@@ -13,9 +13,6 @@ package Taxation;
13 * </p> 13 * </p>
14 * <ul> 14 * <ul>
15 * <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category <em>Private insurance and plan category</em>}</li> 15 * <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category <em>Private insurance and plan category</em>}</li>
16 * <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getIncrease_for_life_insurance <em>Increase for life insurance</em>}</li>
17 * <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_private_insurance <em>Maximum deductible amount for private insurance</em>}</li>
18 * <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_old_age_pension_plan <em>Maximum deductible amount for old age pension plan</em>}</li>
19 * </ul> 16 * </ul>
20 * 17 *
21 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan() 18 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan()
@@ -48,70 +45,4 @@ public interface DS_for_Private_Insurance_and_Plan extends DS {
48 */ 45 */
49 void setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan value); 46 void setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan value);
50 47
51 /**
52 * Returns the value of the '<em><b>Increase for life insurance</b></em>' attribute.
53 * <!-- begin-user-doc -->
54 * <!-- end-user-doc -->
55 * @return the value of the '<em>Increase for life insurance</em>' attribute.
56 * @see #setIncrease_for_life_insurance(double)
57 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Increase_for_life_insurance()
58 * @model required="true" derived="true"
59 * @generated
60 */
61 double getIncrease_for_life_insurance();
62
63 /**
64 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getIncrease_for_life_insurance <em>Increase for life insurance</em>}' attribute.
65 * <!-- begin-user-doc -->
66 * <!-- end-user-doc -->
67 * @param value the new value of the '<em>Increase for life insurance</em>' attribute.
68 * @see #getIncrease_for_life_insurance()
69 * @generated
70 */
71 void setIncrease_for_life_insurance(double value);
72
73 /**
74 * Returns the value of the '<em><b>Maximum deductible amount for private insurance</b></em>' attribute.
75 * <!-- begin-user-doc -->
76 * <!-- end-user-doc -->
77 * @return the value of the '<em>Maximum deductible amount for private insurance</em>' attribute.
78 * @see #setMaximum_deductible_amount_for_private_insurance(double)
79 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_private_insurance()
80 * @model required="true" derived="true"
81 * @generated
82 */
83 double getMaximum_deductible_amount_for_private_insurance();
84
85 /**
86 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_private_insurance <em>Maximum deductible amount for private insurance</em>}' attribute.
87 * <!-- begin-user-doc -->
88 * <!-- end-user-doc -->
89 * @param value the new value of the '<em>Maximum deductible amount for private insurance</em>' attribute.
90 * @see #getMaximum_deductible_amount_for_private_insurance()
91 * @generated
92 */
93 void setMaximum_deductible_amount_for_private_insurance(double value);
94
95 /**
96 * Returns the value of the '<em><b>Maximum deductible amount for old age pension plan</b></em>' attribute.
97 * <!-- begin-user-doc -->
98 * <!-- end-user-doc -->
99 * @return the value of the '<em>Maximum deductible amount for old age pension plan</em>' attribute.
100 * @see #setMaximum_deductible_amount_for_old_age_pension_plan(double)
101 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Maximum_deductible_amount_for_old_age_pension_plan()
102 * @model required="true" derived="true"
103 * @generated
104 */
105 double getMaximum_deductible_amount_for_old_age_pension_plan();
106
107 /**
108 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getMaximum_deductible_amount_for_old_age_pension_plan <em>Maximum deductible amount for old age pension plan</em>}' attribute.
109 * <!-- begin-user-doc -->
110 * <!-- end-user-doc -->
111 * @param value the new value of the '<em>Maximum deductible amount for old age pension plan</em>' attribute.
112 * @see #getMaximum_deductible_amount_for_old_age_pension_plan()
113 * @generated
114 */
115 void setMaximum_deductible_amount_for_old_age_pension_plan(double value);
116
117} // DS_for_Private_Insurance_and_Plan 48} // DS_for_Private_Insurance_and_Plan