Schnittstelle IOptionalTagHolder
- Alle bekannten Unterschnittstellen:
IMutableOptionalTagHolder
-
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.
-