public interface Configuration extends InstanceIdentifiable
The following features are supported:
SofiaInstancePackage.getConfiguration()| Modifier and Type | Method and Description |
|---|---|
long |
getDelay()
Returns the value of the 'Delay' attribute.
|
ExecutionPermission |
getPermission()
Returns the value of the 'Permission' attribute.
|
boolean |
isDecoupleNextSteps()
Returns the value of the 'Decouple Next Steps' attribute.
|
void |
setDecoupleNextSteps(boolean value)
Sets the value of the '
Decouple Next Steps' attribute. |
void |
setDelay(long value)
Sets the value of the '
Delay' attribute. |
void |
setPermission(ExecutionPermission value)
Sets the value of the '
Permission' attribute. |
getInstanceId, getInstancenumber, setInstanceId, setInstancenumberlong getDelay()
If the meaning of the 'Delay' attribute isn't clear, there really should be more of a description here...
setDelay(long),
SofiaInstancePackage.getConfiguration_Delay()void setDelay(long value)
Delay' attribute.
value - the new value of the 'Delay' attribute.getDelay()ExecutionPermission getPermission()
ExecutionPermission.
If the meaning of the 'Permission' attribute isn't clear, there really should be more of a description here...
ExecutionPermission,
setPermission(ExecutionPermission),
SofiaInstancePackage.getConfiguration_Permission()void setPermission(ExecutionPermission value)
Permission' attribute.
value - the new value of the 'Permission' attribute.ExecutionPermission,
getPermission()boolean isDecoupleNextSteps()
If the meaning of the 'Decouple Next Steps' attribute isn't clear, there really should be more of a description here...
setDecoupleNextSteps(boolean),
SofiaInstancePackage.getConfiguration_DecoupleNextSteps()void setDecoupleNextSteps(boolean value)
Decouple Next Steps' attribute.
value - the new value of the 'Decouple Next Steps' attribute.isDecoupleNextSteps()Copyright © 2018. All rights reserved.