-
public interface RecordDiscriminator
A factory for creatingRecordIdentifier
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordIdentifier
createRecordIdentifier(FixedWidthMultiRecordTextSchema context)
Creates a new record identifier using the given context.
-
-
-
Method Detail
-
createRecordIdentifier
RecordIdentifier createRecordIdentifier(FixedWidthMultiRecordTextSchema context)
Creates a new record identifier using the given context.- Parameters:
context
- the multi-record schema in which the identifier operates- Returns:
- the new record identifier
-
-