Schnittstelle IOptionalLabelHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalLabelHolder<H>, IMutableOptionalLabelHolder
-
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, false otherwise.
-