edu.isi.pegasus.planner.invocation
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()