public interface ScriptModule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DetailViewPackage.getScriptModule()
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns the value of the 'Code' attribute.
|
String |
getCodeUri()
Returns the value of the 'Code Uri' attribute.
|
String |
getScriptLanguage()
Returns the value of the 'Script Language' attribute.
|
void |
setCode(String value)
Sets the value of the '
Code ' attribute. |
void |
setCodeUri(String value)
Sets the value of the '
Code Uri ' attribute. |
void |
setScriptLanguage(String value)
Sets the value of the '
Script Language ' attribute. |
String getScriptLanguage()
If the meaning of the 'Script Language' attribute isn't clear, there really should be more of a description here...
The language of the script module. Default is "JavaScript".setScriptLanguage(String)
,
DetailViewPackage.getScriptModule_ScriptLanguage()
void setScriptLanguage(String value)
Script Language
' attribute.
value
- the new value of the 'Script Language' attribute.getScriptLanguage()
String getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
The script code to execute.setCode(String)
,
DetailViewPackage.getScriptModule_Code()
void setCode(String value)
Code
' attribute.
value
- the new value of the 'Code' attribute.getCode()
String getCodeUri()
If the meaning of the 'Code Uri' attribute isn't clear, there really should be more of a description here...
The URL which points to a resource that will be executed as script.setCodeUri(String)
,
DetailViewPackage.getScriptModule_CodeUri()
void setCodeUri(String value)
Code Uri
' attribute.
value
- the new value of the 'Code Uri' attribute.getCodeUri()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.