Uses of Class
org.pentaho.di.trans.steps.excelinput.ExcelInputMeta

Packages that use ExcelInputMeta
org.pentaho.di.trans.steps.excelinput   
org.pentaho.di.ui.trans.steps.excelinput   
 

Uses of ExcelInputMeta in org.pentaho.di.trans.steps.excelinput
 

Methods in org.pentaho.di.trans.steps.excelinput that return ExcelInputMeta
 ExcelInputMeta ExcelInputMetaInjection.getMeta()
           
 

Constructors in org.pentaho.di.trans.steps.excelinput with parameters of type ExcelInputMeta
ExcelInputMetaInjection(ExcelInputMeta meta)
           
 

Uses of ExcelInputMeta in org.pentaho.di.ui.trans.steps.excelinput
 

Methods in org.pentaho.di.ui.trans.steps.excelinput with parameters of type ExcelInputMeta
 void ExcelInputDialog.getData(ExcelInputMeta meta)
          Read the data from the ExcelInputMeta object and show it in this dialog.