Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/org.eclipse.papyrus.properties.generation/model/FieldSelection.ecore')
-rw-r--r--sandbox/org.eclipse.papyrus.properties.generation/model/FieldSelection.ecore27
1 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/org.eclipse.papyrus.properties.generation/model/FieldSelection.ecore b/sandbox/org.eclipse.papyrus.properties.generation/model/FieldSelection.ecore
deleted file mode 100644
index c0f2d0988b8..00000000000
--- a/sandbox/org.eclipse.papyrus.properties.generation/model/FieldSelection.ecore
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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="fieldselection"
- nsURI="http://www.eclipse.org/papyrus/properties/fieldSelection" nsPrefix="fs">
- <eClassifiers xsi:type="ecore:EClass" name="FieldSelection">
- <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
- eType="#//PropertyDefinition" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="contextElements" upperBound="-1"
- eType="#//ContextElement" containment="true"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="PropertyDefinition">
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueSingle" lowerBound="1"
- eType="#//Value" defaultValueLiteral="DEFAULT"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueMultiple" lowerBound="1"
- eType="#//Value" defaultValueLiteral="DEFAULT"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="ContextElement">
- <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
- eType="#//ContextElement" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
- eType="#//PropertyDefinition" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EDataType" name="Value" instanceClassName="org.eclipse.papyrus.properties.generation.wizard.widget.TernaryButton.State"/>
-</ecore:EPackage>

Back to the top