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 TypMethodeBeschreibungvoidRemoves the title of the currentIMutableOptionalTitleHolder.voidSets the title of the currentIMutableOptionalTitleHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.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.
-