public interface NamedArgument
extends org.eclipse.emf.ecore.EObject
The following features are supported:
XtextPackage.getNamedArgument()| Modifier and Type | Method and Description |
|---|---|
Parameter |
getParameter()
Returns the value of the 'Parameter' reference.
|
Condition |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isCalledByName()
Returns the value of the 'Called By Name' attribute.
|
void |
setCalledByName(boolean value)
Sets the value of the '
Called By Name' attribute. |
void |
setParameter(Parameter value)
Sets the value of the '
Parameter' reference. |
void |
setValue(Condition value)
Sets the value of the '
Value' containment reference. |
Parameter getParameter()
If the meaning of the 'Parameter' reference isn't clear, there really should be more of a description here...
setParameter(Parameter),
XtextPackage.getNamedArgument_Parameter()void setParameter(Parameter value)
Parameter' reference.
value - the new value of the 'Parameter' reference.getParameter()Condition getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(Condition),
XtextPackage.getNamedArgument_Value()void setValue(Condition value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()boolean isCalledByName()
If the meaning of the 'Called By Name' attribute isn't clear, there really should be more of a description here...
setCalledByName(boolean),
XtextPackage.getNamedArgument_CalledByName()void setCalledByName(boolean value)
Called By Name' attribute.
value - the new value of the 'Called By Name' attribute.isCalledByName()