public abstract class AbstractField extends AbstractNamed implements Field
Field interface.name| Constructor and Description |
|---|
AbstractField()
Creates a new
AbstractField. |
AbstractField(java.lang.String name)
Creates a new
AbstractField |
| Modifier and Type | Method and Description |
|---|---|
java.io.Reader |
readText()
Gets a new reader for the content of the field.
|
java.lang.String |
toString()
The standard implementation of toString returns the name of the Named
Object.
|
clone, getName, setNamepublic AbstractField()
AbstractField.public AbstractField(java.lang.String name)
AbstractFieldname - The name of the field.public java.io.Reader readText()
Fieldpublic java.lang.String toString()
AbstractNamedtoString in class AbstractNamed