Package com._1c.g5.v8.dt.right.ql.model
Interface TemplateCall
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TemplateCallImpl
public interface TemplateCall extends NamedElement
A representation of the model object 'Template Call'.The following features are supported:
- See Also:
RightQlPackage.getTemplateCall()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractExpression>
getParams()
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
-
-
-
-
Method Detail
-
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:
RightQlPackage.getTemplateCall_Params()
-
-