aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java
index 9df3f653..00fcc706 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/TaxationWithRoot/Address.java
@@ -4,6 +4,8 @@ package TaxationWithRoot;
4 4
5import org.eclipse.emf.common.util.EList; 5import org.eclipse.emf.common.util.EList;
6 6
7import org.eclipse.emf.ecore.EObject;
8
7/** 9/**
8 * <!-- begin-user-doc --> 10 * <!-- begin-user-doc -->
9 * A representation of the model object '<em><b>Address</b></em>'. 11 * A representation of the model object '<em><b>Address</b></em>'.
@@ -25,7 +27,7 @@ import org.eclipse.emf.common.util.EList;
25 * @model 27 * @model
26 * @generated 28 * @generated
27 */ 29 */
28public interface Address extends Root { 30public interface Address extends EObject {
29 /** 31 /**
30 * Returns the value of the '<em><b>Country</b></em>' attribute. 32 * Returns the value of the '<em><b>Country</b></em>' attribute.
31 * The default value is <code>"ZZ"</code>. 33 * The default value is <code>"ZZ"</code>.