Interface JRValueParameter

    • Method Detail

      • getValue

        Object getValue()
        Returns the value assigned to the parameter.
        Returns:
        the value assigned to the parameter
      • setValue

        void setValue​(Object value)
        Assigns the value to the parameter.
        Parameters:
        value - the value assigned to the parameter