Interface XAnnotationElementValuePair
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
XAnnotationElementValuePairImpl
public interface XAnnotationElementValuePair extends org.eclipse.emf.ecore.EObjectA representation of the model object 'XAnnotation Element Value Pair'.- Since:
- 2.7
- See Also:
XAnnotationsPackage.getXAnnotationElementValuePair()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
The following features are supported:
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmOperationgetElement()Returns the value of the 'Element' reference.XExpressiongetValue()Returns the value of the 'Value' containment reference.voidsetElement(org.eclipse.xtext.common.types.JvmOperation value)Sets the value of the 'Element' reference.voidsetValue(XExpression value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getValue
XExpression getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(XExpression),XAnnotationsPackage.getXAnnotationElementValuePair_Value()- Model:
- containment="true"
- Generated:
-
setValue
void setValue(XExpression value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()- Generated:
-
getElement
org.eclipse.xtext.common.types.JvmOperation getElement()
Returns the value of the 'Element' reference.- Returns:
- the value of the 'Element' reference.
- See Also:
setElement(JvmOperation),XAnnotationsPackage.getXAnnotationElementValuePair_Element()- Model:
- Generated:
-
setElement
void setElement(org.eclipse.xtext.common.types.JvmOperation value)
Sets the value of the 'Element' reference.- Parameters:
value- the new value of the 'Element' reference.- See Also:
getElement()- Generated:
-
-