public interface CustomScriptCustomizationPipeline extends ScriptCustomizationPipeline
The following features are supported:
| 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, setCodecustomizeString 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 ScriptCustomizationPipelinesetScriptEngine(String),
ItemPackage.getCustomScriptCustomizationPipeline_ScriptEngine()void setScriptEngine(String value)
Script Engine' attribute.
value - the new value of the 'Script Engine' attribute.getScriptEngine()