Schnittstelle IMutableOptionalTitleHolder
- Alle Superschnittstellen:
IOptionalTitleHolder
A
IMutableOptionalTitleHolder
is a IOptionalTitleHolder
whose
title can be set and removed programmatically.- Version:
- 2023-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Removes the title of the currentIMutableOptionalTitleHolder
.void
Sets the title of the currentIMutableOptionalTitleHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.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.
-