Interface IExportRecord
- All Known Implementing Classes:
ExportRecord
public interface IExportRecord
Represents a single record to be exported.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<? extends IExportRecordField>intboolean
-
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:
trueif at least one field is present
-
getFieldCount
- Returns:
- The number of fields in this record.
-