public class ENamedElement extends EModelElement
<complexType name="ENamedElement"> <complexContent> <extension base="{http://www.eclipse.org/emf/2002/Ecore}EModelElement"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
eAnnotations
Constructor and Description |
---|
ENamedElement() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
getEAnnotations