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 Summary
Modifier 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFunctionType
FunctionExpression getFunctionType()Returns the value of the 'Function Type' reference.- Returns:
- the value of the 'Function Type' reference.
- See Also:
-
setFunctionType
Sets the value of the 'Function Type' reference.- Parameters:
value- the new value of the 'Function Type' reference.- See Also:
-
getParams
org.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:
-
isDistinct
boolean isDistinct()Returns the value of the 'Distinct' attribute.- Returns:
- the value of the 'Distinct' attribute.
- See Also:
-
setDistinct
void setDistinct(boolean value) Sets the value of the 'Distinct' attribute.- Parameters:
value- the new value of the 'Distinct' attribute.- See Also:
-