Interface ManagedObjectFlowType<F extends java.lang.Enum<F>>
-
- All Known Implementing Classes:
ManagedObjectFlowTypeImpl
public interface ManagedObjectFlowType<F extends java.lang.Enum<F>>Type definitionof aFlowinstigated by theManagedObjectSourceor one of itsManagedFunctioninstances.- 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 to theFlow.java.lang.StringgetFlowName()Obtains the name of theFlow.intgetIndex()Obtains the index identifying theFlow.FgetKey()Obtains the key identifying theFlow.
-