Interface ValueFetcher

  • All Known Implementing Classes:
    QueryValueFetcher

    public interface ValueFetcher
    Interface wrapping values that can be fetched by index.
    • Method Detail

      • getValue

        Object getValue​(int whichOne)
        Returns a specific value from this ValueFetcher.
        Parameters:
        whichOne - indicates which value to be returned