net.sf.jasperreports.engine
Interface JRScriptlet

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

public interface JRScriptlet
extends JRPropertiesHolder, JRCloneable

Version:
$Id: JRScriptlet.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static String SCRIPTLET_PARAMETER_NAME_SUFFIX
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 Class<?> getValueClass()
           
 String getValueClassName()
           
 void setDescription(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 String SCRIPTLET_PARAMETER_NAME_SUFFIX
See Also:
Constant Field Values
Method Detail

getName

String getName()

getDescription

String getDescription()

setDescription

void setDescription(String description)

getValueClass

Class<?> getValueClass()

getValueClassName

String getValueClassName()


Copyright © 2012. All Rights Reserved.