Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19be3ee4f1256a0453b5811a00fea5b6a07716c3 (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
<?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) 2011 CEA LIST and others.&#xA;&#xA; All rights reserved. This program and the accompanying materials&#xA; are made available under the terms of the Eclipse Public License 2.0&#xA; which accompanies this distribution, and is available at&#xA; https://www.eclipse.org/legal/epl-2.0/&#xA;&#xA; SPDX-License-Identifier: EPL-2.0&#xA;&#xA; Contributors:&#xA; Remi Schnekenburger - Initial API and implementation"
    modelDirectory="/org.eclipse.papyrus.views.properties/src-gen" editDirectory="/org.eclipse.papyrus.views.properties.edit/src-gen"
    editorDirectory="/org.eclipse.papyrus.views.properties.editor/src-gen" modelPluginID="org.eclipse.papyrus.views.properties"
    modelName="Preferences" codeFormatting="true" commentFormatting="true" testsDirectory="/org.eclipse.papyrus.views.properties.tests/src-gen"
    importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" copyrightFields="false"
    runtimeVersion="2.6">
  <foreignModel>Preferences.ecore</foreignModel>
  <genPackages prefix="Preferences" basePackage="org.eclipse.papyrus.views.properties.runtime"
      disposableProviderFactory="true" ecorePackage="Preferences.ecore#/">
    <genClasses ecoreClass="Preferences.ecore#//ContextDescriptor">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Preferences.ecore#//ContextDescriptor/name"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Preferences.ecore#//ContextDescriptor/applied"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference Preferences.ecore#//ContextDescriptor/prototype"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Preferences.ecore#//ContextDescriptor/deleted"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Preferences.ecore#//ContextDescriptor/appliedByDefault"/>
    </genClasses>
    <genClasses ecoreClass="Preferences.ecore#//Preferences">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Preferences.ecore#//Preferences/contexts"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Preferences.ecore#//Preferences/version"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top