Interface DataCompositionSchemaDataSetObject
-
- All Superinterfaces:
DataSet
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetObjectImpl
public interface DataCompositionSchemaDataSetObject extends DataSet
A representation of the model object 'Data Composition Schema Data Set Object'.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
getObjectName()
Returns the value of the 'Object Name' attribute.void
setDataSource(String value)
Sets the value of the 'Data Source
' attribute.void
setObjectName(String value)
Sets the value of the 'Object Name
' 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.getDataCompositionSchemaDataSetObject_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()
-
getObjectName
String getObjectName()
Returns the value of the 'Object Name' attribute.- Returns:
- the value of the 'Object Name' attribute.
- See Also:
setObjectName(String)
,DcsPackage.getDataCompositionSchemaDataSetObject_ObjectName()
-
setObjectName
void setObjectName(String value)
Sets the value of the 'Object Name
' attribute.- Parameters:
value
- the new value of the 'Object Name' attribute.- See Also:
getObjectName()
-
-