public interface TimerScript
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ComponentPackage.getTimerScript()
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns the value of the 'Code' attribute.
|
long |
getPeriod()
Returns the value of the 'Period' attribute.
|
void |
setCode(String value)
Sets the value of the '
Code ' attribute. |
void |
setPeriod(long value)
Sets the value of the '
Period ' attribute. |
long getPeriod()
"0"
.
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
setPeriod(long)
,
ComponentPackage.getTimerScript_Period()
void setPeriod(long value)
Period
' attribute.
value
- the new value of the 'Period' attribute.getPeriod()
String getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
setCode(String)
,
ComponentPackage.getTimerScript_Code()