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