aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Extraordinary_Expense_CE.java
blob: 64254f780e1b19c83e175478382b68c90ee86f82 (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
/**
 */
package TaxationWithRoot;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Extraordinary Expense CE</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link TaxationWithRoot.Extraordinary_Expense_CE#getThresholded_deduction_percentage <em>Thresholded deduction percentage</em>}</li>
 *   <li>{@link TaxationWithRoot.Extraordinary_Expense_CE#getCe_type <em>Ce type</em>}</li>
 * </ul>
 *
 * @see TaxationWithRoot.TaxationPackage#getExtraordinary_Expense_CE()
 * @model
 * @generated
 */
public interface Extraordinary_Expense_CE extends Expense {
	/**
	 * Returns the value of the '<em><b>Thresholded deduction percentage</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Thresholded deduction percentage</em>' attribute.
	 * @see #setThresholded_deduction_percentage(double)
	 * @see TaxationWithRoot.TaxationPackage#getExtraordinary_Expense_CE_Thresholded_deduction_percentage()
	 * @model required="true"
	 * @generated
	 */
	double getThresholded_deduction_percentage();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.Extraordinary_Expense_CE#getThresholded_deduction_percentage <em>Thresholded deduction percentage</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Thresholded deduction percentage</em>' attribute.
	 * @see #getThresholded_deduction_percentage()
	 * @generated
	 */
	void setThresholded_deduction_percentage(double value);

	/**
	 * Returns the value of the '<em><b>Ce type</b></em>' attribute.
	 * The literals are from the enumeration {@link TaxationWithRoot.CE_Type}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Ce type</em>' attribute.
	 * @see TaxationWithRoot.CE_Type
	 * @see #setCe_type(CE_Type)
	 * @see TaxationWithRoot.TaxationPackage#getExtraordinary_Expense_CE_Ce_type()
	 * @model required="true"
	 * @generated
	 */
	CE_Type getCe_type();

	/**
	 * Sets the value of the '{@link TaxationWithRoot.Extraordinary_Expense_CE#getCe_type <em>Ce type</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Ce type</em>' attribute.
	 * @see TaxationWithRoot.CE_Type
	 * @see #getCe_type()
	 * @generated
	 */
	void setCe_type(CE_Type value);

} // Extraordinary_Expense_CE