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, EStructuralFeature.Internal, ETypedElement, GenModelPackage, MappingPackage, 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.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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()

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.