Interface DataCompositionSchemaDataSetObject
- All Superinterfaces:
DataSet
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetObjectImpl
A representation of the model object 'Data Composition Schema Data Set Object'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Source' attribute.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
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:
-
getObjectName
String getObjectName()Returns the value of the 'Object Name' attribute.- Returns:
- the value of the 'Object Name' attribute.
- See Also:
-
setObjectName
Sets the value of the 'Object Name
' attribute.- Parameters:
value
- the new value of the 'Object Name' attribute.- See Also:
-