Uses of Class
org.pentaho.di.trans.steps.textfileinput.TextFileInputField

Packages that use TextFileInputField
org.pentaho.di.trans.steps.csvinput   
org.pentaho.di.trans.steps.parallelgzipcsv   
org.pentaho.di.trans.steps.textfileinput   
 

Uses of TextFileInputField in org.pentaho.di.trans.steps.csvinput
 

Methods in org.pentaho.di.trans.steps.csvinput that return TextFileInputField
 TextFileInputField[] CsvInputMeta.getInputFields()
           
 

Methods in org.pentaho.di.trans.steps.csvinput with parameters of type TextFileInputField
 void CsvInputMeta.setInputFields(TextFileInputField[] inputFields)
           
 

Uses of TextFileInputField in org.pentaho.di.trans.steps.parallelgzipcsv
 

Methods in org.pentaho.di.trans.steps.parallelgzipcsv that return TextFileInputField
 TextFileInputField[] ParGzipCsvInputMeta.getInputFields()
           
 

Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TextFileInputField
 void ParGzipCsvInputMeta.setInputFields(TextFileInputField[] inputFields)
           
 

Uses of TextFileInputField in org.pentaho.di.trans.steps.textfileinput
 

Methods in org.pentaho.di.trans.steps.textfileinput that return TextFileInputField
 TextFileInputField[] TextFileInputMeta.getInputFields()
           
 TextFileInputField[] InputFileMetaInterface.getInputFields()
           
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileInputField
 void TextFileInputMeta.setInputFields(TextFileInputField[] inputFields)