aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java27
1 files changed, 0 insertions, 27 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
index bcfc0c75..94de4a1b 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Tax_Card.java
@@ -16,7 +16,6 @@ import org.eclipse.emf.ecore.EObject;
16 * </p> 16 * </p>
17 * <ul> 17 * <ul>
18 * <li>{@link Taxation.Tax_Card#getCard_identifier <em>Card identifier</em>}</li> 18 * <li>{@link Taxation.Tax_Card#getCard_identifier <em>Card identifier</em>}</li>
19 * <li>{@link Taxation.Tax_Card#getTax_card_type <em>Tax card type</em>}</li>
20 * <li>{@link Taxation.Tax_Card#getTax_office <em>Tax office</em>}</li> 19 * <li>{@link Taxation.Tax_Card#getTax_office <em>Tax office</em>}</li>
21 * <li>{@link Taxation.Tax_Card#getPercentage_of_witholding <em>Percentage of witholding</em>}</li> 20 * <li>{@link Taxation.Tax_Card#getPercentage_of_witholding <em>Percentage of witholding</em>}</li>
22 * <li>{@link Taxation.Tax_Card#getTax_payers_name_surname <em>Tax payers name surname</em>}</li> 21 * <li>{@link Taxation.Tax_Card#getTax_payers_name_surname <em>Tax payers name surname</em>}</li>
@@ -80,32 +79,6 @@ public interface Tax_Card extends EObject {
80 void setCard_identifier(String value); 79 void setCard_identifier(String value);
81 80
82 /** 81 /**
83 * Returns the value of the '<em><b>Tax card type</b></em>' attribute.
84 * The literals are from the enumeration {@link Taxation.Tax_Card_Type}.
85 * <!-- begin-user-doc -->
86 * <!-- end-user-doc -->
87 * @return the value of the '<em>Tax card type</em>' attribute.
88 * @see Taxation.Tax_Card_Type
89 * @see #setTax_card_type(Tax_Card_Type)
90 * @see Taxation.TaxationPackage#getTax_Card_Tax_card_type()
91 * @model required="true" derived="true"
92 * annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='if(self.income.taxPayer.incomes-&gt;size()=1) then \nTax_Card_Type::Principal\n\telse\n\t\tlet all_incomes:OrderedSet(Income)=self.income.taxPayer.incomes-&gt;select(inc:Income| inc.income_amount= self.income.taxPayer.incomes.income_amount-&gt;max())-&gt;asOrderedSet() in\n\t\tlet bigest_income:Income= all_incomes-&gt;first() in\n\t\t\t if(bigest_income=self.income) then\n\t\t\t \t Tax_Card_Type::Principal\n\t\t\t else\n\t\t\t\t\tTax_Card_Type::Additional\n\t\t\t\tendif\nendif\n\t\t\t\t'"
93 * @generated
94 */
95 Tax_Card_Type getTax_card_type();
96
97 /**
98 * Sets the value of the '{@link Taxation.Tax_Card#getTax_card_type <em>Tax card type</em>}' attribute.
99 * <!-- begin-user-doc -->
100 * <!-- end-user-doc -->
101 * @param value the new value of the '<em>Tax card type</em>' attribute.
102 * @see Taxation.Tax_Card_Type
103 * @see #getTax_card_type()
104 * @generated
105 */
106 void setTax_card_type(Tax_Card_Type value);
107
108 /**
109 * Returns the value of the '<em><b>Tax office</b></em>' attribute. 82 * Returns the value of the '<em><b>Tax office</b></em>' attribute.
110 * The literals are from the enumeration {@link Taxation.Tax_Office}. 83 * The literals are from the enumeration {@link Taxation.Tax_Office}.
111 * <!-- begin-user-doc --> 84 * <!-- begin-user-doc -->