Interface DataCompositionSchemaDataSetQuery
-
- All Superinterfaces:
DataSet
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetQueryImpl
public interface DataCompositionSchemaDataSetQuery extends DataSet
A representation of the model object 'Data Composition Schema Data Set Query'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataSource()
Returns the value of the 'Data Source' attribute.String
getQuery()
Returns the value of the 'Query' attribute.boolean
isAutoFillAvailableFields()
Returns the value of the 'Auto Fill Available Fields' attribute.boolean
isUseQueryGroupIfPossible()
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
setQuery(String value)
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
-
-
-
-
Method Detail
-
getDataSource
String getDataSource()
Returns the value of the 'Data Source' attribute.- Returns:
- the value of the 'Data Source' attribute.
- See Also:
setDataSource(String)
,DcsPackage.getDataCompositionSchemaDataSetQuery_DataSource()
-
setDataSource
void setDataSource(String value)
Sets the value of the 'Data Source
' attribute.- Parameters:
value
- the new value of the 'Data Source' attribute.- See Also:
getDataSource()
-
getQuery
String getQuery()
Returns the value of the 'Query' attribute.- Returns:
- the value of the 'Query' attribute.
- See Also:
setQuery(String)
,DcsPackage.getDataCompositionSchemaDataSetQuery_Query()
-
setQuery
void setQuery(String value)
Sets the value of the 'Query
' attribute.- Parameters:
value
- the new value of the 'Query' attribute.- See Also:
getQuery()
-
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(boolean)
,DcsPackage.getDataCompositionSchemaDataSetQuery_AutoFillAvailableFields()
-
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:
isAutoFillAvailableFields()
-
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(boolean)
,DcsPackage.getDataCompositionSchemaDataSetQuery_UseQueryGroupIfPossible()
-
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:
isUseQueryGroupIfPossible()
-
-