aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/DS_for_Permanent_Expense.java
blob: 51e0581fbc1dc5a6c382b3e641ca9973fa7ada76 (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 TaxationWithRoot;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>DS for Permanent Expense</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link TaxationWithRoot.DS_for_Permanent_Expense#getPermanent_expense_category <em>Permanent expense category</em>}</li>
 * </ul>
 *
 * @see TaxationWithRoot.TaxationPackage#getDS_for_Permanent_Expense()
 * @model
 * @generated
 */
public interface DS_for_Permanent_Expense extends DS {
	/**
	 * Returns the value of the '<em><b>Permanent expense category</b></em>' attribute.
	 * The literals are from the enumeration {@link TaxationWithRoot.Category_of_Permanent_Expense}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Permanent expense category</em>' attribute.
	 * @see TaxationWithRoot.Category_of_Permanent_Expense
	 * @see #setPermanent_expense_category(Category_of_Permanent_Expense)
	 * @see TaxationWithRoot.TaxationPackage#getDS_for_Permanent_Expense_Permanent_expense_category()
	 * @model required="true"
	 * @generated
	 */
	Category_of_Permanent_Expense getPermanent_expense_category();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.DS_for_Permanent_Expense#getPermanent_expense_category <em>Permanent expense category</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Permanent expense category</em>' attribute.
	 * @see TaxationWithRoot.Category_of_Permanent_Expense
	 * @see #getPermanent_expense_category()
	 * @generated
	 */
	void setPermanent_expense_category(Category_of_Permanent_Expense value);

} // DS_for_Permanent_Expense