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 SummaryAll 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.ql.model.QuerySchemaSelectQuerygetDbViewByThis, getIndexes, getOperators, getOrderExpressions, getPlacementTable, getTotalControlPoints, getTotalExpressions, isAutoOrder, isCommonTotals, setAutoOrder, setCommonTotals, setDbViewByThis
 
- 
 
- 
- 
- 
Method Detail- 
getExtensionsorg.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()
 
 - 
characteristicsDcsorg.eclipse.emf.common.util.EList<CharacteristicCompositionDataQuerySchema> characteristicsDcs() 
 - 
selectFieldsDcsorg.eclipse.emf.common.util.EList<SelectFieldsCompositionDataQuerySchema> selectFieldsDcs() 
 - 
filtersDcsorg.eclipse.emf.common.util.EList<FilterCompositionDataQuerySchema> filtersDcs() 
 
- 
 
-