Interface ProcedureFlowType
- All Known Implementing Classes:
ProcedureFlowTypeImpl
public interface ProcedureFlowType
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getFlowName
String getFlowName()Obtains the name for theProcedureFlowType.- Returns:
- Name for the
ProcedureFlowType.
-
getArgumentType
Class<?> getArgumentType()- Returns:
- Type of argument passed to
Flow. May benullto indicate no argument.
-