Interface Annotation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AnnotationImpl
public interface Annotation
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Annotation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<AnnotationArgument> Returns the value of the 'Arguments' containment reference list.Returns the value of the 'Declaration' reference.void
Sets the value of the 'Declaration
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDeclaration
AnnotationDeclaration getDeclaration()Returns the value of the 'Declaration' reference.- Returns:
- the value of the 'Declaration' reference.
- See Also:
-
setDeclaration
Sets the value of the 'Declaration
' reference.- Parameters:
value
- the new value of the 'Declaration' reference.- See Also:
-
getArguments
org.eclipse.emf.common.util.EList<AnnotationArgument> getArguments()Returns the value of the 'Arguments' containment reference list. The list contents are of typeAnnotationArgument
.- Returns:
- the value of the 'Arguments' containment reference list.
- See Also:
-