public interface TextFileInputFieldInterface extends Comparable<TextFileInputFieldInterface>
Modifier and Type | Method and Description |
---|---|
TextFileInputFieldInterface |
createNewInstance(String newFieldname,
int x,
int newlength) |
int |
getLength() |
String |
getName() |
int |
getPosition() |
void |
setLength(int i) |
compareTo
int getPosition()
int getLength()
String getName()
void setLength(int i)
TextFileInputFieldInterface createNewInstance(String newFieldname, int x, int newlength)