public interface ScriptItem extends Item
The following features are supported:
OsgiPackage.getScriptItem()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ItemReference> |
getCommands()
Returns the value of the 'Commands' containment reference list.
|
CodeFragment |
getInitScript()
Returns the value of the 'Init Script' containment reference.
|
org.eclipse.emf.common.util.EList<ItemReference> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
String |
getScriptEngine()
Returns the value of the 'Script Engine' attribute.
|
ScriptTimer |
getTimer()
Returns the value of the 'Timer' containment reference.
|
CodeFragment |
getUpdateScript()
Returns the value of the 'Update Script' containment reference.
|
CodeFragment |
getWriteCommandScript()
Returns the value of the 'Write Command Script' containment reference.
|
void |
setInitScript(CodeFragment value)
Sets the value of the '
Init Script ' containment reference. |
void |
setScriptEngine(String value)
Sets the value of the '
Script Engine ' attribute. |
void |
setTimer(ScriptTimer value)
Sets the value of the '
Timer ' containment reference. |
void |
setUpdateScript(CodeFragment value)
Sets the value of the '
Update Script ' containment reference. |
void |
setWriteCommandScript(CodeFragment value)
Sets the value of the '
Write Command Script ' containment reference. |
getInformation, getItemFeatures, getName, setInformation, setName
org.eclipse.emf.common.util.EList<ItemReference> getInputs()
ItemReference
.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getScriptItem_Inputs()
CodeFragment getInitScript()
If the meaning of the 'Init Script' attribute isn't clear, there really should be more of a description here...
setInitScript(CodeFragment)
,
OsgiPackage.getScriptItem_InitScript()
void setInitScript(CodeFragment value)
Init Script
' containment reference.
value
- the new value of the 'Init Script' containment reference.getInitScript()
CodeFragment getUpdateScript()
If the meaning of the 'Update Script' attribute isn't clear, there really should be more of a description here...
setUpdateScript(CodeFragment)
,
OsgiPackage.getScriptItem_UpdateScript()
void setUpdateScript(CodeFragment value)
Update Script
' containment reference.
value
- the new value of the 'Update Script' containment reference.getUpdateScript()
ScriptTimer getTimer()
If the meaning of the 'Timer' containment reference isn't clear, there really should be more of a description here...
setTimer(ScriptTimer)
,
OsgiPackage.getScriptItem_Timer()
void setTimer(ScriptTimer value)
Timer
' containment reference.
value
- the new value of the 'Timer' containment reference.getTimer()
String getScriptEngine()
"JavaScript"
.
If the meaning of the 'Script Engine' attribute isn't clear, there really should be more of a description here...
setScriptEngine(String)
,
OsgiPackage.getScriptItem_ScriptEngine()
void setScriptEngine(String value)
Script Engine
' attribute.
value
- the new value of the 'Script Engine' attribute.getScriptEngine()
org.eclipse.emf.common.util.EList<ItemReference> getCommands()
ItemReference
.
If the meaning of the 'Commands' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getScriptItem_Commands()
CodeFragment getWriteCommandScript()
If the meaning of the 'Write Command Script' containment reference isn't clear, there really should be more of a description here...
setWriteCommandScript(CodeFragment)
,
OsgiPackage.getScriptItem_WriteCommandScript()
void setWriteCommandScript(CodeFragment value)
Write Command Script
' containment reference.
value
- the new value of the 'Write Command Script' containment reference.getWriteCommandScript()