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
public interface DcsQuerySchemaSelectQuery extends QuerySchemaSelectQuery
A representation of the model object 'Dcs Query Schema Select Query'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CharacteristicCompositionDataQuerySchema>
characteristicsDcs()
org.eclipse.emf.common.util.EList<FilterCompositionDataQuerySchema>
filtersDcs()
org.eclipse.emf.common.util.EList<DcsExtensionPart>
getExtensions()
Returns the value of the 'Extensions' containment reference list.org.eclipse.emf.common.util.EList<SelectFieldsCompositionDataQuerySchema>
selectFieldsDcs()
-
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, getIndexes, getOperators, getOrderExpressions, getPlacementTable, getTotalControlPoints, getTotalExpressions, isAutoOrder, isCommonTotals, setAutoOrder, setCommonTotals, setDbViewByThis
-
-
-
-
Method Detail
-
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:
QlDcsPackage.getDcsQuerySchemaSelectQuery_Extensions()
-
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()
-
-