org.eclipse.emf.facet.efacet
Interface QueryFacetElement

All Superinterfaces:
FacetElement
All Known Subinterfaces:
FacetAttribute, FacetOperation, FacetReference

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 QueryFacetElement
extends FacetElement

A representation of the model object 'Query Facet Element'. A query facet element is a virtual structural feature which value is computed using a query.

The following features are supported:

See Also:
EFacetPackage.getQueryFacetElement()
Generated:
Model:
abstract="true"

Method Summary
 Query getQuery()
          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
 
Methods inherited from interface org.eclipse.emf.facet.efacet.FacetElement
getCategories, getFacet, getOverride, setFacet, setOverride
 

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' containment reference.

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

Returns:
the value of the 'Query' containment reference.
See Also:
setQuery(Query), EFacetPackage.getQueryFacetElement_Query()
Generated:
Model:
containment="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' containment reference.

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