Interface AllowedAction
-
- All Known Implementing Classes:
ActionRef
public interface AllowedAction
Interface describing a representation of the <allowedAction> element of a Process Model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action
getAction()
Get the allowed actionvoid
setAction(Action action)
Set the allowed action
-