Class ProcedureFlowTypeImpl
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedureFlowTypeImpl
- All Implemented Interfaces:
ProcedureFlowType
ProcedureFlowType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProcedureFlowTypeImpl
Instantiate.- Parameters:
flowName- Name of theFlow.argumentType- Argument type.
-
-
Method Details
-
getFlowName
Description copied from interface:ProcedureFlowTypeObtains the name for theProcedureFlowType.- Specified by:
getFlowNamein interfaceProcedureFlowType- Returns:
- Name for the
ProcedureFlowType.
-
getArgumentType
Description copied from interface:ProcedureFlowType- Specified by:
getArgumentTypein interfaceProcedureFlowType- Returns:
- Type of argument passed to
Flow. May benullto indicate no argument.
-