blob: dbb8465d8ead8954b25b16cb25654713d463ae27 [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="editor"
nsURI="http://www.eclipse.org/qvt/1.0/Editor" nsPrefix="ed">
<eClassifiers xsi:type="ecore:EClass" name="AbstractLabelElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false"
upperBound="-1" eType="#//Behavior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//AbstractNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractOutlineElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EcoreLabelElement" eSuperTypes="#//AbstractLabelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" unique="false" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" unique="false" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideIfBlank" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separator" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=" "/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suffix" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textProvider" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eClassifier="#//TextProvider"/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EcoreNode" eSuperTypes="#//AbstractNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditorDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//EditorDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1"
eType="#//AbstractNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FoldingBehavior" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="JavaLabelElement" eSuperTypes="#//AbstractLabelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="toString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaNode" eSuperTypes="#//AbstractNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelBehavior" eSuperTypes="#//Behavior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageProvider" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eClassifier="#//ImageProvider"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" unique="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formatProvider" unique="false">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eClassifier="#//FormatProvider"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractLabelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutlineBehavior" eSuperTypes="#//Behavior">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractOutlineElement" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutlineElement" eSuperTypes="#//AbstractOutlineElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" unique="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutlineGroup" eSuperTypes="#//AbstractOutlineElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractOutlineElement" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FormatProvider" instanceClassName="org.eclipse.qvt.declarative.editor.util.FormatProvider"/>
<eClassifiers xsi:type="ecore:EDataType" name="ImageProvider" instanceClassName="org.eclipse.qvt.declarative.editor.util.ImageProvider"/>
<eClassifiers xsi:type="ecore:EDataType" name="TextProvider" instanceClassName="org.eclipse.qvt.declarative.editor.util.TextProvider"/>
</ecore:EPackage>