Interface IKindBasedInfo<T>

  • Type Parameters:
    T -

    public interface IKindBasedInfo<T>
    Type-Parameterised kind based item
    • Method Detail

      • getInfo

        T getInfo()
        Return type info
        Returns:
        the data stored
        See Also:
        KindBasedStore
      • setInfo

        T setInfo​(T newInfo)
        Set info
        Parameters:
        newInfo -
        Returns:
        previous data stored