public interface AbstractScript extends Script
The following features are supported:
ScriptPackage.getAbstractScript()
Modifier and Type | Method and Description |
---|---|
String |
getSource()
Returns the value of the 'Source' attribute.
|
void |
setSource(String value)
Sets the value of the '
Source ' attribute. |
getLanguage
String getSource()
If the meaning of the 'Source' attribute isn't clear, there really should be more of a description here...
getSource
in interface Script
setSource(String)
,
ScriptPackage.getAbstractScript_Source()
void setSource(String value)
Source
' attribute.
value
- the new value of the 'Source' attribute.getSource()