public interface IDefaultNameService
Default is understood as "the name that it would have taken if you had created it through the UI in the most usual way (no smart interaction/wizard/etc)" .
The 4 main methods are:
| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultName(ModelElement element)
Set an element default name.
|
void |
setDefaultName(ModelElement element,
java.lang.String baseName)
Set an element default name.
|
void setDefaultName(ModelElement element)
element - an elementvoid setDefaultName(ModelElement element, java.lang.String baseName)
element - an elementbaseName - the radical to use.