public interface ExternalValue extends SingleValue
The following features are supported:
ComponentPackage.getExternalValue()
Modifier and Type | Method and Description |
---|---|
Driver |
getConnection()
Returns the value of the 'Connection' reference.
|
String |
getSourceName()
Returns the value of the 'Source Name' attribute.
|
void |
setConnection(Driver value)
Sets the value of the '
Connection ' reference. |
void |
setSourceName(String value)
Sets the value of the '
Source Name ' attribute. |
getCustomizationTags, getDataType, getName, setDataType, setName
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
Driver getConnection()
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(Driver)
,
ComponentPackage.getExternalValue_Connection()
void setConnection(Driver 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)
,
ComponentPackage.getExternalValue_SourceName()
void setSourceName(String value)
Source Name
' attribute.
value
- the new value of the 'Source Name' attribute.getSourceName()