public interface ParametrizedQueryReference
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getParametrizedQueryReference()| Modifier and Type | Method and Description |
|---|---|
PatternCallParameterList |
getParameterList()
Returns the value of the 'Parameter List' containment reference.
|
Pattern |
getQuery()
Returns the value of the 'Query' reference.
|
void |
setParameterList(PatternCallParameterList value)
Sets the value of the '
Parameter List' containment reference. |
void |
setQuery(Pattern value)
Sets the value of the '
Query' reference. |
Pattern getQuery()
If the meaning of the 'Query' reference isn't clear, there really should be more of a description here...
setQuery(Pattern),
VeplPackage.getParametrizedQueryReference_Query()void setQuery(Pattern value)
Query' reference.
value - the new value of the 'Query' reference.getQuery()PatternCallParameterList getParameterList()
If the meaning of the 'Parameter List' containment reference isn't clear, there really should be more of a description here...
setParameterList(PatternCallParameterList),
VeplPackage.getParametrizedQueryReference_ParameterList()void setParameterList(PatternCallParameterList value)
Parameter List' containment reference.
value - the new value of the 'Parameter List' containment reference.getParameterList()