public interface Query
The following features are supported:
ExtensiblePackage.getQuery()| Modifier and Type | Method and Description |
|---|---|
boolean |
isCanBeCached()
Returns the value of the 'Can Be Cached' attribute.
|
boolean |
isCanHaveSideEffects()
Returns the value of the 'Can Have Side Effects' attribute.
|
void |
setCanBeCached(boolean value)
Sets the value of the '
Can Be Cached' attribute. |
void |
setCanHaveSideEffects(boolean value)
Sets the value of the '
Can Have Side Effects' attribute. |
boolean isCanHaveSideEffects()
If the meaning of the 'Can Have Side Effects' attribute isn't clear, there really should be more of a description here...
setCanHaveSideEffects(boolean),
ExtensiblePackage.getQuery_CanHaveSideEffects()void setCanHaveSideEffects(boolean value)
Can Have Side Effects' attribute.
value - the new value of the 'Can Have Side Effects' attribute.isCanHaveSideEffects()boolean isCanBeCached()
If the meaning of the 'Can Be Cached' attribute isn't clear, there really should be more of a description here...
setCanBeCached(boolean),
ExtensiblePackage.getQuery_CanBeCached()void setCanBeCached(boolean value)
Can Be Cached' attribute.
value - the new value of the 'Can Be Cached' attribute.isCanBeCached()