Interface IExportRecordField
-
- All Known Implementing Classes:
ExportRecordField
public interface IExportRecordFieldRepresents a single field of anIExportRecordto be exported.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EExportDataTypegetFieldType()ObjectgetFieldValue()
-
-
-
Method Detail
-
getFieldType
@Nonnull EExportDataType getFieldType()
- Returns:
- The type of this field. Never
null.
-
-