org.eclipse.xtext.common.types
Interface JvmAnnotationReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JvmAnnotationReferenceImpl

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

A representation of the model object 'Jvm Annotation Reference'.

The following features are supported:

See Also:
TypesPackage.getJvmAnnotationReference()
EMF generated code
EMF model element

Method Summary
 JvmAnnotationType getAnnotation()
          Returns the value of the 'Annotation' reference
 JvmAnnotationTarget getTarget()
          Returns the value of the 'Target' container reference.
 org.eclipse.emf.common.util.EList<JvmAnnotationValue> getValues()
          Returns the value of the 'Values' containment reference list.
 void setAnnotation(JvmAnnotationType value)
          Sets the value of the 'Annotation' reference
 void setTarget(JvmAnnotationTarget value)
          Sets the value of the 'Target' container 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 Detail

getAnnotation

JvmAnnotationType getAnnotation()
Returns the value of the 'Annotation' reference.

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

Returns:
the value of the 'Annotation' reference.
See Also:
setAnnotation(JvmAnnotationType), TypesPackage.getJvmAnnotationReference_Annotation()
EMF generated code
EMF model element

setAnnotation

void setAnnotation(JvmAnnotationType value)
Sets the value of the 'Annotation' reference.

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

getTarget

JvmAnnotationTarget getTarget()
Returns the value of the 'Target' container reference. It is bidirectional and its opposite is 'Annotations'.

If the meaning of the 'Target' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' container reference.
See Also:
setTarget(JvmAnnotationTarget), TypesPackage.getJvmAnnotationReference_Target(), JvmAnnotationTarget.getAnnotations()
EMF generated code
EMF model element
opposite="annotations" transient="false"

setTarget

void setTarget(JvmAnnotationTarget value)
Sets the value of the 'Target' container reference.

Parameters:
value - the new value of the 'Target' container reference.
See Also:
getTarget()
EMF generated code

getValues

org.eclipse.emf.common.util.EList<JvmAnnotationValue> getValues()
Returns the value of the 'Values' containment reference list. The list contents are of type JvmAnnotationValue.

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

Returns:
the value of the 'Values' containment reference list.
See Also:
TypesPackage.getJvmAnnotationReference_Values()
EMF generated code
EMF model element
containment="true" resolveProxies="true"