public interface ScriptReference extends Script
The following features are supported:
ScriptPackage.getScriptReference()
Modifier and Type | Method and Description |
---|---|
Script |
getReference()
Returns the value of the 'Reference' reference.
|
void |
setReference(Script value)
Sets the value of the '
Reference ' reference. |
getLanguage, getSource
Script getReference()
If the meaning of the 'Reference' reference isn't clear, there really should be more of a description here...
setReference(Script)
,
ScriptPackage.getScriptReference_Reference()
void setReference(Script value)
Reference
' reference.
value
- the new value of the 'Reference' reference.getReference()