com.etasoft.trans.map
Class axMapMetaData

java.lang.Object
  extended bycom.etasoft.trans.map.axMapMetaData

public class axMapMetaData
extends java.lang.Object

Get map meta data.


Constructor Summary
axMapMetaData()
           
 
Method Summary
 void addItem(java.lang.Integer mapLoopId, axMapMetaDataItem item)
          Add segment/table related element/field to the list in the hashmap.
 void addLoop(axMapMetaDataItem itemLoop)
          Add segment/table to the list.
 java.util.ArrayList getItems(java.lang.Integer mapLoopId)
          Get all elements/fields for specific segment or table.
 java.util.ArrayList getLoops()
          Get segment/table list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axMapMetaData

public axMapMetaData()
Method Detail

addLoop

public void addLoop(axMapMetaDataItem itemLoop)
Add segment/table to the list.


getLoops

public java.util.ArrayList getLoops()
Get segment/table list.


addItem

public void addItem(java.lang.Integer mapLoopId,
                    axMapMetaDataItem item)
Add segment/table related element/field to the list in the hashmap.


getItems

public java.util.ArrayList getItems(java.lang.Integer mapLoopId)
Get all elements/fields for specific segment or table.