Class FlowLinkAnnotation


  • public class FlowLinkAnnotation
    extends java.lang.Object
    FlowLink annotation.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • FlowLinkAnnotation

        public FlowLinkAnnotation​(java.lang.String name,
                                  java.lang.String method)
        Instantiate.
        Parameters:
        name - Name of the ManagedObjectFlow.
        method - Name of the method to link the FlowLink.
      • FlowLinkAnnotation

        public FlowLinkAnnotation​(FlowLink flowLink)
        Instantiate.
        Parameters:
        flowLink - FlowLink.
    • Method Detail

      • getMethod

        public java.lang.String getMethod()
        Obtains the name of the method to link the FlowLink.
        Returns:
        Name of the method to link the FlowLink.