Interface OptionalLabelHolder
- All Known Subinterfaces:
FluentMutableOptionalLabelHolder<H>, MutableOptionalLabelHolder
-
Method Details
-
getLabel
String getLabel()- Returns:
- the label of the current
OptionalLabelHolder - Throws:
RuntimeException- if the currentOptionalLabelHolderdoes not have a label
-
getLabelInSingleQuotes
- Returns:
- the label of the current
OptionalLabelHolderin single quotes - Throws:
RuntimeException- if the currentOptionalLabelHolderdoes not have a label
-
hasLabel
boolean hasLabel()- Returns:
- true if the current
OptionalLabelHolderhas a label, false otherwise
-