org.pentaho.reporting.engine.classic.core.layout
Class InlineSubreportMarker

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.InlineSubreportMarker

public class InlineSubreportMarker
extends Object


Constructor Summary
InlineSubreportMarker(SubReport subreport, InstanceID insertationPointId, SubReportProcessType processType)
           
 
Method Summary
 InstanceID getInsertationPointId()
           
 SubReportProcessType getProcessType()
           
 SubReport getSubreport()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineSubreportMarker

public InlineSubreportMarker(SubReport subreport,
                             InstanceID insertationPointId,
                             SubReportProcessType processType)
                      throws ReportProcessingException
Throws:
ReportProcessingException
Method Detail

getSubreport

public SubReport getSubreport()
                       throws ReportProcessingException
Throws:
ReportProcessingException

getInsertationPointId

public InstanceID getInsertationPointId()

getProcessType

public SubReportProcessType getProcessType()