jet.api
Class SubReturnValueContainerinfo

java.lang.Object
  extended by jet.api.SubReturnValueContainerinfo

public class SubReturnValueContainerinfo
extends java.lang.Object


Constructor Summary
SubReturnValueContainerinfo(java.lang.String componentName, java.util.List<SubReturnValueInfo> subReturnInfos)
          Creates information of the SubReturnValueContainer in the SubReport.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubReturnValueContainerinfo

public SubReturnValueContainerinfo(java.lang.String componentName,
                                   java.util.List<SubReturnValueInfo> subReturnInfos)
Creates information of the SubReturnValueContainer in the SubReport. This container holds all the return values of the subreport which are created based on the same component in the subreport.

Parameters:
componentName - Instance name of the component in the SubReport.
sublinkInfos - SubReturnValueInfos of the specified component in the subreport.