Schnittstelle IOptionalTitleHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalTitleHolder<H>, IMutableOptionalTitleHolder
-
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, false otherwise.
-