public interface HasText
| Modifier and Type | Method and Description |
|---|---|
void |
appendValue(String fragment)
Appends a piece of text to the existing text.
|
String |
getValue()
Accessor
|
void |
setValue(String value)
Accessor.
|
void appendValue(String fragment)
fragment - is a piece of text to append to existing text.
Appending null is a noop.String getValue()
setValue(String)void setValue(String value)
value - is the new value to set.getValue()