Interface IExportRecord

All Known Implementing Classes:
ExportRecord

public interface IExportRecord
Represents a single record to be exported.
Author:
Philip Helger
  • Method Details

    • getAllFields

      @Nonnull com.helger.commons.collection.impl.ICommonsList<? extends IExportRecordField> getAllFields()
      Returns:
      A list of all fields in the correct order.
    • hasFields

      boolean hasFields()
      Returns:
      true if at least one field is present
    • getFieldCount

      @Nonnegative int getFieldCount()
      Returns:
      The number of fields in this record.