Interface Value<V>

    • Method Detail

      • getValue

        V getValue()
        Returns the value.
        Returns:
        the value
        See Also:
        setValue(V)
      • setValue

        void setValue​(V value)
        Sets the value.
        Parameters:
        value - the value to set
        See Also:
        getValue()
      • getDouble

        Double getDouble()
        Returns a double value.
        Returns:
        double value