public interface XAnnotation extends XExpression
The following features are supported:
XAnnotationsPackage.getXAnnotation()| Modifier and Type | Method and Description | 
|---|---|
JvmType | 
getAnnotationType()
Returns the value of the 'Annotation Type' reference 
 | 
org.eclipse.emf.common.util.EList<XAnnotationElementValuePair> | 
getElementValuePairs()
Returns the value of the 'Element Value Pairs' containment reference list. 
 | 
XExpression | 
getValue()
Returns the value of the 'Value' containment reference 
 | 
void | 
setAnnotationType(JvmType value)
Sets the value of the ' 
Annotation Type' reference | 
void | 
setValue(XExpression value)
Sets the value of the ' 
Value' containment reference | 
org.eclipse.emf.common.util.EList<XAnnotationElementValuePair> getElementValuePairs()
XAnnotationElementValuePair.
 
 If the meaning of the 'Element Value Pairs' containment reference list isn't clear, there really should be more of a description here...
XAnnotationsPackage.getXAnnotation_ElementValuePairs()JvmType getAnnotationType()
If the meaning of the 'Annotation Type' reference isn't clear, there really should be more of a description here...
setAnnotationType(JvmType), 
XAnnotationsPackage.getXAnnotation_AnnotationType()void setAnnotationType(JvmType value)
Annotation Type' reference.
 
 value - the new value of the 'Annotation Type' reference.getAnnotationType()XExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XExpression), 
XAnnotationsPackage.getXAnnotation_Value()void setValue(XExpression value)
Value' containment reference.
 
 value - the new value of the 'Value' containment reference.getValue()