aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/FO.java
blob: e403cfa20977a0c1d9df9bd7590f695054282e87 (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>FO</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link Taxation.FO#getRate_type_for_FO <em>Rate type for FO</em>}</li>
 * </ul>
 *
 * @see Taxation.TaxationPackage#getFO()
 * @model
 * @generated
 */
public interface FO extends Professional_Expenses_Deduction {
	/**
	 * Returns the value of the '<em><b>Rate type for FO</b></em>' attribute.
	 * The literals are from the enumeration {@link Taxation.Type_of_Rate}.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Rate type for FO</em>' attribute.
	 * @see Taxation.Type_of_Rate
	 * @see #setRate_type_for_FO(Type_of_Rate)
	 * @see Taxation.TaxationPackage#getFO_Rate_type_for_FO()
	 * @model required="true" derived="true"
	 * @generated
	 */
	Type_of_Rate getRate_type_for_FO();

	/**
	 * Sets the value of the '{@link Taxation.FO#getRate_type_for_FO <em>Rate type for FO</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Rate type for FO</em>' attribute.
	 * @see Taxation.Type_of_Rate
	 * @see #getRate_type_for_FO()
	 * @generated
	 */
	void setRate_type_for_FO(Type_of_Rate value);

} // FO