Interface DataRecord

    • Method Detail

      • getValue

        <T> T getValue​(DataColumn<T> column)
        Returns the column value of this record.
        Type Parameters:
        T - value type
        Parameters:
        column - DataColumn<T>; column
        Returns:
        T; the column value in this record
      • getValue

        Object getValue​(String id)
        Returns the column value of this record.
        Parameters:
        id - String; column id
        Returns:
        Object; the column value in this record
      • getValues

        Object[] getValues()
        Returns the column values of this record in the natural order of the columns.
        Returns:
        the column value in this record