org.eclipse.emf.facet.efacet
Interface QuerySet


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()
          Returns the value of the 'Name' attribute.
  getQueries()
          Returns the value of the 'Queries' containment reference list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getQueries

 getQueries()
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

java.lang.String getName()
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

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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