public interface XAnnotation extends XExpression
XAnnotationsPackage.getXAnnotation()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.common.types.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(org.eclipse.xtext.common.types.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.
XAnnotationsPackage.getXAnnotation_ElementValuePairs()org.eclipse.xtext.common.types.JvmType getAnnotationType()
setAnnotationType(JvmType),
XAnnotationsPackage.getXAnnotation_AnnotationType()void setAnnotationType(org.eclipse.xtext.common.types.JvmType value)
Annotation Type' reference.
value - the new value of the 'Annotation Type' reference.getAnnotationType()XExpression getValue()
setValue(XExpression),
XAnnotationsPackage.getXAnnotation_Value()void setValue(XExpression value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()