|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A value copied from a subreport into a variable of the master report.
Method Summary | |
byte |
getCalculation()
Returns the calculation type. |
java.lang.String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name. |
java.lang.String |
getSubreportVariable()
Returns the name of the subreport variable whose value should be copied. |
java.lang.String |
getToVariable()
Returns the name of the master report variable where the value should be copied. |
Method Detail |
public java.lang.String getSubreportVariable()
public java.lang.String getToVariable()
public byte getCalculation()
When copying the value from the subreport, a formula can be applied such that sum, maximum, average and so on can be computed.
public java.lang.String getIncrementerFactoryClassName()
The factory will be used to increment the value of the master report variable with the value from the subreport.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |