Interface IMutableNameHolder
- All Superinterfaces:
INameHolder
- All Known Subinterfaces:
IMutableQualifiedNameHolder
A
IMutableNameHolder is a INameHolder whose name can be set
programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface INameHolder
getName, getNameInQuotes, hasName, hasSameNameAs
-
Method Details
-
setName
Sets the name of the currentIMutableNameHolder.- Parameters:
name-- Throws:
RuntimeException- if the given name is null.RuntimeException- if the given name is blank.
-