|
||||||||||
| 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'. A query is the abstract representation of the concept query. This class has to be sub-classed for each existing query language (Java, OCL,...)
The following features are supported:
EFacetPackage.getQuery()| Method Summary | |
|---|---|
|
getParameters()
Returns the value of the 'Parameters' containment reference list. |
EClass |
getScope()
Returns the value of the 'Scope' reference. |
boolean |
isCanBeCached()
Returns the value of the 'Can Be Cached' attribute. |
boolean |
isHasSideEffect()
Returns the value of the 'Has Side Effect' attribute. |
void |
setCanBeCached(boolean value)
Sets the value of the ' Can Be Cached' attribute. |
void |
setHasSideEffect(boolean value)
Sets the value of the ' Has Side Effect' attribute. |
void |
setScope(EClass value)
Sets the value of the ' Scope' reference. |
| Method Detail |
|---|
EClass getScope()
setScope(EClass),
EFacetPackage.getQuery_Scope()void setScope(EClass value)
Scope' reference.
value - the new value of the 'Scope' reference.getScope()boolean isHasSideEffect()
"false".
This attribute has to be true if the query modify the model.
setHasSideEffect(boolean),
EFacetPackage.getQuery_HasSideEffect()void setHasSideEffect(boolean value)
Has Side Effect' attribute.
value - the new value of the 'Has Side Effect' attribute.isHasSideEffect()boolean isCanBeCached()
"false".
The attribute "canBeCached" has to be true if calling a query on the same model element will always return the same result.
setCanBeCached(boolean),
EFacetPackage.getQuery_CanBeCached()void setCanBeCached(boolean value)
Can Be Cached' attribute.
value - the new value of the 'Can Be Cached' attribute.isCanBeCached()getParameters()
Parameter.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
EFacetPackage.getQuery_Parameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||