summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/CastorHashMapMap.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:00:29 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:00:29 +0200
commit2827a4b2d5aea32dc3c26a80f47309a6b68ac34b (patch)
treefc5639f566cc0efa9081a18114ea9106a519e4d1 /src/main/resources/mapFiles/CastorHashMapMap.xml
parent839ff8b7380e31c260fe50994d20a53b1ec0327f (diff)
Refactor modules
Support workflows on module resources
Diffstat (limited to 'src/main/resources/mapFiles/CastorHashMapMap.xml')
-rw-r--r--src/main/resources/mapFiles/CastorHashMapMap.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/main/resources/mapFiles/CastorHashMapMap.xml b/src/main/resources/mapFiles/CastorHashMapMap.xml
deleted file mode 100644
index 601cf06..0000000
--- a/src/main/resources/mapFiles/CastorHashMapMap.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-
-<mapping>
- <class name="com.c2kernel.utils.KeyValuePair">
- <map-to xml="KeyValuePair"/>
- <field name="mKey"
- type="string"
- direct="false"
- get-method="getKey"
- set-method="setKey">
- <bind-xml name="Key" node="attribute"/>
- </field>
- <field name="IntegerValue"
- type="java.lang.Integer"
- direct="false">
- <bind-xml name="Integer" node="attribute"/>
- </field>
- <field name="StringValue"
- type="java.lang.String"
- direct="false">
- <bind-xml name="String" node="attribute"/>
- </field>
- <field name="BooleanValue"
- type="java.lang.Boolean"
- direct="false">
- <bind-xml name="Boolean" node="attribute"/>
- </field>
- <field name="FloatValue"
- type="java.lang.Float"
- direct="false">
- <bind-xml name="Float" node="attribute"/>
- </field>
- </class>
- <class name="com.c2kernel.utils.CastorArrayList">
- <map-to xml="ArrayList"/>
- <field name="list" collection="arraylist" direct="true" container="false">
- <bind-xml name="ArrayListMember" node="element"/>
- </field>
- </class>
-</mapping>
-