diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-09-17 08:54:33 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-09-17 08:54:33 +0200 |
| commit | 8b32fe15554c0103585321c3d397f6e46dd451b4 (patch) | |
| tree | fbf5f86108d61cafc362bebeceda85a71b8dc0bb /src/main/resources/mapFiles | |
| parent | e99ed30f6cae36c5f3fa03007d991e67894a01bb (diff) | |
Merge and tidy after 2.4
Diffstat (limited to 'src/main/resources/mapFiles')
| -rw-r--r-- | src/main/resources/mapFiles/StateMachineMap.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/mapFiles/StateMachineMap.xml b/src/main/resources/mapFiles/StateMachineMap.xml index 7309647..53f24e1 100644 --- a/src/main/resources/mapFiles/StateMachineMap.xml +++ b/src/main/resources/mapFiles/StateMachineMap.xml @@ -16,8 +16,8 @@ </field>
</class>
<class name="com.c2kernel.lifecycle.instance.stateMachine.State">
- <field name="code" type="integer" direct="false">
- <bind-xml name="code" node="attribute" />
+ <field name="id" type="integer" direct="false">
+ <bind-xml name="id" node="attribute" />
</field>
<field name="name" type="string" direct="false">
<bind-xml name="name" node="attribute" />
@@ -27,16 +27,16 @@ </field>
</class>
<class name="com.c2kernel.lifecycle.instance.stateMachine.Transition">
- <field name="code" type="integer" direct="false">
- <bind-xml name="code" node="attribute" />
+ <field name="id" type="integer" direct="false">
+ <bind-xml name="id" node="attribute" />
</field>
<field name="name" type="string" direct="false">
<bind-xml name="name" node="attribute" />
</field>
- <field name="originStateCode" type="integer" direct="false">
+ <field name="originStateId" type="integer" direct="false">
<bind-xml name="origin" node="attribute" />
</field>
- <field name="targetStateCode" type="integer" direct="false">
+ <field name="targetStateId" type="integer" direct="false">
<bind-xml name="target" node="attribute" />
</field>
<field name="enabledProp" type="string" direct="false">
|
