public class FlowAction
extends java.lang.Object
Constructor and Description |
---|
FlowAction(FlowActionType type)
Flow action constructor based on action type.
|
FlowAction(FlowActionType type,
int data)
Flow action constructor based on action type and data.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getActionData()
Returns action data.
|
FlowActionType |
getActionType()
Returns action type.
|
public FlowAction(FlowActionType type)
type
- flow action type.public FlowAction(FlowActionType type, int data)
type
- flow action type.data
- flow action data.public FlowActionType getActionType()
public java.lang.Object getActionData()