Interface MutableOptionalTitleHolder
- All Superinterfaces:
OptionalTitleHolder
A
MutableOptionalTitleHolder is a OptionalTitleHolder whose
title can be set and removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the title of the currentMutableOptionalTitleHolder.voidSets the title of the currentMutableOptionalTitleHolder.Methods inherited from interface OptionalTitleHolder
getTitle, getTitleInSingleQuotes, hasTitle
-
Method Details
-
removeTitle
void removeTitle()Removes the title of the currentMutableOptionalTitleHolder. -
setTitle
Sets the title of the currentMutableOptionalTitleHolder.- Parameters:
title-- Throws:
RuntimeException- if the given title is null or blank
-