com.x5.template
Class TableOfMaps

java.lang.Object
  extended by com.x5.template.TableOfMaps
All Implemented Interfaces:
TableData

public class TableOfMaps
extends java.lang.Object
implements TableData


Constructor Summary
TableOfMaps(java.util.List list)
           
 
Method Summary
 java.lang.String[] getColumnLabels()
           
 java.lang.String[] getRow()
           
 boolean hasNext()
           
 java.util.Map<java.lang.String,java.lang.Object> nextRecord()
           
 void reset()
           
 void setColumnLabels(java.lang.String[] labels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableOfMaps

public TableOfMaps(java.util.List list)
Method Detail

getColumnLabels

public java.lang.String[] getColumnLabels()
Specified by:
getColumnLabels in interface TableData

setColumnLabels

public void setColumnLabels(java.lang.String[] labels)
Specified by:
setColumnLabels in interface TableData

getRow

public java.lang.String[] getRow()
Specified by:
getRow in interface TableData

hasNext

public boolean hasNext()
Specified by:
hasNext in interface TableData

nextRecord

public java.util.Map<java.lang.String,java.lang.Object> nextRecord()
Specified by:
nextRecord in interface TableData

reset

public void reset()
Specified by:
reset in interface TableData


Copyright © 2015. All Rights Reserved.