aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java
index 2104cce8..6476e121 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/impl/ResourceImpl.java
@@ -2,8 +2,8 @@
2 */ 2 */
3package TaxationWithRoot.impl; 3package TaxationWithRoot.impl;
4 4
5import TaxationWithRoot.Household;
5import TaxationWithRoot.Resource; 6import TaxationWithRoot.Resource;
6import TaxationWithRoot.Root;
7import TaxationWithRoot.TaxationPackage; 7import TaxationWithRoot.TaxationPackage;
8 8
9import java.util.Collection; 9import java.util.Collection;
@@ -42,7 +42,7 @@ public class ResourceImpl extends MinimalEObjectImpl.Container implements Resour
42 * @generated 42 * @generated
43 * @ordered 43 * @ordered
44 */ 44 */
45 protected EList<Root> contains; 45 protected EList<Household> contains;
46 46
47 /** 47 /**
48 * <!-- begin-user-doc --> 48 * <!-- begin-user-doc -->
@@ -69,9 +69,9 @@ public class ResourceImpl extends MinimalEObjectImpl.Container implements Resour
69 * @generated 69 * @generated
70 */ 70 */
71 @Override 71 @Override
72 public EList<Root> getContains() { 72 public EList<Household> getContains() {
73 if (contains == null) { 73 if (contains == null) {
74 contains = new EObjectContainmentEList<Root>(Root.class, this, TaxationPackage.RESOURCE__CONTAINS); 74 contains = new EObjectContainmentEList<Household>(Household.class, this, TaxationPackage.RESOURCE__CONTAINS);
75 } 75 }
76 return contains; 76 return contains;
77 } 77 }
@@ -115,7 +115,7 @@ public class ResourceImpl extends MinimalEObjectImpl.Container implements Resour
115 switch (featureID) { 115 switch (featureID) {
116 case TaxationPackage.RESOURCE__CONTAINS: 116 case TaxationPackage.RESOURCE__CONTAINS:
117 getContains().clear(); 117 getContains().clear();
118 getContains().addAll((Collection<? extends Root>)newValue); 118 getContains().addAll((Collection<? extends Household>)newValue);
119 return; 119 return;
120 } 120 }
121 super.eSet(featureID, newValue); 121 super.eSet(featureID, newValue);