Interface DataSource

    • Method Detail

      • getId

        String getId()
        Gets the unique id of this DataSource. The id should be unique across the DataSet that this source is added to.
        Returns:
        the unique id of this DataSource.
      • getDataType

        Class<?> getDataType()
        Gets the type of data produced by this DataSource.
        Returns:
        the type of data produced by this DataSource.
      • getSourceType

        Class<?> getSourceType()
        Gets the type of the object that this DataSource can retreive data from.
        Returns:
        the type of the object that this DataSource can retreive data from.