Interface FetchableContainer

    • Method Detail

      • getNumberOfKeyFetchables

        default int getNumberOfKeyFetchables()
        The number of key fetchables in the container
      • getNumberOfFetchables

        int getNumberOfFetchables()
        The number of fetchables in the container
      • getNumberOfFetchableKeys

        default int getNumberOfFetchableKeys()
        The number of fetchables in the container
      • getKeyFetchable

        default Fetchable getKeyFetchable​(int position)
      • getFetchable

        default Fetchable getFetchable​(int position)
      • getSelectableIndex

        default int getSelectableIndex​(String selectableName)