Interface DataCompositionSchemaDataSetQuery
- All Superinterfaces:
DataSet
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetQueryImpl
A representation of the model object 'Data Composition Schema Data Set Query'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Source' attribute.getQuery()
Returns the value of the 'Query' attribute.boolean
Returns the value of the 'Auto Fill Available Fields' attribute.boolean
Returns the value of the 'Use Query Group If Possible' attribute.void
setAutoFillAvailableFields
(boolean value) Sets the value of the 'Auto Fill Available Fields
' attribute.void
setDataSource
(String value) Sets the value of the 'Data Source
' attribute.void
Sets the value of the 'Query
' attribute.void
setUseQueryGroupIfPossible
(boolean value) Sets the value of the 'Use Query Group If Possible
' attribute.Methods inherited from interface com._1c.g5.v8.dt.dcs.model.schema.DataSet
getFields, getName, setName
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
-
Method Details
-
getDataSource
String getDataSource()Returns the value of the 'Data Source' attribute.- Returns:
- the value of the 'Data Source' attribute.
- See Also:
-
setDataSource
Sets the value of the 'Data Source
' attribute.- Parameters:
value
- the new value of the 'Data Source' attribute.- See Also:
-
getQuery
String getQuery()Returns the value of the 'Query' attribute.- Returns:
- the value of the 'Query' attribute.
- See Also:
-
setQuery
Sets the value of the 'Query
' attribute.- Parameters:
value
- the new value of the 'Query' attribute.- See Also:
-
isAutoFillAvailableFields
boolean isAutoFillAvailableFields()Returns the value of the 'Auto Fill Available Fields' attribute. The default value is"true"
.- Returns:
- the value of the 'Auto Fill Available Fields' attribute.
- See Also:
-
setAutoFillAvailableFields
void setAutoFillAvailableFields(boolean value) Sets the value of the 'Auto Fill Available Fields
' attribute.- Parameters:
value
- the new value of the 'Auto Fill Available Fields' attribute.- See Also:
-
isUseQueryGroupIfPossible
boolean isUseQueryGroupIfPossible()Returns the value of the 'Use Query Group If Possible' attribute. The default value is"true"
.- Returns:
- the value of the 'Use Query Group If Possible' attribute.
- See Also:
-
setUseQueryGroupIfPossible
void setUseQueryGroupIfPossible(boolean value) Sets the value of the 'Use Query Group If Possible
' attribute.- Parameters:
value
- the new value of the 'Use Query Group If Possible' attribute.- See Also:
-