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 SummaryMethods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElementgetNameRu, setNameRuMethods 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 com._1c.g5.v8.dt.ql.model.FunctionExpressiongetAdditionalParam, getAllowedPeriodType, getMaxNumParams, getMinNumParams, getParamTypes, getReturnType, isAggregate, isDistinct, setAdditionalParam, setAggregate, setDistinct, setMaxNumParams, setMinNumParams, setReturnTypeMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElementgetName, setNameMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getSourceorg.eclipse.emf.ecore.EObject getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
 
- 
setSourcevoid 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:
 
 
-