Package net.sf.jasperreports.engine
Interface JRScriptlet
- All Superinterfaces:
Cloneable,JRCloneable,JRPropertiesHolder
- All Known Implementing Classes:
JRBaseScriptlet,JRDesignScriptlet,JRFillScriptlet
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the list of dynamic/expression-based properties for this scriptlet.Class<?> voidsetDescription(String description) Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
cloneMethods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder
getParentProperties, getPropertiesMap, hasProperties
-
Field Details
-
SCRIPTLET_PARAMETER_NAME_SUFFIX
- See Also:
-
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
setDescription
-
getValueClass
Class<?> getValueClass() -
getValueClassName
String getValueClassName() -
getPropertyExpressions
JRPropertyExpression[] getPropertyExpressions()Returns the list of dynamic/expression-based properties for this scriptlet.- Returns:
- an array containing the expression-based properties of this scriptlet
-