public interface QueryResultChangeEventPattern extends AbstractAtomicEventPattern
The following features are supported:
VeplPackage.getQueryResultChangeEventPattern()| Modifier and Type | Method and Description |
|---|---|
ParametrizedQueryReference |
getQueryReference()
Returns the value of the 'Query Reference' containment reference.
|
QueryResultChangeType |
getResultChangeType()
Returns the value of the 'Result Change Type' attribute.
|
void |
setQueryReference(ParametrizedQueryReference value)
Sets the value of the '
Query Reference' containment reference. |
void |
setResultChangeType(QueryResultChangeType value)
Sets the value of the '
Result Change Type' attribute. |
getParameters, setParametersgetName, setNameParametrizedQueryReference getQueryReference()
If the meaning of the 'Query Reference' containment reference isn't clear, there really should be more of a description here...
setQueryReference(ParametrizedQueryReference),
VeplPackage.getQueryResultChangeEventPattern_QueryReference()void setQueryReference(ParametrizedQueryReference value)
Query Reference' containment reference.
value - the new value of the 'Query Reference' containment reference.getQueryReference()QueryResultChangeType getResultChangeType()
QueryResultChangeType.
If the meaning of the 'Result Change Type' attribute isn't clear, there really should be more of a description here...
QueryResultChangeType,
setResultChangeType(QueryResultChangeType),
VeplPackage.getQueryResultChangeEventPattern_ResultChangeType()void setResultChangeType(QueryResultChangeType value)
Result Change Type' attribute.
value - the new value of the 'Result Change Type' attribute.QueryResultChangeType,
getResultChangeType()