org.eclipse.emf.ecore
Interface ENamedElement
- All Superinterfaces:
- EModelElement, EObject, Notifier
- All Known Subinterfaces:
- EAttribute, EClass, EClassifier, EcorePackage, EDataType, EEnum, EEnumLiteral, EOperation, EPackage, EParameter, EReference, EStructuralFeature, ETypedElement, GenModelPackage, TreePackage
- All Known Implementing Classes:
- ENamedElementImpl
- public interface ENamedElement
- extends EModelElement
A representation of the model object 'ENamed Element'.
The following features are supported:
- See Also:
EcorePackage.getENamedElement()
Method Summary |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
void |
setName(java.lang.String value)
Sets the value of the 'Name ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getName
public java.lang.String getName()
- Returns the value of the 'Name' attribute.
It represents the name of the element.
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,
EcorePackage.getENamedElement_Name()
setName
public void setName(java.lang.String value)
- Sets the value of the '
Name
' attribute.
- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()