aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java46
1 files changed, 0 insertions, 46 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java
index b2f40b46..d951f5dc 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Physical_Person.java
@@ -15,13 +15,11 @@ import org.eclipse.emf.ecore.EObject;
15 * The following features are supported: 15 * The following features are supported:
16 * </p> 16 * </p>
17 * <ul> 17 * <ul>
18 * <li>{@link Taxation.Physical_Person#isIs_assisting_spouse <em>Is assisting spouse</em>}</li>
19 * <li>{@link Taxation.Physical_Person#getSSNo <em>SS No</em>}</li> 18 * <li>{@link Taxation.Physical_Person#getSSNo <em>SS No</em>}</li>
20 * <li>{@link Taxation.Physical_Person#getAddresses <em>Addresses</em>}</li> 19 * <li>{@link Taxation.Physical_Person#getAddresses <em>Addresses</em>}</li>
21 * <li>{@link Taxation.Physical_Person#getBirth_year <em>Birth year</em>}</li> 20 * <li>{@link Taxation.Physical_Person#getBirth_year <em>Birth year</em>}</li>
22 * <li>{@link Taxation.Physical_Person#getDisability_percentage <em>Disability percentage</em>}</li> 21 * <li>{@link Taxation.Physical_Person#getDisability_percentage <em>Disability percentage</em>}</li>
23 * <li>{@link Taxation.Physical_Person#getDisability_type <em>Disability type</em>}</li> 22 * <li>{@link Taxation.Physical_Person#getDisability_type <em>Disability type</em>}</li>
24 * <li>{@link Taxation.Physical_Person#isIs_affiliated_personnaly_to_social_security <em>Is affiliated personnaly to social security</em>}</li>
25 * <li>{@link Taxation.Physical_Person#getBirth_month <em>Birth month</em>}</li> 23 * <li>{@link Taxation.Physical_Person#getBirth_month <em>Birth month</em>}</li>
26 * <li>{@link Taxation.Physical_Person#getBirth_day <em>Birth day</em>}</li> 24 * <li>{@link Taxation.Physical_Person#getBirth_day <em>Birth day</em>}</li>
27 * <li>{@link Taxation.Physical_Person#getExpenses <em>Expenses</em>}</li> 25 * <li>{@link Taxation.Physical_Person#getExpenses <em>Expenses</em>}</li>
@@ -34,28 +32,6 @@ import org.eclipse.emf.ecore.EObject;
34 */ 32 */
35public interface Physical_Person extends EObject { 33public interface Physical_Person extends EObject {
36 /** 34 /**
37 * Returns the value of the '<em><b>Is assisting spouse</b></em>' attribute.
38 * <!-- begin-user-doc -->
39 * <!-- end-user-doc -->
40 * @return the value of the '<em>Is assisting spouse</em>' attribute.
41 * @see #setIs_assisting_spouse(boolean)
42 * @see Taxation.TaxationPackage#getPhysical_Person_Is_assisting_spouse()
43 * @model required="true" derived="true"
44 * @generated
45 */
46 boolean isIs_assisting_spouse();
47
48 /**
49 * Sets the value of the '{@link Taxation.Physical_Person#isIs_assisting_spouse <em>Is assisting spouse</em>}' attribute.
50 * <!-- begin-user-doc -->
51 * <!-- end-user-doc -->
52 * @param value the new value of the '<em>Is assisting spouse</em>' attribute.
53 * @see #isIs_assisting_spouse()
54 * @generated
55 */
56 void setIs_assisting_spouse(boolean value);
57
58 /**
59 * Returns the value of the '<em><b>SS No</b></em>' attribute. 35 * Returns the value of the '<em><b>SS No</b></em>' attribute.
60 * <!-- begin-user-doc --> 36 * <!-- begin-user-doc -->
61 * <!-- end-user-doc --> 37 * <!-- end-user-doc -->
@@ -161,28 +137,6 @@ public interface Physical_Person extends EObject {
161 void setDisability_type(Disability_Types value); 137 void setDisability_type(Disability_Types value);
162 138
163 /** 139 /**
164 * Returns the value of the '<em><b>Is affiliated personnaly to social security</b></em>' attribute.
165 * <!-- begin-user-doc -->
166 * <!-- end-user-doc -->
167 * @return the value of the '<em>Is affiliated personnaly to social security</em>' attribute.
168 * @see #setIs_affiliated_personnaly_to_social_security(boolean)
169 * @see Taxation.TaxationPackage#getPhysical_Person_Is_affiliated_personnaly_to_social_security()
170 * @model required="true" derived="true"
171 * @generated
172 */
173 boolean isIs_affiliated_personnaly_to_social_security();
174
175 /**
176 * Sets the value of the '{@link Taxation.Physical_Person#isIs_affiliated_personnaly_to_social_security <em>Is affiliated personnaly to social security</em>}' attribute.
177 * <!-- begin-user-doc -->
178 * <!-- end-user-doc -->
179 * @param value the new value of the '<em>Is affiliated personnaly to social security</em>' attribute.
180 * @see #isIs_affiliated_personnaly_to_social_security()
181 * @generated
182 */
183 void setIs_affiliated_personnaly_to_social_security(boolean value);
184
185 /**
186 * Returns the value of the '<em><b>Birth month</b></em>' attribute. 140 * Returns the value of the '<em><b>Birth month</b></em>' attribute.
187 * <!-- begin-user-doc --> 141 * <!-- begin-user-doc -->
188 * <!-- end-user-doc --> 142 * <!-- end-user-doc -->