git-svn-id: http://talendforge.org/svn/tos/trunk@73207 f6f1c999-d317-4740-80b0-e6d1abc6f99e
38 lines
3.1 KiB
XML
38 lines
3.1 KiB
XML
<?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="component_cache"
|
|
nsURI="http://www.talend.org/component_cache" nsPrefix="component_cache">
|
|
<eClassifiers xsi:type="ecore:EClass" name="ComponentsCache">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="componentEntryMap" upperBound="-1"
|
|
eType="#//ComponentEntryMap" containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="ComponentInfo">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFamilyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
|
|
defaultValueLiteral=""/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginExtension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="translatedFamilyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTechnical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
|
|
defaultValueLiteral="false"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PluginDependencies" upperBound="-1"
|
|
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentNames" upperBound="-1"
|
|
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="importType" upperBound="-1"
|
|
eType="ecore:EClass Component.ecore#//IMPORTType" containment="true"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVisibleInComponentDefinition"
|
|
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uriString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pathSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceBundleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="ComponentEntryMap" instanceClassName="java.util.Map$Entry">
|
|
<eAnnotations source="MapEntry"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ComponentInfo"
|
|
containment="true"/>
|
|
</eClassifiers>
|
|
</ecore:EPackage>
|