aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Health_and_Pension_Insurance.java
blob: 03e4b1cef274df532fbeeec813a20fac3349e0ea (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
/**
 */
package TaxationWithRoot;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Health and Pension Insurance</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link TaxationWithRoot.Health_and_Pension_Insurance#getCategory <em>Category</em>}</li>
 *   <li>{@link TaxationWithRoot.Health_and_Pension_Insurance#isIs_related_to_additional_salary <em>Is related to additional salary</em>}</li>
 * </ul>
 *
 * @see TaxationWithRoot.TaxationWithRootPackage#getHealth_and_Pension_Insurance()
 * @model
 * @generated
 */
public interface Health_and_Pension_Insurance extends Special_Expense_DS {
	/**
	 * Returns the value of the '<em><b>Category</b></em>' attribute.
	 * The literals are from the enumeration {@link TaxationWithRoot.Category_of_Health_and_Pension_Insurances}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Category</em>' attribute.
	 * @see TaxationWithRoot.Category_of_Health_and_Pension_Insurances
	 * @see #setCategory(Category_of_Health_and_Pension_Insurances)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getHealth_and_Pension_Insurance_Category()
	 * @model required="true"
	 * @generated
	 */
	Category_of_Health_and_Pension_Insurances getCategory();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.Health_and_Pension_Insurance#getCategory <em>Category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Category</em>' attribute.
	 * @see TaxationWithRoot.Category_of_Health_and_Pension_Insurances
	 * @see #getCategory()
	 * @generated
	 */
	void setCategory(Category_of_Health_and_Pension_Insurances value);

	/**
	 * Returns the value of the '<em><b>Is related to additional salary</b></em>' attribute.
	 * The default value is <code>"false"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Is related to additional salary</em>' attribute.
	 * @see #setIs_related_to_additional_salary(boolean)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getHealth_and_Pension_Insurance_Is_related_to_additional_salary()
	 * @model default="false" required="true"
	 * @generated
	 */
	boolean isIs_related_to_additional_salary();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.Health_and_Pension_Insurance#isIs_related_to_additional_salary <em>Is related to additional salary</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Is related to additional salary</em>' attribute.
	 * @see #isIs_related_to_additional_salary()
	 * @generated
	 */
	void setIs_related_to_additional_salary(boolean value);

} // Health_and_Pension_Insurance