public class EModelElement extends EObject
<complexType name="EModelElement">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}EObject">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="eAnnotations" type="{http://www.eclipse.org/emf/2002/Ecore}EAnnotation"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EAnnotation> |
eAnnotations |
| Constructor and Description |
|---|
EModelElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EAnnotation> |
getEAnnotations()
Gets the value of the eAnnotations property.
|
protected java.util.List<EAnnotation> eAnnotations
public java.util.List<EAnnotation> getEAnnotations()
set method for the eAnnotations property.
For example, to add a new item, do as follows:
getEAnnotations().add(newItem);Objects of the following type(s) are allowed in the list
EAnnotation