Schnittstelle IOptionalTitleHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalTitleHolder<FMOTH>
,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 currentIOptionalTitleHolder
does not have a title.
-
getTitleInQuotes
- Gibt zurück:
- the title of the current
IOptionalTitleHolder
in quotes. - Löst aus:
RuntimeException
- if the currentIOptionalTitleHolder
does not have a title.
-
hasTitle
boolean hasTitle()- Gibt zurück:
- true if the current
IOptionalTitleHolder
has a title.
-