org.eclipse.emf.facet.efacet
Interface QuerySet


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 QuerySet

A representation of the model object 'Query Set'.

The following features are supported:

See Also:
EFacetPackage.getQuerySet()
Generated:
Model:
annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='not(self.queries->exists(q1|self.queries->exists(q2|q2<>q1 and q2.name = q1.name and q2.scope=q1.scope and q2.parameters = q1.parameters) and self.queries->forAll(q|q.scope = null)'"

Method Summary
 java.lang.String getName()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
  getQueries()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setName(java.lang.String value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 

Method Detail

getQueries

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

Returns the value of the 'Queries' containment reference list. The list contents are of type Query.

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

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

getName

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

Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EFacetPackage.getQuerySet_Name()
Generated:
Model:

setName

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

Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated: