Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8b2de9bb400bbb3b9b2522564ba190feb98ab774 (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" modelDirectory="/org.eclipse.emf.cdo.tests.model4interfaces/src"
    editDirectory="" editorDirectory="" modelPluginID="org.eclipse.emf.cdo.tests.model4interfaces"
    modelName="Interfaces" updateClasspath="false" rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl"
    reflectiveDelegation="true" testsDirectory="" importerID="org.eclipse.emf.importer.ecore"
    featureDelegation="Reflective" complianceLevel="5.0" copyrightFields="false" editPluginID="org.eclipse.emf.cdo.tests.model4interfaces.edit"
    editorPluginID="org.eclipse.emf.cdo.tests.model4interfaces.edit" runtimeVersion="2.6"
    cleanup="true">
  <foreignModel>model4interfaces.ecore</foreignModel>
  <modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
  <genPackages prefix="model4interfaces" basePackage="org.eclipse.emf.cdo.tests" disposableProviderFactory="true"
      literalsInterface="false" ecorePackage="model4interfaces.ecore#/">
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//ISingleRefContainer">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//ISingleRefContainer/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//ISingleRefContainedElement">
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference model4interfaces.ecore#//ISingleRefContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//ISingleRefNonContainer">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//ISingleRefNonContainer/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//ISingleRefNonContainedElement">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//ISingleRefNonContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IMultiRefContainer">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//IMultiRefContainer/elements"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IMultiRefContainedElement">
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference model4interfaces.ecore#//IMultiRefContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IMultiRefNonContainer">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//IMultiRefNonContainer/elements"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IMultiRefNonContainedElement">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//IMultiRefNonContainedElement/parent"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//INamedElement">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model4interfaces.ecore#//INamedElement/name"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IContainedElementNoParentLink"/>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//ISingleRefContainerNPL">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//ISingleRefContainerNPL/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//ISingleRefNonContainerNPL">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//ISingleRefNonContainerNPL/element"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IMultiRefContainerNPL">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//IMultiRefContainerNPL/elements"/>
    </genClasses>
    <genClasses image="false" ecoreClass="model4interfaces.ecore#//IMultiRefNonContainerNPL">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference model4interfaces.ecore#//IMultiRefNonContainerNPL/elements"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top