Interface OptionalTitleHolder
- All Known Subinterfaces:
FluentMutableOptionalTitleHolder<H>, MutableOptionalTitleHolder
-
Method Details
-
getTitle
String getTitle()- Returns:
- the title of the current
OptionalTitleHolder - Throws:
RuntimeException- if the currentOptionalTitleHolderdoes not have a title
-
getTitleInSingleQuotes
- Returns:
- the title of the current
OptionalTitleHolderin single quotes - Throws:
RuntimeException- if the currentOptionalTitleHolderdoes not have a title
-
hasTitle
boolean hasTitle()- Returns:
- true if the current
OptionalTitleHolderhas a title, false otherwise
-