Class DesignReturnValue

All Implemented Interfaces:
Serializable, Cloneable, CommonReturnValue, JRChangeEventsSupport, JRCloneable, ReturnValue, VariableReturnValue

public class DesignReturnValue extends DesignCommonReturnValue implements ReturnValue
Implementation of ReturnValue to be used for report design purposes.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Field Details

    • PROPERTY_FROM_VARIABLE

      public static final String PROPERTY_FROM_VARIABLE
      See Also:
    • fromVariable

      protected String fromVariable
      The name of the variable to be copied.
  • Constructor Details

    • DesignReturnValue

      public DesignReturnValue()
  • Method Details