Class OperatorFieldParser
java.lang.Object
uk.m0nom.adifproc.adif3.transform.comment.parsers.OperatorFieldParser
- All Implemented Interfaces:
CommentFieldParser
A previous version of the ADIF Processor used OP as the keyword that populated the Name field.
In an attempt to maintain backwards compatibility this compromise implementation checks for at least one digit
in the passed value - if there is one or more digits the value is treated as a callsign and the Operator field
is populated. If not the value is set into the name field.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OperatorFieldParser
public OperatorFieldParser()
-
-
Method Details
-
parseField
- Specified by:
parseFieldin interfaceCommentFieldParser
-