org.apache.poi.hdf.extractor
Class TableRow

java.lang.Object
  extended by org.apache.poi.hdf.extractor.TableRow

public final class TableRow
extends java.lang.Object

Comment me

Author:
Ryan Ackley

Constructor Summary
TableRow(java.util.ArrayList cells, TAP descriptor)
           
 
Method Summary
 java.util.ArrayList getCells()
           
 TAP getTAP()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow(java.util.ArrayList cells,
                TAP descriptor)
Method Detail

getTAP

public TAP getTAP()

getCells

public java.util.ArrayList getCells()