Class ManagedObjectFlowTypeImpl<F extends java.lang.Enum<F>>

    • Constructor Detail

      • ManagedObjectFlowTypeImpl

        public ManagedObjectFlowTypeImpl​(int index,
                                         java.lang.Class<?> argumentType,
                                         F key,
                                         java.lang.String label)
        Initiate for a ManagedObjectFlowType invoked from a ManagedFunction added by the ManagedObjectSource.
        Parameters:
        index - Index identifying this flow.
        argumentType - Type of argument given to this flow. May be null.
        key - Key identifying this flow. May be null.
        label - Label describing this flow. May be null.