public class AbstractNamedModelElement extends AbstractModelElement implements NamedModelElement
NamedModelElement interface.| Constructor and Description |
|---|
AbstractNamedModelElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of this element, or
null if this element
does not have an associated name. |
void |
setName(java.lang.String name)
Set the name of this model element, or
null if this
model element does not have a name. |
addExtension, getExtensions, getExtras, removeExtension, setExtensions, setExtrasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensions, getExtraspublic java.lang.String getName()
NamedModelElementnull if this element
does not have an associated name.getName in interface NamedModelElementpublic void setName(java.lang.String name)
null if this
model element does not have a name.name - The optional nameCopyright © 2022. All Rights Reserved.