org.pentaho.di.core.gui
Interface TextFileInputFieldInterface

All Superinterfaces:
Comparable<TextFileInputFieldInterface>
All Known Implementing Classes:
TextFileInputField

public interface TextFileInputFieldInterface
extends Comparable<TextFileInputFieldInterface>


Method Summary
 TextFileInputFieldInterface createNewInstance(String newFieldname, int x, int newlength)
           
 int getLength()
           
 String getName()
           
 int getPosition()
           
 void setLength(int i)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPosition

int getPosition()

getLength

int getLength()

getName

String getName()

setLength

void setLength(int i)

createNewInstance

TextFileInputFieldInterface createNewInstance(String newFieldname,
                                              int x,
                                              int newlength)