Interface IDataReader


public interface IDataReader
Identifies a class that can read data from a file.
Author:
josephramsey
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDelimiter(DelimiterType delimiterType)
    The delimiter between entries in a line, one of DelimiterType.WHITESPACE, DelimiterType.TAB, DelimiterType.COMMA, DelimiterType.COLON
    void
    setIdLabel(String caseIdsLabel)
    Deprecated. 
    void
    setIdsSupplied(boolean caseIdsPresent)
    Deprecated. 
  • Method Details

    • setDelimiter

      void setDelimiter(DelimiterType delimiterType)
      The delimiter between entries in a line, one of DelimiterType.WHITESPACE, DelimiterType.TAB, DelimiterType.COMMA, DelimiterType.COLON
    • setIdsSupplied

      void setIdsSupplied(boolean caseIdsPresent)
      Deprecated.
      True if case IDs are provided in the first column of the data.
    • setIdLabel

      void setIdLabel(String caseIdsLabel)
      Deprecated.
      The String identifier of the case ID column.