jet.api
Class SubReturnValueInfo

java.lang.Object
  extended by jet.api.SubLinkInfo
      extended by jet.api.SubReturnValueInfo

public class SubReturnValueInfo
extends SubLinkInfo


Constructor Summary
SubReturnValueInfo(java.lang.String mainParam, java.lang.String subColumn)
          Constructs the Return Value Link of the subreport.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubReturnValueInfo

public SubReturnValueInfo(java.lang.String mainParam,
                          java.lang.String subColumn)
Constructs the Return Value Link of the subreport. The link can make values of the subreport return to the primary report through the parameter in the primary report.

Parameters:
mainParam - Mapping name of the parameter in the main report.
subColumn - Mapping name of the column in the subreport.