Interface IOptionalTitleHolder
- All Known Subinterfaces:
IFluentMutableOptionalTitleHolder<H>, IMutableOptionalTitleHolder
-
Method Details
-
getTitle
String getTitle()- Returns:
- the title of the current
IOptionalTitleHolder. - Throws:
RuntimeException- if the currentIOptionalTitleHolderdoes not have a title.
-
getTitleInQuotes
- Returns:
- the title of the current
IOptionalTitleHolderin quotes. - Throws:
RuntimeException- if the currentIOptionalTitleHolderdoes not have a title.
-
hasTitle
boolean hasTitle()- Returns:
- true if the current
IOptionalTitleHolderhas a title, false otherwise.
-