Interface DataCompositionSchemaDataSource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSourceImpl
public interface DataCompositionSchemaDataSource
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Data Source'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Connection String' attribute.Returns the value of the 'Data Source Type' attribute.getName()
Returns the value of the 'Name' attribute.void
setConnectionString
(String value) Sets the value of the 'Connection String
' attribute.void
setDataSourceType
(String value) Sets the value of the 'Data Source Type
' attribute.void
Sets the value of the 'Name
' attribute.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
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getDataSourceType
String getDataSourceType()Returns the value of the 'Data Source Type' attribute.- Returns:
- the value of the 'Data Source Type' attribute.
- See Also:
-
setDataSourceType
Sets the value of the 'Data Source Type
' attribute.- Parameters:
value
- the new value of the 'Data Source Type' attribute.- See Also:
-
getConnectionString
String getConnectionString()Returns the value of the 'Connection String' attribute.- Returns:
- the value of the 'Connection String' attribute.
- See Also:
-
setConnectionString
Sets the value of the 'Connection String
' attribute.- Parameters:
value
- the new value of the 'Connection String' attribute.- See Also:
-