Interface JRValueParameter

    • Method Detail

      • getValue

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

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