Package org.eclipse.xtext
Interface NamedArgument
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NamedArgumentImpl
public interface NamedArgument extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Named Argument'.The following features are supported:
- Since:
- 2.9
- See Also:
XtextPackage.getNamedArgument()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametergetParameter()Returns the value of the 'Parameter' reference.ConditiongetValue()Returns the value of the 'Value' containment reference.booleanisCalledByName()Returns the value of the 'Called By Name' attribute.voidsetCalledByName(boolean value)Sets the value of the 'Called By Name' attribute.voidsetParameter(Parameter value)Sets the value of the 'Parameter' reference.voidsetValue(Condition value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getParameter
Parameter getParameter()
Returns the value of the 'Parameter' reference.If the meaning of the 'Parameter' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter' reference.
- See Also:
setParameter(Parameter),XtextPackage.getNamedArgument_Parameter()- Model:
- Generated:
-
setParameter
void setParameter(Parameter value)
Sets the value of the 'Parameter' reference.- Parameters:
value- the new value of the 'Parameter' reference.- See Also:
getParameter()- Generated:
-
getValue
Condition getValue()
Returns the value of the 'Value' containment reference.If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Condition),XtextPackage.getNamedArgument_Value()- Model:
- containment="true"
- Generated:
-
setValue
void setValue(Condition value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()- Generated:
-
isCalledByName
boolean isCalledByName()
Returns the value of the 'Called By Name' attribute.If the meaning of the 'Called By Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Called By Name' attribute.
- See Also:
setCalledByName(boolean),XtextPackage.getNamedArgument_CalledByName()- Model:
- Generated:
-
setCalledByName
void setCalledByName(boolean value)
Sets the value of the 'Called By Name' attribute.- Parameters:
value- the new value of the 'Called By Name' attribute.- See Also:
isCalledByName()- Generated:
-
-