Interface RecordAccessor<T>

Type Parameters:
T - The type managed by the Record.
All Known Subinterfaces:
RecordAccessor.RecordProperty<T>

public interface RecordAccessor<T>
Provides an accessor for a Record property.
  • Method Details

    • getRecord

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