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
 
 public interface TemplateCall extends NamedElement, AbstractExpression A representation of the model object 'Template Call'.The following features are supported: - See Also:
- RightQlPackage.getTemplateCall()
 
- 
- 
Method SummaryAll 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElementgetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getParamsorg.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()
 
 
- 
 
-