Schnittstelle IFluentMutableOptionalTitleHolder<H extends IFluentMutableOptionalTitleHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalTitleHolder.
- Alle Superschnittstellen:
IOptionalTitleHolder
public interface IFluentMutableOptionalTitleHolder<H extends IFluentMutableOptionalTitleHolder<H>>
extends IOptionalTitleHolder
A
IFluentMutableOptionalTitleHolder is a IOptionalTitleHolder
whose title can be set and removed programmatically and fluently.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the title of the currentIFluentMutableOptionalTitleHolder.Sets the title of the currentIFluentMutableOptionalTitleHolder.Von Schnittstelle geerbte Methoden IOptionalTitleHolder
getTitle, getTitleInQuotes, hasTitle
-
Methodendetails
-
removeTitle
void removeTitle()Removes the title of the currentIFluentMutableOptionalTitleHolder. -
setTitle
Sets the title of the currentIFluentMutableOptionalTitleHolder.- Parameter:
title-- Gibt zurück:
- the current
IFluentMutableOptionalTitleHolder. - Löst aus:
RuntimeException- if the given title is null.RuntimeException- if the given title is blank.
-