org.eclipse.emf.facet.efacet
Interface QueryFacetElement

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

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()
          Returns the value of the 'Query' containment reference.
 void setQuery(Query value)
          Sets the value of the 'Query' containment reference.
 
Methods inherited from interface org.eclipse.emf.facet.efacet.FacetElement
getCategories, getFacet, getOverride, setFacet, setOverride
 

Method Detail

getQuery

Query getQuery()
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

void setQuery(Query value)
Sets the value of the 'Query' containment reference.

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