Schnittstelle IOptionalLabelHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalLabelHolder<H>,IMutableOptionalLabelHolder
public interface IOptionalLabelHolder
A
IOptionalLabelHolder can have a label.- Version:
- 2023-02-07
- Autor:
- Silvan Wyss
-
Methodendetails
-
getLabel
String getLabel()- Gibt zurück:
- the label of the current
IOptionalLabelHolder. - Löst aus:
RuntimeException- if the currentIOptionalLabelHolderdoes not have a label.
-
getLabelInQuotes
- Gibt zurück:
- the label of the current
IOptionalLabelHolderin quotes. - Löst aus:
RuntimeException- if the currentIOptionalLabelHolderdoes not have a label.
-
hasLabel
boolean hasLabel()- Gibt zurück:
- true if the current
IOptionalLabelHolderhas a label.
-