public interface ScriptTimer
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OsgiPackage.getScriptTimer()| Modifier and Type | Method and Description |
|---|---|
long |
getPeriod()
Returns the value of the 'Period' attribute.
|
CodeFragment |
getScript()
Returns the value of the 'Script' containment reference.
|
void |
setPeriod(long value)
Sets the value of the '
Period' attribute. |
void |
setScript(CodeFragment value)
Sets the value of the '
Script' containment reference. |
CodeFragment getScript()
If the meaning of the 'Script' containment reference isn't clear, there really should be more of a description here...
setScript(CodeFragment),
OsgiPackage.getScriptTimer_Script()void setScript(CodeFragment value)
Script' containment reference.
value - the new value of the 'Script' containment reference.getScript()long getPeriod()
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
setPeriod(long),
OsgiPackage.getScriptTimer_Period()void setPeriod(long value)
Period' attribute.
value - the new value of the 'Period' attribute.getPeriod()