Package com._1c.g5.v8.dt.ql.model
Interface DerivedFunctionExpression
- All Superinterfaces:
AbstractExpression
,DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,FunctionExpression
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DerivedFunctionExpressionImpl
A representation of the model object 'Derived Function Expression'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.ql.model.FunctionExpression
getAdditionalParam, getAllowedPeriodType, getMaxNumParams, getMinNumParams, getParamTypes, getReturnType, isAggregate, isDistinct, setAdditionalParam, setAggregate, setDistinct, setMaxNumParams, setMinNumParams, setReturnType
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
org.eclipse.emf.ecore.EObject getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
-
setSource
void setSource(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
-