net.sf.jasperreports.engine
Interface JRValueParameter

All Superinterfaces:
JRParameter
All Known Implementing Classes:
JRFillCrosstabParameter, JRFillParameter

public interface JRValueParameter
extends JRParameter

A report/dataset parameter having an assigned value.

Version:
$Id: JRValueParameter.java 1401 2006-09-21 11:04:34 +0300 (Thu, 21 Sep 2006) lucianc $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
 
Fields inherited from interface net.sf.jasperreports.engine.JRParameter
IS_IGNORE_PAGINATION, REPORT_CLASS_LOADER, REPORT_CONNECTION, REPORT_DATA_SOURCE, REPORT_FORMAT_FACTORY, REPORT_LOCALE, REPORT_MAX_COUNT, REPORT_PARAMETERS_MAP, REPORT_RESOURCE_BUNDLE, REPORT_SCRIPTLET, REPORT_TIME_ZONE, REPORT_URL_HANDLER_FACTORY, REPORT_VIRTUALIZER
 
Method Summary
 java.lang.Object getValue()
          Returns the value assigned to the parameter.
 
Methods inherited from interface net.sf.jasperreports.engine.JRParameter
getDefaultValueExpression, getDescription, getName, getValueClass, getValueClassName, isForPrompting, isSystemDefined, setDescription
 

Method Detail

getValue

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

Returns:
the value assigned to the parameter


© 2001-2006 JasperSoft Corporation www.jaspersoft.com