Schnittstelle IOptionalTitleHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalTitleHolder<H>,IMutableOptionalTitleHolder
public interface IOptionalTitleHolder
A
IOptionalTitleHolder can have a title.- Version:
- 2023-02-06
- Autor:
- Silvan Wyss
-
Methodendetails
-
getTitle
String getTitle()- Gibt zurück:
- the title of the current
IOptionalTitleHolder. - Löst aus:
RuntimeException- if the currentIOptionalTitleHolderdoes not have a title.
-
getTitleInQuotes
- Gibt zurück:
- the title of the current
IOptionalTitleHolderin quotes. - Löst aus:
RuntimeException- if the currentIOptionalTitleHolderdoes not have a title.
-
hasTitle
boolean hasTitle()- Gibt zurück:
- true if the current
IOptionalTitleHolderhas a title.
-