aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Income_Detail.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Income_Detail.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Income_Detail.java186
1 files changed, 186 insertions, 0 deletions
diff --git a/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Income_Detail.java b/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Income_Detail.java
new file mode 100644
index 00000000..d1fd9091
--- /dev/null
+++ b/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Income_Detail.java
@@ -0,0 +1,186 @@
1/**
2 */
3package TaxationWithRoot;
4
5import org.eclipse.emf.ecore.EObject;
6
7/**
8 * <!-- begin-user-doc -->
9 * A representation of the model object '<em><b>Income Detail</b></em>'.
10 * <!-- end-user-doc -->
11 *
12 * <p>
13 * The following features are supported:
14 * </p>
15 * <ul>
16 * <li>{@link TaxationWithRoot.Income_Detail#getAmount <em>Amount</em>}</li>
17 * <li>{@link TaxationWithRoot.Income_Detail#isIs_worked <em>Is worked</em>}</li>
18 * <li>{@link TaxationWithRoot.Income_Detail#getDistance <em>Distance</em>}</li>
19 * <li>{@link TaxationWithRoot.Income_Detail#getWorked_days <em>Worked days</em>}</li>
20 * <li>{@link TaxationWithRoot.Income_Detail#isIs_contributing_CNS <em>Is contributing CNS</em>}</li>
21 * <li>{@link TaxationWithRoot.Income_Detail#getId5 <em>Id5</em>}</li>
22 * <li>{@link TaxationWithRoot.Income_Detail#getIncome <em>Income</em>}</li>
23 * </ul>
24 *
25 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail()
26 * @model
27 * @generated
28 */
29public interface Income_Detail extends EObject {
30 /**
31 * Returns the value of the '<em><b>Amount</b></em>' attribute.
32 * <!-- begin-user-doc -->
33 * <!-- end-user-doc -->
34 * @return the value of the '<em>Amount</em>' attribute.
35 * @see #setAmount(double)
36 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Amount()
37 * @model required="true"
38 * @generated
39 */
40 double getAmount();
41
42 /**
43 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#getAmount <em>Amount</em>}' attribute.
44 * <!-- begin-user-doc -->
45 * <!-- end-user-doc -->
46 * @param value the new value of the '<em>Amount</em>' attribute.
47 * @see #getAmount()
48 * @generated
49 */
50 void setAmount(double value);
51
52 /**
53 * Returns the value of the '<em><b>Is worked</b></em>' attribute.
54 * <!-- begin-user-doc -->
55 * <!-- end-user-doc -->
56 * @return the value of the '<em>Is worked</em>' attribute.
57 * @see #setIs_worked(boolean)
58 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Is_worked()
59 * @model required="true"
60 * @generated
61 */
62 boolean isIs_worked();
63
64 /**
65 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#isIs_worked <em>Is worked</em>}' attribute.
66 * <!-- begin-user-doc -->
67 * <!-- end-user-doc -->
68 * @param value the new value of the '<em>Is worked</em>' attribute.
69 * @see #isIs_worked()
70 * @generated
71 */
72 void setIs_worked(boolean value);
73
74 /**
75 * Returns the value of the '<em><b>Distance</b></em>' attribute.
76 * <!-- begin-user-doc -->
77 * <!-- end-user-doc -->
78 * @return the value of the '<em>Distance</em>' attribute.
79 * @see #setDistance(double)
80 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Distance()
81 * @model required="true"
82 * @generated
83 */
84 double getDistance();
85
86 /**
87 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#getDistance <em>Distance</em>}' attribute.
88 * <!-- begin-user-doc -->
89 * <!-- end-user-doc -->
90 * @param value the new value of the '<em>Distance</em>' attribute.
91 * @see #getDistance()
92 * @generated
93 */
94 void setDistance(double value);
95
96 /**
97 * Returns the value of the '<em><b>Worked days</b></em>' attribute.
98 * <!-- begin-user-doc -->
99 * <!-- end-user-doc -->
100 * @return the value of the '<em>Worked days</em>' attribute.
101 * @see #setWorked_days(int)
102 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Worked_days()
103 * @model required="true"
104 * @generated
105 */
106 int getWorked_days();
107
108 /**
109 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#getWorked_days <em>Worked days</em>}' attribute.
110 * <!-- begin-user-doc -->
111 * <!-- end-user-doc -->
112 * @param value the new value of the '<em>Worked days</em>' attribute.
113 * @see #getWorked_days()
114 * @generated
115 */
116 void setWorked_days(int value);
117
118 /**
119 * Returns the value of the '<em><b>Is contributing CNS</b></em>' attribute.
120 * <!-- begin-user-doc -->
121 * <!-- end-user-doc -->
122 * @return the value of the '<em>Is contributing CNS</em>' attribute.
123 * @see #setIs_contributing_CNS(boolean)
124 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Is_contributing_CNS()
125 * @model required="true" ordered="false"
126 * @generated
127 */
128 boolean isIs_contributing_CNS();
129
130 /**
131 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#isIs_contributing_CNS <em>Is contributing CNS</em>}' attribute.
132 * <!-- begin-user-doc -->
133 * <!-- end-user-doc -->
134 * @param value the new value of the '<em>Is contributing CNS</em>' attribute.
135 * @see #isIs_contributing_CNS()
136 * @generated
137 */
138 void setIs_contributing_CNS(boolean value);
139
140 /**
141 * Returns the value of the '<em><b>Id5</b></em>' attribute.
142 * <!-- begin-user-doc -->
143 * <!-- end-user-doc -->
144 * @return the value of the '<em>Id5</em>' attribute.
145 * @see #setId5(String)
146 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Id5()
147 * @model id="true" required="true" ordered="false"
148 * @generated
149 */
150 String getId5();
151
152 /**
153 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#getId5 <em>Id5</em>}' attribute.
154 * <!-- begin-user-doc -->
155 * <!-- end-user-doc -->
156 * @param value the new value of the '<em>Id5</em>' attribute.
157 * @see #getId5()
158 * @generated
159 */
160 void setId5(String value);
161
162 /**
163 * Returns the value of the '<em><b>Income</b></em>' container reference.
164 * It is bidirectional and its opposite is '{@link TaxationWithRoot.Income#getDetails <em>Details</em>}'.
165 * <!-- begin-user-doc -->
166 * <!-- end-user-doc -->
167 * @return the value of the '<em>Income</em>' container reference.
168 * @see #setIncome(Income)
169 * @see TaxationWithRoot.TaxationWithRootPackage#getIncome_Detail_Income()
170 * @see TaxationWithRoot.Income#getDetails
171 * @model opposite="details" required="true" transient="false"
172 * @generated
173 */
174 Income getIncome();
175
176 /**
177 * Sets the value of the '{@link TaxationWithRoot.Income_Detail#getIncome <em>Income</em>}' container reference.
178 * <!-- begin-user-doc -->
179 * <!-- end-user-doc -->
180 * @param value the new value of the '<em>Income</em>' container reference.
181 * @see #getIncome()
182 * @generated
183 */
184 void setIncome(Income value);
185
186} // Income_Detail