Package com._1c.g5.v8.dt.right.ql.model
Interface TemplateCall
- All Superinterfaces:
AbstractExpression
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TemplateCallImpl
A representation of the model object 'Template Call'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<AbstractExpression>
Returns the value of the 'Params' containment reference list.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.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParams
org.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:
-