Class TableDataProvider

java.lang.Object
org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
Direct Known Subclasses:
CSVDataProvider, ExcelDataProvider, SQLDataProvider, ValueSetDataProvider

public abstract class TableDataProvider extends Object
  • Constructor Details

  • Method Details

    • columns

      public abstract List<String> columns()
    • nextRow

      public abstract boolean nextRow() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • cells

      public abstract List<String> cells() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • cell

      public abstract String cell(String name) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • reset

      public abstract void reset() throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • forFile

      public static TableDataProvider forFile(String path, Locale locale) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException