net.sf.jasperreports.engine
Interface JRScriptlet

All Superinterfaces:
java.lang.Cloneable, JRCloneable, JRPropertiesHolder
All Known Implementing Classes:
JRBaseScriptlet, JRDesignScriptlet, JRFillScriptlet

public interface JRScriptlet
extends JRPropertiesHolder, JRCloneable

Version:
$Id: JRScriptlet.java 3677 2010-04-02 11:39:11Z lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static java.lang.String SCRIPTLET_PARAMETER_NAME_SUFFIX
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.Class getValueClass()
           
 java.lang.String getValueClassName()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder
getParentProperties, getPropertiesMap, hasProperties
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Field Detail

SCRIPTLET_PARAMETER_NAME_SUFFIX

static final java.lang.String SCRIPTLET_PARAMETER_NAME_SUFFIX
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

getValueClass

java.lang.Class getValueClass()

getValueClassName

java.lang.String getValueClassName()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com