Interface NamedElement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DogImpl
,FamilyImpl
,NamedElementImpl
,PersonImpl
,PetImpl
public interface NamedElement extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Named Element'.The following features are supported:
- See Also:
FamiliesPackage.getNamedElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,FamiliesPackage.getNamedElement_Name()
-
-