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