public interface JvmAnnotationReference
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TypesPackage.getJvmAnnotationReference()| Modifier and Type | Method and Description |
|---|---|
JvmAnnotationType |
getAnnotation()
Returns the value of the 'Annotation' 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 |
JvmAnnotationType getAnnotation()
If the meaning of the 'Annotation' reference isn't clear, there really should be more of a description here...
setAnnotation(JvmAnnotationType),
TypesPackage.getJvmAnnotationReference_Annotation()void setAnnotation(JvmAnnotationType value)
Annotation' reference.
value - the new value of the 'Annotation' reference.getAnnotation()org.eclipse.emf.common.util.EList<JvmAnnotationValue> getValues()
JvmAnnotationValue.
If the meaning of the 'Values' containment reference list isn't clear, there really should be more of a description here...
TypesPackage.getJvmAnnotationReference_Values()