Interface Record<F extends Field>


  • public interface Record<F extends Field>
    Specifies the configuration for a record.
    Since:
    2.3.0
    • Method Detail

      • getIndex

        int getIndex()
        Returns the specified record index.
      • getTable

        Table<F> getTable()
        Returns the specified table which contains this record.
      • getValue

        java.lang.Object getValue​(F field)
        Returns the value of field.