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