public interface CustomScriptSelector extends ScriptSelector
The following features are supported:
ItemPackage.getCustomScriptSelector()
Modifier and Type | Method and Description |
---|---|
String |
getScriptEngine()
Returns the value of the 'Script Engine' attribute.
|
void |
setScriptEngine(String value)
Sets the value of the '
Script Engine ' attribute. |
getCode, setCode
String getScriptEngine()
"JavaScript"
.
If the meaning of the 'Script Engine' attribute isn't clear, there really should be more of a description here...
getScriptEngine
in interface ScriptSelector
setScriptEngine(String)
,
ItemPackage.getCustomScriptSelector_ScriptEngine()
void setScriptEngine(String value)
Script Engine
' attribute.
value
- the new value of the 'Script Engine' attribute.getScriptEngine()