com.jaspersoft.jasperserver.api.engine.jasperreports.util
Class JRParameterDecorator
java.lang.Object
com.jaspersoft.jasperserver.api.engine.jasperreports.util.JRParameterDecorator
- All Implemented Interfaces:
- net.sf.jasperreports.engine.JRParameter, net.sf.jasperreports.engine.JRPropertiesHolder
- Direct Known Subclasses:
- JRBaseValueParameter
public class JRParameterDecorator
- extends java.lang.Object
- implements net.sf.jasperreports.engine.JRParameter
- Version:
- $Id: JRParameterDecorator.java 9460 2007-08-10 16:03:12Z lucian $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
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_TEMPLATES, REPORT_TIME_ZONE, REPORT_URL_HANDLER_FACTORY, REPORT_VIRTUALIZER |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRParameterDecorator
public JRParameterDecorator(net.sf.jasperreports.engine.JRParameter decorated)
getDecorated
public net.sf.jasperreports.engine.JRParameter getDecorated()
getDefaultValueExpression
public net.sf.jasperreports.engine.JRExpression getDefaultValueExpression()
- Specified by:
getDefaultValueExpression
in interface net.sf.jasperreports.engine.JRParameter
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface net.sf.jasperreports.engine.JRParameter
getName
public java.lang.String getName()
- Specified by:
getName
in interface net.sf.jasperreports.engine.JRParameter
getValueClass
public java.lang.Class getValueClass()
- Specified by:
getValueClass
in interface net.sf.jasperreports.engine.JRParameter
getValueClassName
public java.lang.String getValueClassName()
- Specified by:
getValueClassName
in interface net.sf.jasperreports.engine.JRParameter
isForPrompting
public boolean isForPrompting()
- Specified by:
isForPrompting
in interface net.sf.jasperreports.engine.JRParameter
isSystemDefined
public boolean isSystemDefined()
- Specified by:
isSystemDefined
in interface net.sf.jasperreports.engine.JRParameter
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface net.sf.jasperreports.engine.JRParameter
getPropertiesMap
public net.sf.jasperreports.engine.JRPropertiesMap getPropertiesMap()
- Specified by:
getPropertiesMap
in interface net.sf.jasperreports.engine.JRPropertiesHolder
Copyright © 2007. All Rights Reserved.