Interface Record<F extends Field>


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

    Modifier and Type
    Method
    Description
    int
    Returns the specified record index.
    Returns the specified table which contains this record.
    getValue(F field)
    Returns the value of field.
  • Method Details

    • getIndex

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

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

      Object getValue(F field)
      Returns the value of field.