Interface FunctionEvaluationValue
-
- All Superinterfaces:
ComputationValue
,org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Implementing Classes:
FunctionEvaluationValueImpl
public interface FunctionEvaluationValue extends ComputationValue
A representation of the model object 'Function Evaluation Value'.The following features are supported:
- See Also:
PatternLanguagePackage.getFunctionEvaluationValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpression
getExpression()
Returns the value of the 'Expression' containment reference.boolean
isUnwind()
Returns the value of the 'Unwind' attribute.void
setExpression(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Expression
' containment reference.void
setUnwind(boolean value)
Sets the value of the 'Unwind
' attribute.java.lang.String
toString()
-
-
-
Method Detail
-
getExpression
org.eclipse.xtext.xbase.XExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(XExpression)
,PatternLanguagePackage.getFunctionEvaluationValue_Expression()
- Generated:
- Model:
- containment="true"
-
setExpression
void setExpression(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Expression
' containment reference.- Parameters:
value
- the new value of the 'Expression' containment reference.- See Also:
getExpression()
- Generated:
-
isUnwind
boolean isUnwind()
Returns the value of the 'Unwind' attribute.- Returns:
- the value of the 'Unwind' attribute.
- Since:
- 2.7
- See Also:
setUnwind(boolean)
,PatternLanguagePackage.getFunctionEvaluationValue_Unwind()
- Generated:
- Model:
-
setUnwind
void setUnwind(boolean value)
Sets the value of the 'Unwind
' attribute.- Parameters:
value
- the new value of the 'Unwind' attribute.- Since:
- 2.7
- See Also:
isUnwind()
- Generated:
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceComputationValue
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-