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.- Version:
- 2023-02-06
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the title of the currentIFluentMutableOptionalTitleHolder.Sets the title of the currentIFluentMutableOptionalTitleHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.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.
-