Interface ManagedObjectFlowType<F extends java.lang.Enum<F>>

    • Method Detail

      • getFlowName

        java.lang.String getFlowName()
        Obtains the name of the Flow.
        Returns:
        Name of the Flow.
      • getKey

        F getKey()
        Obtains the key identifying the Flow.
        Returns:
        Key identifying the Flow.
      • getIndex

        int getIndex()
        Obtains the index identifying the Flow.
        Returns:
        Index identifying the Flow.
      • getArgumentType

        java.lang.Class<?> getArgumentType()
        Obtains the type of the argument passed to the Flow.
        Returns:
        Type of argument passed to the Flow. May be null to indicate no argument.