Interface PropertyHandler<T>

    • Method Detail

      • set

        boolean set​(T obj)
        Parameters:
        obj - The object to set.
        Returns:
        true if the object was set, false otherwise.
      • get

        T get()
        Returns:
        The object that was set. (Note that object might also be set in the constructor of an implementation class).