Interface AdministrationFlowType<F extends java.lang.Enum<F>>
-
- All Known Implementing Classes:
AdministrationFlowTypeImpl
public interface AdministrationFlowType<F extends java.lang.Enum<F>>- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getArgumentType()Obtains the type of the argument passed by theAdministrationto theFlow.java.lang.StringgetFlowName()Obtains the name of theFlow.intgetIndex()Obtains the index identifying theFlow.FgetKey()Obtains the key identifying theFlow.
-
-
-
Method Detail
-
getIndex
int getIndex()
Obtains the index identifying theFlow.- Returns:
- Index identifying the
Flow.
-
getArgumentType
java.lang.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.
-
-