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 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)
-
-