Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.lyo.oslc4j.adaptormodel/model/adaptorInterface.ecore')
-rw-r--r--org.eclipse.lyo.oslc4j.adaptormodel/model/adaptorInterface.ecore8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.lyo.oslc4j.adaptormodel/model/adaptorInterface.ecore b/org.eclipse.lyo.oslc4j.adaptormodel/model/adaptorInterface.ecore
index e658a71..55ee76f 100644
--- a/org.eclipse.lyo.oslc4j.adaptormodel/model/adaptorInterface.ecore
+++ b/org.eclipse.lyo.oslc4j.adaptormodel/model/adaptorInterface.ecore
@@ -42,6 +42,8 @@
eType="#//DomainSpecification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainPrefixes" upperBound="-1"
eType="#//NamespacePrefix" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="generationSetting" eType="#//GenerationSetting"
+ containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
@@ -53,6 +55,8 @@
eType="#//Resource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceProperties" upperBound="-1"
eType="#//ResourceProperty" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="generationSetting" eType="#//GenerationSetting"
+ containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamespacePrefix">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
@@ -212,4 +216,8 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="adaptorInterface" lowerBound="1"
eType="#//AdaptorInterface"/>
</eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="GenerationSetting">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaClassPackageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaFilesPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ </eClassifiers>
</ecore:EPackage>

Back to the top