Interface TopLevelAnnotation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement
- All Known Implementing Classes:
TopLevelAnnotationImpl
A representation of the model object 'Top Level Annotation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Annotation' containment reference.voidsetAnnotation(Annotation value) Sets the value of the 'Annotation' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAnnotation
Annotation getAnnotation()Returns the value of the 'Annotation' containment reference.- Returns:
- the value of the 'Annotation' containment reference.
- See Also:
-
setAnnotation
Sets the value of the 'Annotation' containment reference.- Parameters:
value- the new value of the 'Annotation' containment reference.- See Also:
-