Schnittstelle IMutableOptionalTitleHolder
- Alle Superschnittstellen:
IOptionalTitleHolder
A
IMutableOptionalTitleHolder is a IOptionalTitleHolder whose
title can be set and removed programmatically.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the title of the currentIMutableOptionalTitleHolder.voidSets the title of the currentIMutableOptionalTitleHolder.Von Schnittstelle geerbte Methoden IOptionalTitleHolder
getTitle, getTitleInQuotes, hasTitle
-
Methodendetails
-
removeTitle
void removeTitle()Removes the title of the currentIMutableOptionalTitleHolder. -
setTitle
Sets the title of the currentIMutableOptionalTitleHolder.- Parameter:
title-- Löst aus:
RuntimeException- if the given title is null.RuntimeException- if the given title is blank.
-