Interface AnnotationRef
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AnnotationRefImpl
public interface AnnotationRef
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Annotation Ref'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Annotation' reference.Returns the value of the 'Attribute' reference.org.eclipse.emf.common.util.EList<AnnotationQualifier>Returns the value of the 'Qualifiers' containment reference list.voidsetAnnotation(Annotation value) Sets the value of the 'Annotation' reference.voidsetAttribute(Attribute value) Sets the value of the 'Attribute' 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' reference.- Returns:
- the value of the 'Annotation' reference.
- See Also:
-
setAnnotation
Sets the value of the 'Annotation' reference.- Parameters:
value- the new value of the 'Annotation' reference.- See Also:
-
getAttribute
Attribute getAttribute()Returns the value of the 'Attribute' reference.- Returns:
- the value of the 'Attribute' reference.
- See Also:
-
setAttribute
Sets the value of the 'Attribute' reference.- Parameters:
value- the new value of the 'Attribute' reference.- See Also:
-
getQualifiers
org.eclipse.emf.common.util.EList<AnnotationQualifier> getQualifiers()Returns the value of the 'Qualifiers' containment reference list. The list contents are of typeAnnotationQualifier.- Returns:
- the value of the 'Qualifiers' containment reference list.
- See Also:
-