Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 48c36bb7f84fddbf7996215b32ab5419822caef5 (plain) (tree)





















                                                                                                                                                                                                                      
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="LayoutEuristic"
    nsURI="http://www.eclipse.org/papyrus/properties/layoutEuristic" nsPrefix="layout">
  <eClassifiers xsi:type="ecore:EClass" name="Config">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultTextEditor" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/PropertyEditorType"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultBooleanEditor" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/PropertyEditorType"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultIntegerEditor" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/PropertyEditorType"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultEnumEditor" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/PropertyEditorType"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultReferenceEditor"
        eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/PropertyEditorType"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultSectionLayout" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/LayoutType"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="defaultModelElementFactory"
        eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.properties.model/Model/Properties.ecore#//environment/ModelElementFactoryDescriptor"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutKind" eType="#//LayoutKind"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EEnum" name="LayoutKind">
    <eLiterals/>
  </eClassifiers>
</ecore:EPackage>

Back to the top