public interface DataSource extends Node
The following features are supported:
DatasourcesPackage.getDataSource()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataSourceService()
Returns the value of the 'Data Source Service' attribute.
|
<any> |
getDependenciesLibrary()
Returns the value of the 'Dependencies Library' reference list.
|
Query |
getFetchVariableQuery()
Returns the value of the 'Fetch Variable Query' containment reference.
|
<any> |
getLibraryConfigurations()
Returns the value of the 'Library Configurations' containment reference list.
|
<any> |
getQueries()
Returns the value of the 'Queries' containment reference list.
|
GeppettoLibrary |
getTargetLibrary()
Returns the value of the 'Target Library' reference.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
void |
setDataSourceService(java.lang.String value)
Sets the value of the '
Data Source Service ' attribute. |
void |
setFetchVariableQuery(Query value)
Sets the value of the '
Fetch Variable Query ' containment reference. |
void |
setTargetLibrary(GeppettoLibrary value)
Sets the value of the '
Target Library ' reference. |
void |
setUrl(java.lang.String value)
Sets the value of the '
Url ' attribute. |
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
java.lang.String getDataSourceService()
If the meaning of the 'Data Source Service' attribute isn't clear, there really should be more of a description here...
setDataSourceService(String)
,
DatasourcesPackage.getDataSource_DataSourceService()
void setDataSourceService(java.lang.String value)
Data Source Service
' attribute.
value
- the new value of the 'Data Source Service' attribute.getDataSourceService()
<any> getLibraryConfigurations()
DataSourceLibraryConfiguration
.
If the meaning of the 'Library Configurations' containment reference list isn't clear, there really should be more of a description here...
DatasourcesPackage.getDataSource_LibraryConfigurations()
java.lang.String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String)
,
DatasourcesPackage.getDataSource_Url()
void setUrl(java.lang.String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
<any> getQueries()
Query
.
If the meaning of the 'Queries' containment reference list isn't clear, there really should be more of a description here...
DatasourcesPackage.getDataSource_Queries()
<any> getDependenciesLibrary()
GeppettoLibrary
.
If the meaning of the 'Dependencies Library' reference list isn't clear, there really should be more of a description here...
DatasourcesPackage.getDataSource_DependenciesLibrary()
GeppettoLibrary getTargetLibrary()
If the meaning of the 'Target Library' reference isn't clear, there really should be more of a description here...
setTargetLibrary(GeppettoLibrary)
,
DatasourcesPackage.getDataSource_TargetLibrary()
void setTargetLibrary(GeppettoLibrary value)
Target Library
' reference.
value
- the new value of the 'Target Library' reference.getTargetLibrary()
Query getFetchVariableQuery()
If the meaning of the 'Fetch Variable Query' containment reference isn't clear, there really should be more of a description here...
setFetchVariableQuery(Query)
,
DatasourcesPackage.getDataSource_FetchVariableQuery()
void setFetchVariableQuery(Query value)
Fetch Variable Query
' containment reference.
value
- the new value of the 'Fetch Variable Query' containment reference.getFetchVariableQuery()