Package com._1c.g5.v8.dt.ql.model
Interface FunctionInvocationExpression
- All Superinterfaces:
- AbstractExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- FunctionInvocationExpressionImpl
 A representation of the model object 'Function Invocation Expression'.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Function Type' reference.org.eclipse.emf.common.util.EList<AbstractExpression>Returns the value of the 'Params' containment reference list.booleanReturns the value of the 'Distinct' attribute.voidsetDistinct(boolean value) Sets the value of the 'Distinct' attribute.voidSets the value of the 'Function Type' reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getFunctionTypeFunctionExpression getFunctionType()Returns the value of the 'Function Type' reference.- Returns:
- the value of the 'Function Type' reference.
- See Also:
 
- 
setFunctionTypeSets the value of the 'Function Type' reference.- Parameters:
- value- the new value of the 'Function Type' reference.
- See Also:
 
- 
getParamsorg.eclipse.emf.common.util.EList<AbstractExpression> getParams()Returns the value of the 'Params' containment reference list. The list contents are of typeAbstractExpression.- Returns:
- the value of the 'Params' containment reference list.
- See Also:
 
- 
isDistinctboolean isDistinct()Returns the value of the 'Distinct' attribute.- Returns:
- the value of the 'Distinct' attribute.
- See Also:
 
- 
setDistinctvoid setDistinct(boolean value) Sets the value of the 'Distinct' attribute.- Parameters:
- value- the new value of the 'Distinct' attribute.
- See Also:
 
 
-