|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface QueryResult
A representation of the model object 'Query Result'. This class represents the result of a query execution.
The following features are supported:
EFacetPackage.getQueryResult()| Method Summary | |
|---|---|
java.lang.Exception |
getException()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
|
getParameterValues()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
Query |
getQuery()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
java.lang.Object |
getResult()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
EObject |
getScope()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
EObject |
getSource()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setException(java.lang.Exception value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setQuery(Query value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setResult(java.lang.Object value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setScope(EObject value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
void |
setSource(EObject value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel |
| Method Detail |
|---|
@Deprecated Query getQuery()
setQuery(Query),
EFacetPackage.getQueryResult_Query()@Deprecated void setQuery(Query value)
Query' reference.
value - the new value of the 'Query' reference.getQuery()@Deprecated EObject getScope()
setScope(EObject),
EFacetPackage.getQueryResult_Scope()@Deprecated void setScope(EObject value)
Scope' reference.
value - the new value of the 'Scope' reference.getScope()@DeprecatedgetParameterValues()
ParameterValue.
This is the list of the values given as parameters for the query execution.
EFacetPackage.getQueryResult_ParameterValues()@Deprecated java.lang.Object getResult()
setResult(Object),
EFacetPackage.getQueryResult_Result()@Deprecated void setResult(java.lang.Object value)
Result' attribute.
value - the new value of the 'Result' attribute.getResult()@Deprecated java.lang.Exception getException()
If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...
setException(Exception),
EFacetPackage.getQueryResult_Exception()@Deprecated void setException(java.lang.Exception value)
Exception' attribute.
value - the new value of the 'Exception' attribute.getException()@Deprecated EObject getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(EObject),
EFacetPackage.getQueryResult_Source()@Deprecated void setSource(EObject value)
Source' reference.
value - the new value of the 'Source' reference.getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||