Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2ff61712fffdc00b95858c1f79196a82eee83eaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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" copyrightText="Copyright (c) 2004 - 2010 Eike Stepper (Berlin, Germany) and others.&#xD;&#xA;All rights reserved. This program and the accompanying materials&#xD;&#xA;are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA;which accompanies this distribution, and is available at&#xD;&#xA;http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;&#xD;&#xA;Contributors:&#xD;&#xA;   Eike Stepper - initial API and implementation"
    modelDirectory="/org.eclipse.emf.cdo.tests.model4interfaces/src" editDirectory=""
    editorDirectory="" modelPluginID="org.eclipse.emf.cdo.tests.model4interfaces"
    modelName="Interfaces" updateClasspath="false" codeFormatting="true" testsDirectory=""
    importerID="org.eclipse.emf.importer.cdo" complianceLevel="5.0" copyrightFields="false"
    editPluginID="org.eclipse.emf.cdo.tests.model4interfaces.edit" editorPluginID="org.eclipse.emf.cdo.tests.model4interfaces.edit">
  <foreignModel>interfaces.ecore</foreignModel>
  <modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
  <genPackages prefix="model4interfaces" basePackage="org.eclipse.emf.cdo.tests.legacy"
      disposableProviderFactory="true" ecorePackage="interfaces.ecore#/">
    <genClasses image="false" ecoreClass="interfaces.ecore#//ISingleRefContainer">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference interfaces.ecore#//ISingleRefContainer/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//ISingleRefContainedElement">
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference interfaces.ecore#//ISingleRefContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//ISingleRefNonContainer">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference interfaces.ecore#//ISingleRefNonContainer/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//ISingleRefNonContainedElement">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference interfaces.ecore#//ISingleRefNonContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IMultiRefContainer">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference interfaces.ecore#//IMultiRefContainer/elements"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IMultiRefContainedElement">
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference interfaces.ecore#//IMultiRefContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IMultiRefNonContainer">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference interfaces.ecore#//IMultiRefNonContainer/elements"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IMultiRefNonContainedElement">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference interfaces.ecore#//IMultiRefNonContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//INamedElement">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute interfaces.ecore#//INamedElement/name"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IContainedElementNoParentLink"/>
    <genClasses image="false" ecoreClass="interfaces.ecore#//ISingleRefContainerNPL">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference interfaces.ecore#//ISingleRefContainerNPL/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//ISingleRefNonContainerNPL">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference interfaces.ecore#//ISingleRefNonContainerNPL/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IMultiRefContainerNPL">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference interfaces.ecore#//IMultiRefContainerNPL/elements"/>
    </genClasses>
    <genClasses image="false" ecoreClass="interfaces.ecore#//IMultiRefNonContainerNPL">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference interfaces.ecore#//IMultiRefNonContainerNPL/elements"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top