org.eclipse.xtext.xtend2.xtend2
Interface XtendMember

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, XtendAnnotationTarget
All Known Subinterfaces:
XtendField, XtendFunction
All Known Implementing Classes:
XtendFieldImpl, XtendFieldImplCustom, XtendFunctionImpl, XtendFunctionImplCustom, XtendMemberImpl, XtendMemberImplCustom

public interface XtendMember
extends XtendAnnotationTarget

A representation of the model object 'Xtend Member'.

The following features are supported:

See Also:
Xtend2Package.getXtendMember()
EMF generated code
EMF model element

Method Summary
 XtendAnnotationTarget getAnnotationInfo()
          Returns the value of the 'Annotation Info' containment reference
 void setAnnotationInfo(XtendAnnotationTarget value)
          Sets the value of the 'Annotation Info' containment reference
 
Methods inherited from interface org.eclipse.xtext.xtend2.xtend2.XtendAnnotationTarget
getAnnotations
 
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 Detail

getAnnotationInfo

XtendAnnotationTarget getAnnotationInfo()
Returns the value of the 'Annotation Info' containment reference.

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

Returns:
the value of the 'Annotation Info' containment reference.
See Also:
setAnnotationInfo(XtendAnnotationTarget), Xtend2Package.getXtendMember_AnnotationInfo()
EMF generated code
EMF model element
containment="true"

setAnnotationInfo

void setAnnotationInfo(XtendAnnotationTarget value)
Sets the value of the 'Annotation Info' containment reference.

Parameters:
value - the new value of the 'Annotation Info' containment reference.
See Also:
getAnnotationInfo()
EMF generated code