Interface MutableNameHolder
- All Superinterfaces:
NameHolder
A
MutableNameHolder is a NameHolder whose name can be set
programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface NameHolder
getName, getNameInSingleQuotes, hasName, hasSameNameAs
-
Method Details
-
setName
Sets the name of the currentMutableNameHolder.- Parameters:
name-- Throws:
RuntimeException- if the given name is null or blank
-