HanomanLogger.msgnode 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:eflow="http://www.ibm.com/wbi/2005/eflow" xmlns:utility="http://www.ibm.com/wbi/2005/eflow_utility" nsURI="HanomanLogger.msgnode" nsPrefix="HanomanLogger.msgnode">
  3. <eClassifiers xmi:type="eflow:FCMComposite" name="FCMComposite_1">
  4. <eSuperTypes href="http://www.ibm.com/wbi/2005/eflow#//FCMBlock"/>
  5. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.text" name="text">
  6. <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  7. </eStructuralFeatures>
  8. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.type" name="type" eType="//@eClassifiers.1" defaultValueLiteral="All"/>
  9. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.level" name="level" eType="//@eClassifiers.2" defaultValueLiteral="Debug"/>
  10. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath1" name="xpath1">
  11. <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  12. </eStructuralFeatures>
  13. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath2" name="xpath2">
  14. <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  15. </eStructuralFeatures>
  16. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath3" name="xpath3">
  17. <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  18. </eStructuralFeatures>
  19. <eStructuralFeatures xmi:type="ecore:EAttribute" xmi:id="Property.xpath4" name="xpath4">
  20. <eType xmi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  21. </eStructuralFeatures>
  22. <translation xmi:type="utility:TranslatableString" key="HanomanLogger" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  23. <colorGraphic16 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/id.co.hanoman.tcpip/icons/full/obj16/HanomanLogger.gif"/>
  24. <colorGraphic32 xmi:type="utility:GIFFileGraphic" resourceName="platform:/plugin/id.co.hanoman.tcpip/icons/full/obj30/HanomanLogger.gif"/>
  25. <composition>
  26. <nodes xmi:type="eflow:FCMSource" xmi:id="InTerminal.in" location="100,20">
  27. <translation xmi:type="utility:TranslatableString" key="InTerminal.in" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  28. </nodes>
  29. <nodes xmi:type="eflow:FCMSink" xmi:id="OutTerminal.out" location="200,40">
  30. <translation xmi:type="utility:TranslatableString" key="OutTerminal.out" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  31. </nodes>
  32. </composition>
  33. <propertyOrganizer>
  34. <propertyDescriptor groupName="Group.Basic" describedAttribute="Property.text">
  35. <propertyName xmi:type="utility:TranslatableString" key="Property.text" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  36. <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.type">
  37. <propertyName xmi:type="utility:TranslatableString" key="Property.type" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  38. <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.level">
  39. <propertyName xmi:type="utility:TranslatableString" key="Property.level" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  40. <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath1">
  41. <propertyName xmi:type="utility:TranslatableString" key="Property.xpath1" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  42. <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath2">
  43. <propertyName xmi:type="utility:TranslatableString" key="Property.xpath2" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  44. <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath3">
  45. <propertyName xmi:type="utility:TranslatableString" key="Property.xpath3" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  46. <propertyDescriptor groupName="Group.Basic" configurable="true" describedAttribute="Property.xpath4">
  47. <propertyName xmi:type="utility:TranslatableString" key="Property.xpath4" bundleName="HanomanLogger" pluginId="id.co.hanoman.tcpip"/>
  48. </propertyDescriptor>
  49. </propertyDescriptor>
  50. </propertyDescriptor>
  51. </propertyDescriptor>
  52. </propertyDescriptor>
  53. </propertyDescriptor>
  54. </propertyDescriptor>
  55. </propertyOrganizer>
  56. </eClassifiers>
  57. <eClassifiers xmi:type="ecore:EEnum">
  58. <eLiterals xmi:id="type.All" name="All"/>
  59. <eLiterals xmi:id="type.Root" name="Root" value="1"/>
  60. <eLiterals xmi:id="type.Body" name="Body" value="2"/>
  61. <eLiterals xmi:id="type.None" name="None" value="3"/>
  62. </eClassifiers>
  63. <eClassifiers xmi:type="ecore:EEnum">
  64. <eLiterals xmi:id="level.Trace" name="Trace"/>
  65. <eLiterals xmi:id="level.Debug" name="Debug" value="1"/>
  66. <eLiterals xmi:id="level.Info" name="Info" value="2"/>
  67. <eLiterals xmi:id="level.Warning" name="Warning" value="3"/>
  68. <eLiterals xmi:id="level.Error" name="Error" value="4"/>
  69. <eLiterals xmi:id="level.Fatal" name="Fatal" value="5"/>
  70. </eClassifiers>
  71. </ecore:EPackage>