public interface XAnnotationElementValuePair
extends org.eclipse.emf.ecore.EObject
XAnnotationsPackage.getXAnnotationElementValuePair()
The following features are supported:
Modifier and Type | Method and Description |
---|---|
JvmOperation |
getElement()
Returns the value of the 'Element' reference
|
XExpression |
getValue()
Returns the value of the 'Value' containment reference
|
void |
setElement(JvmOperation value)
Sets the value of the '
Element ' reference |
void |
setValue(XExpression value)
Sets the value of the '
Value ' containment reference |
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.getXAnnotationElementValuePair_Value()
void setValue(XExpression value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
JvmOperation getElement()
If the meaning of the 'Element' reference isn't clear, there really should be more of a description here...
setElement(JvmOperation)
,
XAnnotationsPackage.getXAnnotationElementValuePair_Element()
void setElement(JvmOperation value)
Element
' reference.
value
- the new value of the 'Element' reference.getElement()