org.eclipse.xtext.common.types
Interface JvmAnnotationValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
JvmAnnotationAnnotationValue, JvmBooleanAnnotationValue, JvmByteAnnotationValue, JvmCharAnnotationValue, JvmDoubleAnnotationValue, JvmEnumAnnotationValue, JvmFloatAnnotationValue, JvmIntAnnotationValue, JvmLongAnnotationValue, JvmShortAnnotationValue, JvmStringAnnotationValue, JvmTypeAnnotationValue
All Known Implementing Classes:
JvmAnnotationAnnotationValueImpl, JvmAnnotationAnnotationValueImplCustom, JvmAnnotationValueImpl, JvmAnnotationValueImplCustom, JvmBooleanAnnotationValueImpl, JvmByteAnnotationValueImpl, JvmCharAnnotationValueImpl, JvmDoubleAnnotationValueImpl, JvmEnumAnnotationValueImpl, JvmFloatAnnotationValueImpl, JvmIntAnnotationValueImpl, JvmLongAnnotationValueImpl, JvmShortAnnotationValueImpl, JvmStringAnnotationValueImpl, JvmTypeAnnotationValueImpl

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

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

Represents the value of an annotation member.

That is, either the default value of an operation as a member of an annotation type, or the concrete value in an annotation reference is returned.

The following features are supported:

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

Method Summary
 JvmOperation getOperation()
          Returns the value of the 'Operation' reference
 java.lang.String getValueName()
           
 void setOperation(JvmOperation value)
          Sets the value of the 'Operation' 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

getOperation

JvmOperation getOperation()
Returns the value of the 'Operation' reference.

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

Returns:
the value of the 'Operation' reference.
See Also:
setOperation(JvmOperation), TypesPackage.getJvmAnnotationValue_Operation()
EMF generated code
EMF model element

setOperation

void setOperation(JvmOperation value)
Sets the value of the 'Operation' reference.

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

getValueName

java.lang.String getValueName()

EMF generated code
EMF model element
kind="operation"