Interface DataSource


public interface DataSource
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets some data value from the specified object
  • Method Details

    • getData

      Object getData(Object obj)
      Gets some data value from the specified object
      Parameters:
      obj - the object to get the data from
      Returns:
      the data