Interface JRValueParameter

All Superinterfaces:
Cloneable, JRCloneable, JRParameter, JRPropertiesHolder
All Known Implementing Classes:
JRFillCrosstabParameter, JRFillParameter

public interface JRValueParameter extends JRParameter
A report/dataset parameter having an assigned value.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • 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