Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 87db3c25eda61bfee543d7cd7c0857196ca12808 (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
56
57
58
59
60
61
62
63
64
65
66
<?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 - 2012 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.model5/src" editDirectory="" editorDirectory=""
    modelPluginID="org.eclipse.emf.cdo.tests.model5" modelName="Model5" updateClasspath="false"
    codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.ecore"
    complianceLevel="5.0" providerRootExtendsClass="" runtimeVersion="2.6">
  <foreignModel>model5.ecore</foreignModel>
  <modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
  <modelPluginVariables>JUNIT=org.junit</modelPluginVariables>
  <genPackages prefix="Model5" basePackage="org.eclipse.emf.cdo.tests.legacy" disposableProviderFactory="true"
      literalsInterface="false" extensibleProviderFactory="true" childCreationExtenders="true"
      ecorePackage="model5.ecore#/">
    <genDataTypes ecoreDataType="model5.ecore#//IntArray"/>
    <genClasses ecoreClass="model5.ecore#//TestFeatureMap">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model5.ecore#//TestFeatureMap/managers"/>
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference model5.ecore#//TestFeatureMap/doctors"/>
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EAttribute model5.ecore#//TestFeatureMap/people"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//Manager"/>
    <genClasses ecoreClass="model5.ecore#//Doctor"/>
    <genClasses ecoreClass="model5.ecore#//GenListOfString">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfString/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfInt">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfInt/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfInteger">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfInteger/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfLong">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfLong/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfBoolean">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfBoolean/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfShort">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfShort/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfFloat">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfFloat/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfDouble">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfDouble/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfDate">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfDate/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfChar">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfChar/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//GenListOfIntArray">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//GenListOfIntArray/elements"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//Parent">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model5.ecore#//Parent/children"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model5.ecore#//Parent/favourite"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//Parent/name"/>
    </genClasses>
    <genClasses ecoreClass="model5.ecore#//Child">
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference model5.ecore#//Child/parent"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model5.ecore#//Child/preferredBy"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model5.ecore#//Child/name"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top