Interface RowHandler<T>

Type Parameters:
T - the type parameter
All Known Implementing Classes:
SAXRowHandler, WorkBookExcelColumnRowHandler, WorkBookRowHandler

public interface RowHandler<T>
The interface Row handler.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getValue​(int i)
    Gets value.
    void setRow​(T row)
    Sets row.
  • Method Details

    • setRow

      void setRow​(T row)
      Sets row.
      Parameters:
      row - the row
    • getValue

      java.lang.String getValue​(int i)
      Gets value.
      Parameters:
      i - the
      Returns:
      the value