Interface JRScriptlet

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

public interface JRScriptlet extends JRPropertiesHolder, JRCloneable
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

  • Method Details

    • getName

      String getName()
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • 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