Interface NamedValue<V>

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this parameter.
        Returns:
        The name of this parameter.
      • getValue

        V getValue()
        Returns the value.
        Returns:
        The value.
      • setValue

        void setValue​(V value)
        Sets the value.
        Parameters:
        value - The value.