net.sf.jasperreports.engine.fill
Class JRFillParameter

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillParameter
All Implemented Interfaces:
JRParameter, JRValueParameter
Direct Known Subclasses:
JRFillCrosstabParameter

public class JRFillParameter
extends java.lang.Object
implements JRValueParameter

Version:
$Id: JRFillParameter.java 1401 2006-09-21 11:04:34 +0300 (Thu, 21 Sep 2006) lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected  JRParameter parent
           
 
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
 
Constructor Summary
protected JRFillParameter(JRParameter parameter, JRFillObjectFactory factory)
           
 
Method Summary
 JRExpression getDefaultValueExpression()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.Object getValue()
          Returns the value assigned to the parameter.
 java.lang.Class getValueClass()
           
 java.lang.String getValueClassName()
           
 boolean isForPrompting()
           
 boolean isSystemDefined()
           
 void setDescription(java.lang.String description)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JRParameter parent
Constructor Detail

JRFillParameter

protected JRFillParameter(JRParameter parameter,
                          JRFillObjectFactory factory)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface JRParameter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface JRParameter

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface JRParameter

getValueClass

public java.lang.Class getValueClass()
Specified by:
getValueClass in interface JRParameter

getValueClassName

public java.lang.String getValueClassName()
Specified by:
getValueClassName in interface JRParameter

isSystemDefined

public boolean isSystemDefined()
Specified by:
isSystemDefined in interface JRParameter

isForPrompting

public boolean isForPrompting()
Specified by:
isForPrompting in interface JRParameter

getDefaultValueExpression

public JRExpression getDefaultValueExpression()
Specified by:
getDefaultValueExpression in interface JRParameter

getValue

public java.lang.Object getValue()
Description copied from interface: JRValueParameter
Returns the value assigned to the parameter.

Specified by:
getValue in interface JRValueParameter
Returns:
the value assigned to the parameter

setValue

public void setValue(java.lang.Object value)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com