org.eclipse.xtend.core.xtend
Interface XtendAnnotationTarget

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XtendClass, XtendConstructor, XtendField, XtendFunction, XtendMember, XtendParameter
All Known Implementing Classes:
XtendAnnotationTargetImpl, XtendClassImpl, XtendClassImplCustom, XtendConstructorImpl, XtendFieldImpl, XtendFunctionImpl, XtendMemberImpl, XtendMemberImplCustom, XtendParameterImpl

public interface XtendAnnotationTarget
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Annotation Target'.

The following features are supported:

See Also:
XtendPackage.getXtendAnnotationTarget()
EMF generated code
EMF model element
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<XAnnotation> getAnnotations()
          Returns the value of the 'Annotations' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAnnotations

org.eclipse.emf.common.util.EList<XAnnotation> getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of type XAnnotation.

If the meaning of the 'Annotations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Annotations' containment reference list.
See Also:
XtendPackage.getXtendAnnotationTarget_Annotations()
EMF generated code
EMF model element
containment="true"