aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/src/TaxationWithRoot/Permanent_Expense.java
blob: e116cd2c19e2bcce70f670f001f90b15c956128a (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>Permanent Expense</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link TaxationWithRoot.Permanent_Expense#getCategory <em>Category</em>}</li>
 * </ul>
 *
 * @see TaxationWithRoot.TaxationWithRootPackage#getPermanent_Expense()
 * @model
 * @generated
 */
public interface Permanent_Expense 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_Permanent_Expense}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Category</em>' attribute.
	 * @see TaxationWithRoot.Category_of_Permanent_Expense
	 * @see #setCategory(Category_of_Permanent_Expense)
	 * @see TaxationWithRoot.TaxationWithRootPackage#getPermanent_Expense_Category()
	 * @model required="true"
	 * @generated
	 */
	Category_of_Permanent_Expense getCategory();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.Permanent_Expense#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_Permanent_Expense
	 * @see #getCategory()
	 * @generated
	 */
	void setCategory(Category_of_Permanent_Expense value);

} // Permanent_Expense