Uses of Class
org.pentaho.di.trans.steps.fixedinput.FixedFileInputField

Packages that use FixedFileInputField
org.pentaho.di.trans.steps.fixedinput   
org.pentaho.di.ui.trans.steps.fixedinput   
 

Uses of FixedFileInputField in org.pentaho.di.trans.steps.fixedinput
 

Methods in org.pentaho.di.trans.steps.fixedinput that return FixedFileInputField
 FixedFileInputField[] FixedInputMeta.getFieldDefinition()
           
 

Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type FixedFileInputField
 void FixedInputMeta.setFieldDefinition(FixedFileInputField[] fieldDefinition)
           
 

Uses of FixedFileInputField in org.pentaho.di.ui.trans.steps.fixedinput
 

Methods in org.pentaho.di.ui.trans.steps.fixedinput that return types with arguments of type FixedFileInputField
 List<FixedFileInputField> FixedTableDraw.getFields()
           
 List<FixedFileInputField> FixedFileImportWizardPage1.getFields()
           
 

Method parameters in org.pentaho.di.ui.trans.steps.fixedinput with type arguments of type FixedFileInputField
 void FixedTableDraw.setFields(List<FixedFileInputField> fields)
           
 void FixedFileImportWizardPage1.setFields(List<FixedFileInputField> fields)
           
 

Constructor parameters in org.pentaho.di.ui.trans.steps.fixedinput with type arguments of type FixedFileInputField
FixedFileImportWizardPage1(String arg, PropsUI props, List<String> rows, List<FixedFileInputField> fields)
           
FixedFileImportWizardPage2(String arg, PropsUI props, List<String> rows, List<FixedFileInputField> fields)
           
FixedTableDraw(Composite parent, PropsUI props, WizardPage wPage, List<FixedFileInputField> fields)