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 Summary
All 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DcsPackage.getDataCompositionSchemaDataSource_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getDataSourceType
String 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()
-
setDataSourceType
void 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()
-
getConnectionString
String getConnectionString()
Returns the value of the 'Connection String' attribute.- Returns:
- the value of the 'Connection String' attribute.
- See Also:
setConnectionString(String),DcsPackage.getDataCompositionSchemaDataSource_ConnectionString()
-
setConnectionString
void setConnectionString(String value)
Sets the value of the 'Connection String' attribute.- Parameters:
value- the new value of the 'Connection String' attribute.- See Also:
getConnectionString()
-
-