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, setName
public AbstractField()
AbstractField
.public AbstractField(java.lang.String name)
AbstractField
name
- The name of the field.public java.io.Reader readText()
Field
public java.lang.String toString()
AbstractNamed
toString
in class AbstractNamed