diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 08:37:45 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-05-30 08:37:45 +0200 |
| commit | b086f57f56bf0eb9dab9cf321a0f69aaaae84347 (patch) | |
| tree | 8e6e26e8b7eed6abad7a17b093bdbb55c5e6b1ba /resources/mapFiles/PropertiesMap.xml | |
| parent | 22088ae8d2d5ff390518dbe1c4372325ffb3a647 (diff) | |
Initial Maven Conversion
Diffstat (limited to 'resources/mapFiles/PropertiesMap.xml')
| -rwxr-xr-x | resources/mapFiles/PropertiesMap.xml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/resources/mapFiles/PropertiesMap.xml b/resources/mapFiles/PropertiesMap.xml deleted file mode 100755 index 7936a75..0000000 --- a/resources/mapFiles/PropertiesMap.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0"?>
-<mapping>
- <class name="com.c2kernel.property.Property">
- <map-to xml="Property"/>
- <field name="mName" type="string" direct="false" get-method="getName" set-method="setName">
- <bind-xml name="Name" node="attribute"/>
- </field>
- <field name="mValue" type="string" direct="false" get-method="getValue" set-method="setValue">
- <bind-xml name="Value" node="element"/>
- </field>
- </class>
-
- <class name="com.c2kernel.property.PropertyDescription">
- <map-to xml="PropertyDescription"/>
- <field name="mName" type="string" direct="false" get-method="getName" set-method="setName">
- <bind-xml name="Name" node="attribute"/>
- </field>
- <field name="mIsClassIdentifier" type="boolean" direct="false" get-method="getIsClassIdentifier" set-method="setIsClassIdentifier">
- <bind-xml name="IsClassIdentifier" node="attribute"/>
- </field>
- <field name="mDefaultValue" type="string" direct="false" get-method="getDefaultValue" set-method="setDefaultValue">
- <bind-xml name="DefaultValue" node="attribute"/>
- </field>
- <field name="mIsMutable" type="boolean" direct="false" get-method="getIsMutable" set-method="setIsMutable">
- <bind-xml name="IsMutable" node="attribute"/>
- </field>
- </class>
-
-
- <class name="com.c2kernel.property.PropertyDescriptionList">
- <map-to xml="AllProperties"/>
- <field name="list" collection="arraylist" direct="true" type="com.c2kernel.property.PropertyDescription">
- <bind-xml name="PropertyDescription" node="element"/>
- </field>
- </class>
-
- <class name="com.c2kernel.property.PropertyArrayList">
- <map-to xml="PropertyList"/>
- <field name="list"
- collection="arraylist"
- direct="true"
- type="com.c2kernel.property.Property">
- <bind-xml name="Property" node="element"/>
- </field>
- </class>
-</mapping>
|
