Schnittstelle IOptionalLabelHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalLabelHolder<FMOLH>
,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 currentIOptionalLabelHolder
does not have a label.
-
getLabelInQuotes
- Gibt zurück:
- the label of the current
IOptionalLabelHolder
in quotes. - Löst aus:
RuntimeException
- if the currentIOptionalLabelHolder
does not have a label.
-
hasLabel
boolean hasLabel()- Gibt zurück:
- true if the current
IOptionalLabelHolder
has a label.
-