java.lang.Object
org.uitnet.testing.smartfwk.ui.core.file.reader.support.Table

public class Table
extends Object
Author:
Madhav Krishna
  • Constructor Details

    • Table

      public Table​(String tableName)
  • Method Details

    • getTableName

      public String getTableName()
    • addColumnName

      public void addColumnName​(String columnName)
    • addColumnNames

      public void addColumnNames​(List<String> columnNames)
    • addRow

      public void addRow​(List<String> row)
    • getColumnNames

      public List<String> getColumnNames()
    • getRawRows

      public List<List<String>> getRawRows()
    • getRawRow

      public List<String> getRawRow​(int index)
    • getRows

      public List<TableRow> getRows()
    • getColumnData

      public List<String> getColumnData​(String columnName)
    • getRowCount

      public int getRowCount()
    • getColumnIndex

      public int getColumnIndex​(String columnName)
    • getRow

      public TableRow getRow​(int rowNumber)
      Return the row for a particular row number.
      Parameters:
      rowNumber - - values from 1 to n.
      Returns:
    • getRows

      public List<TableRow> getRows​(RowFilter rowFilter)
    • toString

      public String toString()
      Overrides:
      toString in class Object