Interface IOptionalLabelHolder
- All Known Subinterfaces:
IFluentMutableOptionalLabelHolder<H>, IMutableOptionalLabelHolder
-
Method Details
-
getLabel
String getLabel()- Returns:
- the label of the current
IOptionalLabelHolder. - Throws:
RuntimeException- if the currentIOptionalLabelHolderdoes not have a label.
-
getLabelInQuotes
- Returns:
- the label of the current
IOptionalLabelHolderin quotes. - Throws:
RuntimeException- if the currentIOptionalLabelHolderdoes not have a label.
-
hasLabel
boolean hasLabel()- Returns:
- true if the current
IOptionalLabelHolderhas a label, false otherwise.
-