Class ResultRecordParser

  • All Implemented Interfaces:
    DataGridParser

    public class ResultRecordParser
    extends Object
    implements DataGridParser
    Transforms the given list of result records to a new matrix
    Author:
    Orlando Paz <orlando.paz@kuwaiba.org>
    • Constructor Detail

      • ResultRecordParser

        public ResultRecordParser()
    • Method Detail

      • getData

        public String[][] getData​(Object dataSource)
        Description copied from interface: DataGridParser
        converts a data source to an array that can be exported
        Specified by:
        getData in interface DataGridParser
        Parameters:
        dataSource - data source
        Returns:
        the new array with the matrix structure