public interface SourceItem extends Item
The following features are supported:
OsgiPackage.getSourceItem()| Modifier and Type | Method and Description |
|---|---|
DataAccessConnection |
getConnection()
Returns the value of the 'Connection' reference.
|
String |
getSourceName()
Returns the value of the 'Source Name' attribute.
|
void |
setConnection(DataAccessConnection value)
Sets the value of the '
Connection' reference. |
void |
setSourceName(String value)
Sets the value of the '
Source Name' attribute. |
getInformation, getItemFeatures, getName, setInformation, setNameDataAccessConnection getConnection()
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(DataAccessConnection),
OsgiPackage.getSourceItem_Connection()void setConnection(DataAccessConnection value)
Connection' reference.
value - the new value of the 'Connection' reference.getConnection()String getSourceName()
If the meaning of the 'Source Name' attribute isn't clear, there really should be more of a description here...
setSourceName(String),
OsgiPackage.getSourceItem_SourceName()void setSourceName(String value)
Source Name' attribute.
value - the new value of the 'Source Name' attribute.getSourceName()