Package net.sf.jasperreports.engine
Interface JRValueParameter
- All Superinterfaces:
Cloneable,JRCloneable,JRParameter,JRPropertiesHolder
- All Known Implementing Classes:
JRFillCrosstabParameter,JRFillParameter
A report/dataset parameter having an assigned value.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.engine.JRParameter
FILTER, IS_IGNORE_PAGINATION, JASPER_REPORT, JASPER_REPORTS_CONTEXT, MAX_PAGE_HEIGHT, MAX_PAGE_WIDTH, REPORT_CLASS_LOADER, REPORT_CONNECTION, REPORT_CONTEXT, REPORT_DATA_SOURCE, REPORT_FORMAT_FACTORY, REPORT_LOCALE, REPORT_MAX_COUNT, REPORT_PARAMETERS_MAP, REPORT_RESOURCE_BUNDLE, REPORT_SCRIPTLET, REPORT_TEMPLATES, REPORT_TIME_ZONE, REPORT_VIRTUALIZER, REPOSITORY_CONTEXT, SORT_FIELDS -
Method Summary
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
cloneMethods inherited from interface net.sf.jasperreports.engine.JRParameter
getDefaultValueExpression, getDescription, getEvaluationTime, getName, getNestedType, getNestedTypeName, getValueClass, getValueClassName, isForPrompting, isSystemDefined, setDescriptionMethods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder
getParentProperties, getPropertiesMap, hasProperties
-
Method Details
-
getValue
Object getValue()Returns the value assigned to the parameter.- Returns:
- the value assigned to the parameter
-
setValue
Assigns the value to the parameter.- Parameters:
value- the value assigned to the parameter
-