public interface HasWord extends Serializable
HasWord interface
knows about words.| Modifier and Type | Method and Description |
|---|---|
void |
setWord(String word)
Set the word value for the label (if one is stored).
|
String |
word()
Return the word value of the label (or null if none).
|