Schnittstelle IMutableOptionalTagHolder
- Alle Superschnittstellen:
IOptionalTagHolder
A
IMutableOptionalTagHolder is a IOptionalTagHolder whose tag
can be set and removed programmatically.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the tag of the currentIMutableOptionalTagHolder.voidSets the tag of the currentIMutableOptionalTagHolder.Von Schnittstelle geerbte Methoden IOptionalTagHolder
getTag, hasTag
-
Methodendetails
-
removeTag
void removeTag()Removes the tag of the currentIMutableOptionalTagHolder. -
setTag
Sets the tag of the currentIMutableOptionalTagHolder.- Parameter:
tag-- Löst aus:
RuntimeException- if the given tag is null or blank.
-