public interface ENamedElement extends EModelElement
The following features are supported:
EcorePackage.getENamedElement()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
java.lang.String getName()
It represents the name of the element.
setName(String)
,
EcorePackage.getENamedElement_Name()