Package com._1c.g5.v8.dt.ql.dcs.model
Interface DcsQuerySchemaSelectQuery
- All Superinterfaces:
AbstractQuerySchemaQuery
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,QuerySchemaSelectQuery
- All Known Implementing Classes:
DcsQuerySchemaSelectQueryImpl
A representation of the model object 'Dcs Query Schema Select Query'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CharacteristicCompositionDataQuerySchema>
org.eclipse.emf.common.util.EList<FilterCompositionDataQuerySchema>
org.eclipse.emf.common.util.EList<DcsExtensionPart>
Returns the value of the 'Extensions' containment reference list.org.eclipse.emf.common.util.EList<SelectFieldsCompositionDataQuerySchema>
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.ql.model.QuerySchemaSelectQuery
getDbViewByThis, getIndexSets, getOperators, getOrderExpressions, getPlacementTable, getTotalControlPoints, getTotalExpressions, isAutoOrder, isCommonTotals, setAutoOrder, setCommonTotals, setDbViewByThis
-
Method Details
-
getExtensions
org.eclipse.emf.common.util.EList<DcsExtensionPart> getExtensions()Returns the value of the 'Extensions' containment reference list. The list contents are of typeDcsExtensionPart
.- Returns:
- the value of the 'Extensions' containment reference list.
- See Also:
-
characteristicsDcs
org.eclipse.emf.common.util.EList<CharacteristicCompositionDataQuerySchema> characteristicsDcs() -
selectFieldsDcs
org.eclipse.emf.common.util.EList<SelectFieldsCompositionDataQuerySchema> selectFieldsDcs() -
filtersDcs
org.eclipse.emf.common.util.EList<FilterCompositionDataQuerySchema> filtersDcs()
-