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.EObjectA representation of the model object 'Data Composition Schema Data Source'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConnectionString()Returns the value of the 'Connection String' attribute.StringgetDataSourceType()Returns the value of the 'Data Source Type' attribute.StringgetName()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.voidsetName(String value)Sets the value of the 'Name' attribute.
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- DcsPackage.getDataCompositionSchemaDataSource_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getDataSourceTypeString getDataSourceType() Returns the value of the 'Data Source Type' attribute.- Returns:
- the value of the 'Data Source Type' attribute.
- See Also:
- setDataSourceType(String),- DcsPackage.getDataCompositionSchemaDataSource_DataSourceType()
 
 - 
setDataSourceTypevoid setDataSourceType(String value) Sets the value of the 'Data Source Type' attribute.- Parameters:
- value- the new value of the 'Data Source Type' attribute.
- See Also:
- getDataSourceType()
 
 - 
getConnectionStringString getConnectionString() Returns the value of the 'Connection String' attribute.- Returns:
- the value of the 'Connection String' attribute.
- See Also:
- setConnectionString(String),- DcsPackage.getDataCompositionSchemaDataSource_ConnectionString()
 
 - 
setConnectionStringvoid setConnectionString(String value) Sets the value of the 'Connection String' attribute.- Parameters:
- value- the new value of the 'Connection String' attribute.
- See Also:
- getConnectionString()
 
 
- 
 
-