@Beta public interface MutableNamedElement extends NamedElement, MutableElement
| Modifier and Type | Method and Description |
|---|---|
void |
setSimpleName(String simpleName) |
getCompilationUnit, getSimpleNameremovevoid setSimpleName(String simpleName)
simpleName - the simple name of this element, must not be nullIllegalArgumentException - if the simpleName is nullCopyright © 2015. All Rights Reserved.