aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java
index 625efe59..f239ac45 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/External_Allowance.java
@@ -13,7 +13,6 @@ import org.eclipse.emf.ecore.EObject;
13 * The following features are supported: 13 * The following features are supported:
14 * </p> 14 * </p>
15 * <ul> 15 * <ul>
16 * <li>{@link Taxation.External_Allowance#getAmount <em>Amount</em>}</li>
17 * <li>{@link Taxation.External_Allowance#getGrantor <em>Grantor</em>}</li> 16 * <li>{@link Taxation.External_Allowance#getGrantor <em>Grantor</em>}</li>
18 * <li>{@link Taxation.External_Allowance#getStarting_year <em>Starting year</em>}</li> 17 * <li>{@link Taxation.External_Allowance#getStarting_year <em>Starting year</em>}</li>
19 * <li>{@link Taxation.External_Allowance#getEnding_year <em>Ending year</em>}</li> 18 * <li>{@link Taxation.External_Allowance#getEnding_year <em>Ending year</em>}</li>
@@ -28,28 +27,6 @@ import org.eclipse.emf.ecore.EObject;
28 */ 27 */
29public interface External_Allowance extends EObject { 28public interface External_Allowance extends EObject {
30 /** 29 /**
31 * Returns the value of the '<em><b>Amount</b></em>' attribute.
32 * <!-- begin-user-doc -->
33 * <!-- end-user-doc -->
34 * @return the value of the '<em>Amount</em>' attribute.
35 * @see #setAmount(double)
36 * @see Taxation.TaxationPackage#getExternal_Allowance_Amount()
37 * @model required="true"
38 * @generated
39 */
40 double getAmount();
41
42 /**
43 * Sets the value of the '{@link Taxation.External_Allowance#getAmount <em>Amount</em>}' attribute.
44 * <!-- begin-user-doc -->
45 * <!-- end-user-doc -->
46 * @param value the new value of the '<em>Amount</em>' attribute.
47 * @see #getAmount()
48 * @generated
49 */
50 void setAmount(double value);
51
52 /**
53 * Returns the value of the '<em><b>Grantor</b></em>' attribute. 30 * Returns the value of the '<em><b>Grantor</b></em>' attribute.
54 * The literals are from the enumeration {@link Taxation.Grantor}. 31 * The literals are from the enumeration {@link Taxation.Grantor}.
55 * <!-- begin-user-doc --> 32 * <!-- begin-user-doc -->