Schnittstelle IFluentMutableOptionalTitleHolder<FMOTH extends IFluentMutableOptionalTitleHolder<FMOTH>>
- Typparameter:
FMOTH
- is the type of aIFluentMutableOptionalTitleHolder
.
- Alle Superschnittstellen:
IOptionalTitleHolder
public interface IFluentMutableOptionalTitleHolder<FMOTH extends IFluentMutableOptionalTitleHolder<FMOTH>>
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 TypMethodeBeschreibungRemoves the title of the currentIFluentMutableOptionalTitleHolder
.Sets the title of the currentIFluentMutableOptionalTitleHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalTitleHolder
getTitle, getTitleInQuotes, hasTitle
-
Methodendetails
-
removeTitle
FMOTH removeTitle()Removes the title of the currentIFluentMutableOptionalTitleHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalTitleHolder
.
-
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.
-