org.eclipse.xtext.common.types
Interface JvmAnnotationTarget

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
JvmAnnotationAnnotationValue, JvmAnnotationType, JvmConstructor, JvmDeclaredType, JvmEnumerationLiteral, JvmEnumerationType, JvmExecutable, JvmFeature, JvmField, JvmFormalParameter, JvmGenericType, JvmMember, JvmOperation
All Known Implementing Classes:
JvmAnnotationAnnotationValueImpl, JvmAnnotationAnnotationValueImplCustom, JvmAnnotationTargetImpl, JvmAnnotationTypeImpl, JvmConstructorImpl, JvmConstructorImplCustom, JvmDeclaredTypeImpl, JvmDeclaredTypeImplCustom, JvmEnumerationLiteralImpl, JvmEnumerationLiteralImplCustom, JvmEnumerationTypeImpl, JvmEnumerationTypeImplCustom, JvmExecutableImpl, JvmExecutableImplCustom, JvmFeatureImpl, JvmFieldImpl, JvmFormalParameterImpl, JvmFormalParameterImplCustom, JvmGenericTypeImpl, JvmGenericTypeImplCustom, JvmMemberImpl, JvmMemberImplCustom, JvmOperationImpl

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

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

The following features are supported:

See Also:
TypesPackage.getJvmAnnotationTarget()
EMF generated code
EMF model element
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<JvmAnnotationReference> 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, eInvoke, 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<JvmAnnotationReference> getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of type JvmAnnotationReference. It is bidirectional and its opposite is 'Target'.

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:
TypesPackage.getJvmAnnotationTarget_Annotations(), JvmAnnotationReference.getTarget()
EMF generated code
EMF model element
opposite="target" containment="true" resolveProxies="true"