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