diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-19 21:00:29 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-19 21:00:29 +0200 |
| commit | 2827a4b2d5aea32dc3c26a80f47309a6b68ac34b (patch) | |
| tree | fc5639f566cc0efa9081a18114ea9106a519e4d1 /src/main/resources/mapFiles/KeyValuePairMap.xml | |
| parent | 839ff8b7380e31c260fe50994d20a53b1ec0327f (diff) | |
Refactor modules
Support workflows on module resources
Diffstat (limited to 'src/main/resources/mapFiles/KeyValuePairMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/KeyValuePairMap.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/mapFiles/KeyValuePairMap.xml b/src/main/resources/mapFiles/KeyValuePairMap.xml index 8175151..dc67609 100644 --- a/src/main/resources/mapFiles/KeyValuePairMap.xml +++ b/src/main/resources/mapFiles/KeyValuePairMap.xml @@ -20,6 +20,11 @@ direct="false">
<bind-xml name="String" node="attribute"/>
</field>
+ <field name="FloatValue"
+ type="java.lang.Double"
+ direct="false">
+ <bind-xml name="Float" node="attribute"/>
+ </field>
<field name="BooleanValue"
type="java.lang.Boolean"
direct="false">
|
