Interface CodesParser

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
TylerCodesParser

public interface CodesParser extends AutoCloseable
Given the strings from an input case, 'parses' them (i.e. checks, confirms, and converts them into slightly more strict types).

TODO(brycew): still needs to remove the tyler specific codes from this API