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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getSource()
Returns the value of the 'Source' reference.void
setSource(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Source
' reference.-
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
-
-
-
-
Method Detail
-
getSource
org.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()
-
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:
getSource()
-
-