Interface ArrayDataTypeHandler.ArrayHandler

Enclosing class:
ArrayDataTypeHandler

public static interface ArrayDataTypeHandler.ArrayHandler
  • Method Details

    • setValue

      void setValue(int row, int col, String value)
    • getValue

      Object getValue()
    • getValueString

      String getValueString(int row, int col)
    • getRowCount

      int getRowCount()