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
 
 public interface DerivedFunctionExpression extends FunctionExpression A representation of the model object 'Derived Function Expression'.The following features are supported: - See Also:
- QlPackage.getDerivedFunctionExpression()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetSource()Returns the value of the 'Source' reference.voidsetSource(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Source' reference.- 
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElementgetNameRu, setNameRu
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.FunctionExpressiongetAdditionalParam, getAllowedPeriodType, getMaxNumParams, getMinNumParams, getParamTypes, getReturnType, isAggregate, isDistinct, setAdditionalParam, setAggregate, setDistinct, setMaxNumParams, setMinNumParams, setReturnType
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElementgetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getSourceorg.eclipse.emf.ecore.EObject getSource() Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
- setSource(EObject),- QlPackage.getDerivedFunctionExpression_Source()
 
 - 
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:
- getSource()
 
 
- 
 
-