org.eclipse.emf.facet.efacet
Interface QueryResult


Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@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:

See Also:
EFacetPackage.getQueryResult()
Generated:
Model:

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

getQuery

@Deprecated
Query getQuery()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Query' reference. The reference "query" references the executed query.

Returns:
the value of the 'Query' reference.
See Also:
setQuery(Query), EFacetPackage.getQueryResult_Query()
Generated:
Model:
required="true"

setQuery

@Deprecated
void setQuery(Query value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Query' reference.

Parameters:
value - the new value of the 'Query' reference.
See Also:
getQuery()
Generated:

getScope

@Deprecated
EObject getScope()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Scope' reference. The scope references the model elements on which the query has been applied.

Returns:
the value of the 'Scope' reference.
See Also:
setScope(EObject), EFacetPackage.getQueryResult_Scope()
Generated:
Model:
required="true"

setScope

@Deprecated
void setScope(EObject value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Scope' reference.

Parameters:
value - the new value of the 'Scope' reference.
See Also:
getScope()
Generated:

getParameterValues

@Deprecated
 getParameterValues()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Parameter Values' containment reference list. The list contents are of type ParameterValue. This is the list of the values given as parameters for the query execution.

Returns:
the value of the 'Parameter Values' containment reference list.
See Also:
EFacetPackage.getQueryResult_ParameterValues()
Generated:
Model:
containment="true"

getResult

@Deprecated
java.lang.Object getResult()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Result' attribute. This is the result returned by the query execution.

Returns:
the value of the 'Result' attribute.
See Also:
setResult(Object), EFacetPackage.getQueryResult_Result()
Generated:
Model:

setResult

@Deprecated
void setResult(java.lang.Object value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Result' attribute.

Parameters:
value - the new value of the 'Result' attribute.
See Also:
getResult()
Generated:

getException

@Deprecated
java.lang.Exception getException()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Exception' attribute.

If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exception' attribute.
See Also:
setException(Exception), EFacetPackage.getQueryResult_Exception()
Generated:
Model:
dataType="org.eclipse.emf.facet.efacet.JavaException"

setException

@Deprecated
void setException(java.lang.Exception value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Exception' attribute.

Parameters:
value - the new value of the 'Exception' attribute.
See Also:
getException()
Generated:

getSource

@Deprecated
EObject getSource()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Source' reference.

If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' reference.
See Also:
setSource(EObject), EFacetPackage.getQueryResult_Source()
Generated:
Model:

setSource

@Deprecated
void setSource(EObject value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()
Generated: