Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaGroupingSets
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- QuerySchemaGroupingSetsImpl
 
 public interface QuerySchemaGroupingSets extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Query Schema Grouping Sets'.The following features are supported: - See Also:
- QlPackage.getQuerySchemaGroupingSets()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<QuerySchemaExpression>getGrouping()Returns the value of the 'Grouping' containment reference list.
 
- 
- 
- 
Method Detail- 
getGroupingorg.eclipse.emf.common.util.EList<QuerySchemaExpression> getGrouping() Returns the value of the 'Grouping' containment reference list. The list contents are of typeQuerySchemaExpression.- Returns:
- the value of the 'Grouping' containment reference list.
- See Also:
- QlPackage.getQuerySchemaGroupingSets_Grouping()
 
 
- 
 
-