public interface XAnnotation extends XModelElement
The following features are supported:
XcorePackage.getXAnnotation()| Modifier and Type | Method and Description |
|---|---|
EMap<java.lang.String,java.lang.String> |
getDetails()
Returns the value of the 'Details' map.
|
XModelElement |
getModelElement()
Returns the value of the 'Model Element' container reference.
|
XAnnotationDirective |
getSource()
Returns the value of the 'Source' reference
|
void |
setModelElement(XModelElement value)
Sets the value of the '
Model Element' container reference |
void |
setSource(XAnnotationDirective value)
Sets the value of the '
Source' reference |
getAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverXAnnotationDirective getSource()
If the meaning of the 'Source' attribute isn't clear, there really should be more of a description here...
setSource(XAnnotationDirective),
XcorePackage.getXAnnotation_Source()void setSource(XAnnotationDirective value)
Source' reference.
value - the new value of the 'Source' reference.getSource()EMap<java.lang.String,java.lang.String> getDetails()
String,
and the value is of type String,
If the meaning of the 'Details' map isn't clear, there really should be more of a description here...
XcorePackage.getXAnnotation_Details()XModelElement getModelElement()
Annotations'.
If the meaning of the 'Model Element' container reference isn't clear, there really should be more of a description here...
setModelElement(XModelElement),
XcorePackage.getXAnnotation_ModelElement(),
XModelElement.getAnnotations()void setModelElement(XModelElement value)
Model Element' container reference.
value - the new value of the 'Model Element' container reference.getModelElement()