All Known Implementing Classes:
DataSetBase

public interface DataSet
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the id of the data set
    Gets the label of the data set
    Gets the path of the data set
  • Method Details

    • getLabel

      String getLabel()
      Gets the label of the data set
      Returns:
      String the label of the data set
    • getId

      String getId()
      Gets the id of the data set
      Returns:
      String the id of the data set
    • getPath

      String getPath()
      Gets the path of the data set
      Returns:
      String the path of the data set