diff options
Diffstat (limited to 'src/main/resources/mapFiles/HistoryMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/HistoryMap.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml index 803bf64..7bae1e6 100644 --- a/src/main/resources/mapFiles/HistoryMap.xml +++ b/src/main/resources/mapFiles/HistoryMap.xml @@ -17,7 +17,10 @@ </field>
<field name="mStepType" type="string" direct="false" get-method="getStepType" set-method="setStepType">
<bind-xml name="StepType" node="attribute"/>
- </field>
+ </field>
+ <field name="mViewName" type="string" direct="false" get-method="getViewName" set-method="setViewName">
+ <bind-xml name="ViewName" node="attribute"/>
+ </field>
<field name="mCurrentState" type="integer" direct="false" get-method="getCurrentState" set-method="setCurrentState">
<bind-xml name="CurrentState" node="attribute"/>
</field>
|
