Uses of Class
org.pentaho.di.trans.steps.autodoc.KettleReportBuilder.OutputType

Packages that use KettleReportBuilder.OutputType
org.pentaho.di.trans.steps.autodoc   
 

Uses of KettleReportBuilder.OutputType in org.pentaho.di.trans.steps.autodoc
 

Methods in org.pentaho.di.trans.steps.autodoc that return KettleReportBuilder.OutputType
 KettleReportBuilder.OutputType AutoDocOptionsInterface.getOutputType()
           
 KettleReportBuilder.OutputType AutoDocMeta.getOutputType()
           
static KettleReportBuilder.OutputType KettleReportBuilder.OutputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KettleReportBuilder.OutputType[] KettleReportBuilder.OutputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.steps.autodoc with parameters of type KettleReportBuilder.OutputType
 void AutoDocMeta.setOutputType(KettleReportBuilder.OutputType outputType)