Class ListTable.ListRecord

  • All Implemented Interfaces:
    Record
    Enclosing class:
    ListTable

    public class ListTable.ListRecord
    extends Object
    implements Record
    Record in a ListTable.
    • Constructor Detail

      • ListRecord

        public ListRecord​(Object[] values)
        Constructor.
        Parameters:
        values - Object[]; values
    • Method Detail

      • getValue

        public <T> T getValue​(Column<T> column)
        Returns the column value of this record.
        Specified by:
        getValue in interface Record
        Type Parameters:
        T - value type
        Parameters:
        column - Column<T>; column
        Returns:
        the column value in this record
      • getValue

        public Object getValue​(String id)
        Returns the column value of this record.
        Specified by:
        getValue in interface Record
        Parameters:
        id - String; column id
        Returns:
        the column value in this record