|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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()
Returns the value of the 'Exception' attribute. |
|
getParameterValues()
Returns the value of the 'Parameter Values' containment reference list. |
Query |
getQuery()
Returns the value of the 'Query' reference. |
java.lang.Object |
getResult()
Returns the value of the 'Result' attribute. |
EObject |
getScope()
Returns the value of the 'Scope' reference. |
EObject |
getSource()
Returns the value of the 'Source' reference. |
void |
setException(java.lang.Exception value)
Sets the value of the ' Exception' attribute. |
void |
setQuery(Query value)
Sets the value of the ' Query' reference. |
void |
setResult(java.lang.Object value)
Sets the value of the ' Result' attribute. |
void |
setScope(EObject value)
Sets the value of the ' Scope' reference. |
void |
setSource(EObject value)
Sets the value of the ' Source' reference. |
| Method Detail |
|---|
Query getQuery()
setQuery(Query),
EFacetPackage.getQueryResult_Query()void setQuery(Query value)
Query' reference.
value - the new value of the 'Query' reference.getQuery()EObject getScope()
setScope(EObject),
EFacetPackage.getQueryResult_Scope()void setScope(EObject value)
Scope' reference.
value - the new value of the 'Scope' reference.getScope()getParameterValues()
ParameterValue.
This is the list of the values given as parameters for the query execution.
EFacetPackage.getQueryResult_ParameterValues()java.lang.Object getResult()
setResult(Object),
EFacetPackage.getQueryResult_Result()void setResult(java.lang.Object value)
Result' attribute.
value - the new value of the 'Result' attribute.getResult()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()void setException(java.lang.Exception value)
Exception' attribute.
value - the new value of the 'Exception' attribute.getException()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()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 | |||||||||