Interface RecordsAccessor<T>

Type Parameters:
T - The type managed by the Records.
All Known Subinterfaces:
RecordsAccessor.RecordsProperty<T>

public interface RecordsAccessor<T>
Provides an accessor for a Records property.
  • Method Details

    • getRecords

      Records<T> getRecords()
      Retrieves the Records property.
      Returns:
      The Records being stored by this property.