Interface IExportRecordField

All Known Implementing Classes:
ExportRecordField

public interface IExportRecordField
Represents a single field of an IExportRecord to be exported.
Author:
Philip Helger
  • Method Details

    • getFieldType

      @Nonnull EExportDataType getFieldType()
      Returns:
      The type of this field. Never null.
    • getFieldValue

      @Nullable Object getFieldValue()
      Returns:
      The value of this field. May be null.