aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/DS_for_Private_Insurance_and_Plan.java
blob: 19e23ef5271ab68890a0b442f352dc865bf6a3d2 (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 Private Insurance and Plan</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category <em>Private insurance and plan category</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan()
 * @model
 * @generated
 */
public interface DS_for_Private_Insurance_and_Plan extends DS {
	/**
	 * Returns the value of the '<em><b>Private insurance and plan category</b></em>' attribute.
	 * The literals are from the enumeration {@link Taxation.Category_of_Private_Insurance_and_Plan}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Private insurance and plan category</em>' attribute.
	 * @see Taxation.Category_of_Private_Insurance_and_Plan
	 * @see #setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan)
	 * @see Taxation.TaxationPackage#getDS_for_Private_Insurance_and_Plan_Private_insurance_and_plan_category()
	 * @model required="true"
	 * @generated
	 */
	Category_of_Private_Insurance_and_Plan getPrivate_insurance_and_plan_category();

	/**
	 * Sets the value of the '{@link Taxation.DS_for_Private_Insurance_and_Plan#getPrivate_insurance_and_plan_category <em>Private insurance and plan category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Private insurance and plan category</em>' attribute.
	 * @see Taxation.Category_of_Private_Insurance_and_Plan
	 * @see #getPrivate_insurance_and_plan_category()
	 * @generated
	 */
	void setPrivate_insurance_and_plan_category(Category_of_Private_Insurance_and_Plan value);

} // DS_for_Private_Insurance_and_Plan