aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java
blob: 625efe5901577c9b988fa9ba3a9e26ac7294f3a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
/**
 */
package Taxation;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>External Allowance</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.External_Allowance#getAmount <em>Amount</em>}</li>
 *   <li>{@link Taxation.External_Allowance#getGrantor <em>Grantor</em>}</li>
 *   <li>{@link Taxation.External_Allowance#getStarting_year <em>Starting year</em>}</li>
 *   <li>{@link Taxation.External_Allowance#getEnding_year <em>Ending year</em>}</li>
 *   <li>{@link Taxation.External_Allowance#getReciver <em>Reciver</em>}</li>
 *   <li>{@link Taxation.External_Allowance#getId5 <em>Id5</em>}</li>
 *   <li>{@link Taxation.External_Allowance#getPerson <em>Person</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getExternal_Allowance()
 * @model
 * @generated
 */
public interface External_Allowance extends EObject {
	/**
	 * Returns the value of the '<em><b>Amount</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Amount</em>' attribute.
	 * @see #setAmount(double)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Amount()
	 * @model required="true"
	 * @generated
	 */
	double getAmount();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getAmount <em>Amount</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Amount</em>' attribute.
	 * @see #getAmount()
	 * @generated
	 */
	void setAmount(double value);

	/**
	 * Returns the value of the '<em><b>Grantor</b></em>' attribute.
	 * The literals are from the enumeration {@link Taxation.Grantor}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Grantor</em>' attribute.
	 * @see Taxation.Grantor
	 * @see #setGrantor(Grantor)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Grantor()
	 * @model required="true"
	 * @generated
	 */
	Grantor getGrantor();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getGrantor <em>Grantor</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Grantor</em>' attribute.
	 * @see Taxation.Grantor
	 * @see #getGrantor()
	 * @generated
	 */
	void setGrantor(Grantor value);

	/**
	 * Returns the value of the '<em><b>Starting year</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Starting year</em>' attribute.
	 * @see #setStarting_year(int)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Starting_year()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	int getStarting_year();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getStarting_year <em>Starting year</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Starting year</em>' attribute.
	 * @see #getStarting_year()
	 * @generated
	 */
	void setStarting_year(int value);

	/**
	 * Returns the value of the '<em><b>Ending year</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Ending year</em>' attribute.
	 * @see #setEnding_year(int)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Ending_year()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	int getEnding_year();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getEnding_year <em>Ending year</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Ending year</em>' attribute.
	 * @see #getEnding_year()
	 * @generated
	 */
	void setEnding_year(int value);

	/**
	 * Returns the value of the '<em><b>Reciver</b></em>' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Reciver</em>' reference.
	 * @see #setReciver(Physical_Person)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Reciver()
	 * @model required="true" ordered="false"
	 * @generated
	 */
	Physical_Person getReciver();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getReciver <em>Reciver</em>}' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Reciver</em>' reference.
	 * @see #getReciver()
	 * @generated
	 */
	void setReciver(Physical_Person value);

	/**
	 * Returns the value of the '<em><b>Id5</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Id5</em>' attribute.
	 * @see #setId5(String)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Id5()
	 * @model id="true" required="true" ordered="false"
	 * @generated
	 */
	String getId5();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getId5 <em>Id5</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Id5</em>' attribute.
	 * @see #getId5()
	 * @generated
	 */
	void setId5(String value);

	/**
	 * Returns the value of the '<em><b>Person</b></em>' container reference.
	 * It is bidirectional and its opposite is '{@link Taxation.Dependent#getAllowances <em>Allowances</em>}'.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Person</em>' container reference.
	 * @see #setPerson(Dependent)
	 * @see Taxation.TaxationPackage#getExternal_Allowance_Person()
	 * @see Taxation.Dependent#getAllowances
	 * @model opposite="allowances" required="true" transient="false" ordered="false"
	 * @generated
	 */
	Dependent getPerson();

	/**
	 * Sets the value of the '{@link Taxation.External_Allowance#getPerson <em>Person</em>}' container reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Person</em>' container reference.
	 * @see #getPerson()
	 * @generated
	 */
	void setPerson(Dependent value);

} // External_Allowance