public interface Field extends Textual
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of the field.
|
java.lang.String |
getText()
Gets the full text of the field.
|
java.io.Reader |
readText()
Gets a new reader for the content of the field.
|