public interface TimerAction extends MasterComponent
The following features are supported:
CommonPackage.getTimerAction()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
long |
getPeriod()
Returns the value of the 'Period' attribute.
|
InputDefinition |
getTargetItem()
Returns the value of the 'Target Item' containment reference.
|
Variant |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPeriod(long value)
Sets the value of the '
Period' attribute. |
void |
setTargetItem(InputDefinition value)
Sets the value of the '
Target Item' containment reference. |
void |
setValue(Variant value)
Sets the value of the '
Value' attribute. |
getMasterOngetArchiveSelector, getCustomizationPipeline, getLevel, getProperties, setArchiveSelector, setCustomizationPipeline, setLevelgetShortDescription, setShortDescriptionlong getPeriod()
"1000".
The generator period in milliseconds
setPeriod(long),
CommonPackage.getTimerAction_Period()void setPeriod(long value)
Period' attribute.
value - the new value of the 'Period' attribute.getPeriod()InputDefinition getTargetItem()
If the meaning of the 'Target Item' containment reference isn't clear, there really should be more of a description here...
setTargetItem(InputDefinition),
CommonPackage.getTimerAction_TargetItem()void setTargetItem(InputDefinition value)
Target Item' containment reference.
value - the new value of the 'Target Item' containment reference.getTargetItem()Variant getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Variant),
CommonPackage.getTimerAction_Value()void setValue(Variant value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()String getName()
"$TIMER_ACTION".
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
CommonPackage.getTimerAction_Name()