public interface Label extends Persistable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Get the current value of this label.
|
void |
setLabel(java.lang.String value)
Set the new value of this label.
|
load, save
java.lang.String getLabel()
void setLabel(java.lang.String value)
value
- the new label.java.lang.IllegalArgumentException
- if the label is read-only.