Interface IMutableTagHolder
- All Superinterfaces:
ITagHolder
A
IMutableTagHolder is a ITagHolder whose tag can be set
programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface ITagHolder
getTag
-
Method Details
-
setTag
Sets the tag of the currentIMutableTagHolder.- Parameters:
tag-- Throws:
RuntimeException- if the given tag is null or blank.
-