aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Health_and_Pension_Insurance.java
blob: 75c8588cc1cf945ed3aa4f02bbfd1f6b57da6e61 (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
/**
 */
package Taxation;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>DS for Health and Pension Insurance</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.DS_for_Health_and_Pension_Insurance#getInsurance_category <em>Insurance category</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getDS_for_Health_and_Pension_Insurance()
 * @model
 * @generated
 */
public interface DS_for_Health_and_Pension_Insurance extends DS {
	/**
	 * Returns the value of the '<em><b>Insurance category</b></em>' attribute.
	 * The literals are from the enumeration {@link Taxation.Category_of_Health_and_Pension_Insurances}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Insurance category</em>' attribute.
	 * @see Taxation.Category_of_Health_and_Pension_Insurances
	 * @see #setInsurance_category(Category_of_Health_and_Pension_Insurances)
	 * @see Taxation.TaxationPackage#getDS_for_Health_and_Pension_Insurance_Insurance_category()
	 * @model required="true"
	 * @generated
	 */
	Category_of_Health_and_Pension_Insurances getInsurance_category();

	/**
	 * Sets the value of the '{@link Taxation.DS_for_Health_and_Pension_Insurance#getInsurance_category <em>Insurance category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Insurance category</em>' attribute.
	 * @see Taxation.Category_of_Health_and_Pension_Insurances
	 * @see #getInsurance_category()
	 * @generated
	 */
	void setInsurance_category(Category_of_Health_and_Pension_Insurances value);

} // DS_for_Health_and_Pension_Insurance