Interface IExportRecordField
- All Known Implementing Classes:
ExportRecordField
public interface IExportRecordField
Represents a single field of an
IExportRecord to be exported.- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getFieldType
- Returns:
- The type of this field. Never
null.
-
getFieldValue
- Returns:
- The value of this field. May be
null.
-