aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java
index 1e8d885b..fd957a6b 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Permanent_Expense.java
@@ -13,7 +13,6 @@ package Taxation;
13 * </p> 13 * </p>
14 * <ul> 14 * <ul>
15 * <li>{@link Taxation.Permanent_Expense#getCategory <em>Category</em>}</li> 15 * <li>{@link Taxation.Permanent_Expense#getCategory <em>Category</em>}</li>
16 * <li>{@link Taxation.Permanent_Expense#isIs_eligible_for_deduction <em>Is eligible for deduction</em>}</li>
17 * </ul> 16 * </ul>
18 * 17 *
19 * @see Taxation.TaxationPackage#getPermanent_Expense() 18 * @see Taxation.TaxationPackage#getPermanent_Expense()
@@ -46,27 +45,4 @@ public interface Permanent_Expense extends Special_Expense_DS {
46 */ 45 */
47 void setCategory(Category_of_Permanent_Expense value); 46 void setCategory(Category_of_Permanent_Expense value);
48 47
49 /**
50 * Returns the value of the '<em><b>Is eligible for deduction</b></em>' attribute.
51 * The default value is <code>"false"</code>.
52 * <!-- begin-user-doc -->
53 * <!-- end-user-doc -->
54 * @return the value of the '<em>Is eligible for deduction</em>' attribute.
55 * @see #setIs_eligible_for_deduction(boolean)
56 * @see Taxation.TaxationPackage#getPermanent_Expense_Is_eligible_for_deduction()
57 * @model default="false" required="true" derived="true"
58 * @generated
59 */
60 boolean isIs_eligible_for_deduction();
61
62 /**
63 * Sets the value of the '{@link Taxation.Permanent_Expense#isIs_eligible_for_deduction <em>Is eligible for deduction</em>}' attribute.
64 * <!-- begin-user-doc -->
65 * <!-- end-user-doc -->
66 * @param value the new value of the '<em>Is eligible for deduction</em>' attribute.
67 * @see #isIs_eligible_for_deduction()
68 * @generated
69 */
70 void setIs_eligible_for_deduction(boolean value);
71
72} // Permanent_Expense 48} // Permanent_Expense