Schnittstelle IOptionalTagHolder
- Alle bekannten Unterschnittstellen:
IMutableOptionalTagHolder
public interface IOptionalTagHolder
A
IOptionalTagHolder can have a tag.- Version:
- 2025-11-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getTag
String getTag()- Gibt zurück:
- the tag of the current
IOptionalTagHolder. - Löst aus:
RuntimeException- if the currentIOptionalTagHolderdoes not have a tag.
-
hasTag
boolean hasTag()- Gibt zurück:
- true if the current
IOptionalTagHolderhas a tag, false otherwise, false otherwise.
-