blob: 30c82c2e537bc8a1a3a87e9c434760e0ab39dca3 [file] [log] [blame]
<?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="binding"
nsURI="http://www.eclipse.org/gmf/2008/Binding" nsPrefix="bind">
<eClassifiers xsi:type="ecore:EClass" name="Binding">
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1"
eType="ecore:EClass context.ecore#//Context"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commitCondition" eType="ecore:EClass context.ecore#//Condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widget" lowerBound="1"
eType="ecore:EClass widget.ecore#//Widget"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refreshCondition" eType="ecore:EClass context.ecore#//Condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="section" eType="#//Section"
eOpposite="#//Section/bindings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="widget.ecore#//Composite">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//Binding" containment="true" eOpposite="#//Binding/section"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" upperBound="-1"
eType="ecore:EClass context.ecore#//Context" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1"
eType="ecore:EClass context.ecore#//Condition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Editor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" lowerBound="1"
upperBound="-1" eType="#//Section" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//ActionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widgets" lowerBound="1"
upperBound="-1" eType="ecore:EClass widget.ecore#//Widget"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1"
upperBound="-1" eType="ecore:EClass context.ecore#//Condition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionKind">
<eLiterals name="SHOW"/>
<eLiterals name="HIDE" value="1"/>
<eLiterals name="ENABLE" value="2"/>
<eLiterals name="DISABLE" value="3"/>
</eClassifiers>
</ecore:EPackage>