public interface EAnnotation extends EModelElement
The following features are supported:
EcorePackage.getEAnnotation()| Modifier and Type | Method and Description |
|---|---|
<any> |
getContents()
Returns the value of the 'Contents' containment reference list.
|
<any> |
getDetails()
Returns the value of the 'Details' map.
|
EModelElement |
getEModelElement()
Returns the value of the 'EModel Element' container reference.
|
<any> |
getReferences()
Returns the value of the 'References' reference list.
|
java.lang.String |
getSource()
Returns the value of the 'Source' attribute.
|
void |
setEModelElement(EModelElement value)
Sets the value of the '
EModel Element' container reference. |
void |
setSource(java.lang.String value)
Sets the value of the '
Source' attribute. |
getEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetjava.lang.String getSource()
This will typically be a full URI representing the type of the annotation.
EModelElement.getEAnnotation(String),
setSource(String),
EcorePackage.getEAnnotation_Source()void setSource(java.lang.String value)
Source' attribute.
value - the new value of the 'Source' attribute.getSource()<any> getDetails()
String,
and the value is of type String,
This represents tagged values.
EcorePackage.getEAnnotation_Details()EModelElement getEModelElement()
EAnnotations'.
setEModelElement(EModelElement),
EcorePackage.getEAnnotation_EModelElement(),
EModelElement.getEAnnotations()void setEModelElement(EModelElement value)
EModel Element' container reference.
value - the new value of the 'EModel Element' container reference.getEModelElement()<any> getContents()
EObject.
This represents arbitrary contained objects.
EcorePackage.getEAnnotation_Contents()<any> getReferences()
EObject.
This represents arbitrary referenced objects.
EcorePackage.getEAnnotation_References()Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature