Interface ITable<R>

  • Type Parameters:
    R - the class representing a row of this table
    All Known Implementing Classes:
    Table

    public interface ITable<R>
    Base interface for table contents
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TAG_NAME  
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the qualified name of this table.
      • getAllRows

        java.util.List<R> getAllRows()
        Returns all rows of this table.