Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cc93e75f7c1be0b5fe508733e43b84bd24536e0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.emf.cdo.tests/model"
    editDirectory="" editorDirectory="" modelPluginID="org.eclipse.emf.cdo.tests"
    modelName="Interface" updateClasspath="false" rootExtendsInterface="org.eclipse.emf.cdo.CDOObject"
    rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl" reflectiveDelegation="true"
    codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.cdo"
    featureDelegation="Reflective" complianceLevel="5.0" copyrightFields="false">
  <foreignModel>interface.ecore</foreignModel>
  <modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
  <genPackages prefix="Interface" disposableProviderFactory="true" ecorePackage="interface.ecore#/">
    <genClasses image="false" ecoreClass="interface.ecore#//IInterface">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute interface.ecore#//IInterface/test"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top