Interface AdministrationFlowType<F extends Enum<F>>
- All Known Implementing Classes:
AdministrationFlowTypeImpl
public interface AdministrationFlowType<F extends Enum<F>>
- Author:
- Daniel Sagenschneider
-
Method Details
-
getFlowName
String getFlowName()Obtains the name of theFlow.- Returns:
- Name of the
Flow.
-
getIndex
int getIndex()Obtains the index identifying theFlow.- Returns:
- Index identifying the
Flow.
-
getArgumentType
Class<?> getArgumentType()Obtains the type of the argument passed by theAdministrationto theFlow.- Returns:
- Type of argument passed by the
Administration. May benullto indicate no argument.
-
getKey
F getKey()Obtains the key identifying theFlow.- Returns:
- Key identifying the
Flow.
-