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.
|
boolean |
isReadable()
Returns the value of the 'Readable' attribute.
|
boolean |
isWritable()
Returns the value of the 'Writable' attribute.
|
void |
setConnection(Driver value)
Sets the value of the '
Connection ' reference. |
void |
setReadable(boolean value)
Sets the value of the '
Readable ' attribute. |
void |
setSourceName(String value)
Sets the value of the '
Source Name ' attribute. |
void |
setWritable(boolean value)
Sets the value of the '
Writable ' attribute. |
getCustomizationTags, getDataType, getName, setDataType, setName
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, getProperties, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getMasterOn
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()
boolean isReadable()
"true"
.
If the meaning of the 'Readable' attribute isn't clear, there really should be more of a description here...
isReadable
in interface SingleValue
setReadable(boolean)
,
ComponentPackage.getExternalValue_Readable()
void setReadable(boolean value)
Readable
' attribute.
value
- the new value of the 'Readable' attribute.isReadable()
boolean isWritable()
"true"
.
If the meaning of the 'Writable' attribute isn't clear, there really should be more of a description here...
isWritable
in interface SingleValue
setWritable(boolean)
,
ComponentPackage.getExternalValue_Writable()
void setWritable(boolean value)
Writable
' attribute.
value
- the new value of the 'Writable' attribute.isWritable()