This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/main/plugins/org.talend.model/model/recyclebin.genmodel
2015-07-15 19:03:13 +08:00

21 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.talend.model/src/main/java" modelPluginID="org.talend.model"
modelName="RecycleBin" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
importerID="org.eclipse.emf.importer.ecore" complianceLevel="7.0" copyrightFields="false"
operationReflection="true" importOrganizing="true">
<foreignModel>recyclebin.ecore</foreignModel>
<genPackages prefix="RecycleBin" basePackage="org.talend.model" disposableProviderFactory="true"
ecorePackage="recyclebin.ecore#/">
<genClasses ecoreClass="recyclebin.ecore#//RecycleBin">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute recyclebin.ecore#//RecycleBin/deletedFolders"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference recyclebin.ecore#//RecycleBin/deletedItems"/>
</genClasses>
<genClasses ecoreClass="recyclebin.ecore#//TalendItem">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute recyclebin.ecore#//TalendItem/id"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute recyclebin.ecore#//TalendItem/path"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute recyclebin.ecore#//TalendItem/type"/>
</genClasses>
</genPackages>
</genmodel:GenModel>