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
 
 public interface FunctionInvocationExpression extends AbstractExpression A representation of the model object 'Function Invocation Expression'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionExpressiongetFunctionType()Returns the value of the 'Function Type' reference.org.eclipse.emf.common.util.EList<AbstractExpression>getParams()Returns the value of the 'Params' containment reference list.booleanisDistinct()Returns the value of the 'Distinct' attribute.voidsetDistinct(boolean value)Sets the value of the 'Distinct' attribute.voidsetFunctionType(FunctionExpression value)Sets the value of the 'Function Type' reference.
 
- 
- 
- 
Method Detail- 
getFunctionTypeFunctionExpression getFunctionType() Returns the value of the 'Function Type' reference.- Returns:
- the value of the 'Function Type' reference.
- See Also:
- setFunctionType(FunctionExpression),- QlPackage.getFunctionInvocationExpression_FunctionType()
 
 - 
setFunctionTypevoid setFunctionType(FunctionExpression value) Sets the value of the 'Function Type' reference.- Parameters:
- value- the new value of the 'Function Type' reference.
- See Also:
- getFunctionType()
 
 - 
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:
- QlPackage.getFunctionInvocationExpression_Params()
 
 - 
isDistinctboolean isDistinct() Returns the value of the 'Distinct' attribute.- Returns:
- the value of the 'Distinct' attribute.
- See Also:
- setDistinct(boolean),- QlPackage.getFunctionInvocationExpression_Distinct()
 
 - 
setDistinctvoid setDistinct(boolean value) Sets the value of the 'Distinct' attribute.- Parameters:
- value- the new value of the 'Distinct' attribute.
- See Also:
- isDistinct()
 
 
- 
 
-