Package org.pentaho.di.core.gui
Interface TextFileInputFieldInterface
- 
- All Superinterfaces:
 Comparable<TextFileInputFieldInterface>
public interface TextFileInputFieldInterface extends Comparable<TextFileInputFieldInterface>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextFileInputFieldInterfacecreateNewInstance(String newFieldname, int x, int newlength)intgetLength()StringgetName()intgetPosition()voidsetLength(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)
 
 - 
 
 -