Interface IMutableOptionalLabelHolder
- All Superinterfaces:
IOptionalLabelHolder
A
IMutableOptionalLabelHolder is a IOptionalLabelHolder whose
label can be set and removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the label of the currentIMutableOptionalLabelHolder.voidSets the label of the currentIMutableOptionalLabelHolder.Methods inherited from interface IOptionalLabelHolder
getLabel, getLabelInQuotes, hasLabel
-
Method Details
-
removeLabel
void removeLabel()Removes the label of the currentIMutableOptionalLabelHolder. -
setLabel
Sets the label of the currentIMutableOptionalLabelHolder.- Parameters:
label-- Throws:
RuntimeException- if the given label is null.RuntimeException- if the given label is blank.
-