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 SummaryModifier 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.voidsetConnectionString(String value) Sets the value of the 'Connection String' attribute.voidsetDataSourceType(String value) Sets the value of the 'Data Source Type' attribute.voidSets the value of the 'Name' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getNameString getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
 
- 
setNameSets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
 
- 
getDataSourceTypeString getDataSourceType()Returns the value of the 'Data Source Type' attribute.- Returns:
- the value of the 'Data Source Type' attribute.
- See Also:
 
- 
setDataSourceTypeSets the value of the 'Data Source Type' attribute.- Parameters:
- value- the new value of the 'Data Source Type' attribute.
- See Also:
 
- 
getConnectionStringString getConnectionString()Returns the value of the 'Connection String' attribute.- Returns:
- the value of the 'Connection String' attribute.
- See Also:
 
- 
setConnectionStringSets the value of the 'Connection String' attribute.- Parameters:
- value- the new value of the 'Connection String' attribute.
- See Also:
 
 
-