public interface IdentifiedElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setName(String value)
Sets the value of the '
Name'
attribute. |
String getName()
setName(String),
DeclarationPackage.getIdentifiedElement_Name()void setName(String value)
Name'
attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
setDescription(String),
DeclarationPackage.getIdentifiedElement_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Copyright © 2020. All rights reserved.