Schnittstelle IMutableMultiTagHolder
- Alle Superschnittstellen:
IMultiTagHolder
A
IMutableMultiTagHolder is a IMultiTagHolder whose tags can
be added and removed programmatically.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidAdds the given tag to the currentIMutableMultiTagHolderif the currentIMutableMultiTagHolderdoes not contain already such a tag.voidRemoves the given tag from the currentIMutableMultiTagHolderif the currentIMutableMultiTagHoldercontains such a tag.voidRemoves all tags from the currentIMutableMultiTagHolder.Von Schnittstelle geerbte Methoden IMultiTagHolder
getTags
-
Methodendetails
-
addTag
Adds the given tag to the currentIMutableMultiTagHolderif the currentIMutableMultiTagHolderdoes not contain already such a tag.- Parameter:
tag-- Löst aus:
RuntimeException- if the given tag is null or blank.
-
removeTag
Removes the given tag from the currentIMutableMultiTagHolderif the currentIMutableMultiTagHoldercontains such a tag.- Parameter:
tag-
-
removeTags
void removeTags()Removes all tags from the currentIMutableMultiTagHolder.
-