Interface AnnotatedElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AggregatorDeclaration
,AnnotationDeclaration
,ClassDeclaration
,DatatypeDeclaration
,EnumDeclaration
,FunctionDefinition
,Node
,NodeDeclaration
,Parameter
,ParametricDefinition
,PredicateDefinition
,ReferenceDeclaration
,RuleDefinition
- All Known Implementing Classes:
AggregatorDeclarationImpl
,AnnotationDeclarationImpl
,ClassDeclarationImpl
,DatatypeDeclarationImpl
,EnumDeclarationImpl
,FunctionDefinitionImpl
,NodeDeclarationImpl
,NodeImpl
,ParameterImpl
,PredicateDefinitionImpl
,ReferenceDeclarationImpl
,RuleDefinitionImpl
public interface AnnotatedElement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Annotated Element'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Annotations' containment reference.void
Sets the value of the 'Annotations
' 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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAnnotations
AnnotationContainer getAnnotations()Returns the value of the 'Annotations' containment reference.- Returns:
- the value of the 'Annotations' containment reference.
- See Also:
-
setAnnotations
Sets the value of the 'Annotations
' containment reference.- Parameters:
value
- the new value of the 'Annotations' containment reference.- See Also:
-