Uses of Class
org.pentaho.di.trans.steps.pentahoreporting.PentahoReportingOutputMeta.ProcessorType

Packages that use PentahoReportingOutputMeta.ProcessorType
org.pentaho.di.trans.steps.pentahoreporting   
 

Uses of PentahoReportingOutputMeta.ProcessorType in org.pentaho.di.trans.steps.pentahoreporting
 

Methods in org.pentaho.di.trans.steps.pentahoreporting that return PentahoReportingOutputMeta.ProcessorType
 PentahoReportingOutputMeta.ProcessorType PentahoReportingOutputMeta.getOutputProcessorType()
           
static PentahoReportingOutputMeta.ProcessorType PentahoReportingOutputMeta.ProcessorType.getProcessorTypeByCode(String code)
           
static PentahoReportingOutputMeta.ProcessorType PentahoReportingOutputMeta.ProcessorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PentahoReportingOutputMeta.ProcessorType[] PentahoReportingOutputMeta.ProcessorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type PentahoReportingOutputMeta.ProcessorType
 void PentahoReportingOutputMeta.setOutputProcessorType(PentahoReportingOutputMeta.ProcessorType outputProcessorType)