|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated 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()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
EClass |
getScope()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
boolean |
isCanBeCached()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
boolean |
isHasSideEffect()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setCanBeCached(boolean value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setHasSideEffect(boolean value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setScope(EClass value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
| Method Detail |
|---|
@Deprecated EClass getScope()
setScope(EClass),
EFacetPackage.getQuery_Scope()@Deprecated void setScope(EClass value)
Scope' reference.
value - the new value of the 'Scope' reference.getScope()@Deprecated boolean isHasSideEffect()
"false".
This attribute has to be true if the query modify the model.
setHasSideEffect(boolean),
EFacetPackage.getQuery_HasSideEffect()@Deprecated void setHasSideEffect(boolean value)
Has Side Effect' attribute.
value - the new value of the 'Has Side Effect' attribute.isHasSideEffect()@Deprecated 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()@Deprecated void setCanBeCached(boolean value)
Can Be Cached' attribute.
value - the new value of the 'Can Be Cached' attribute.isCanBeCached()@DeprecatedgetParameters()
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 | |||||||||