Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6b01cf9c13656c1d31fff61eac34c6c0d44c09e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="resource"
    nsURI="http://www.eclipse.org/papyurs/0.7.0/Resource" nsPrefix="resource">
  <eClassifiers xsi:type="ecore:EClass" name="Resource">
    <eOperations name="setResource">
      <eParameters name="r" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource"/>
    </eOperations>
    <eStructuralFeatures xsi:type="ecore:EReference" name="eobjects" upperBound="-1"
        eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true"
        transient="true" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ResourceEObject" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</ecore:EPackage>

Back to the top