Interface IMutableOptionalTagHolder
- All Superinterfaces:
IOptionalTagHolder
A
IMutableOptionalTagHolder is a IOptionalTagHolder whose tag
can be set and removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the tag of the currentIMutableOptionalTagHolder.voidSets the tag of the currentIMutableOptionalTagHolder.Methods inherited from interface IOptionalTagHolder
getTag, hasTag
-
Method Details
-
removeTag
void removeTag()Removes the tag of the currentIMutableOptionalTagHolder. -
setTag
Sets the tag of the currentIMutableOptionalTagHolder.- Parameters:
tag-- Throws:
RuntimeException- if the given tag is null or blank.
-