public interface HasText
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()
Copyright © 2011 The University of Southern California. All Rights Reserved.