de.kl.xsreports
Class RowDataHandler

java.lang.Object
  extended by de.kl.xsreports.RowDataHandler

public class RowDataHandler
extends java.lang.Object

Author:
nikita

Constructor Summary
RowDataHandler(java.lang.Object[] Data, java.lang.Integer[] ColumnMap, java.lang.String SymbolName)
          Creates a new instance of RowDataHandle
 
Method Summary
 int getColumnCount()
           
 java.lang.Object[] getRow(int Row)
          Lesen einer Zeile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowDataHandler

public RowDataHandler(java.lang.Object[] Data,
                      java.lang.Integer[] ColumnMap,
                      java.lang.String SymbolName)
               throws ConfigurationException
Creates a new instance of RowDataHandle

Throws:
ConfigurationException
Method Detail

getRow

public java.lang.Object[] getRow(int Row)
                          throws ConfigurationException
Lesen einer Zeile

Throws:
ConfigurationException

getColumnCount

public int getColumnCount()