|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query
A representation of the model object 'Query'. Query is the abstract representation of the concept of query. This class has to be sub-classed for each existing query language (Java, OCL, etc.)
The following features are supported:
ExtensiblePackage.getQuery()| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||