Class FlowType

java.lang.Object
com.aquima.interactions.flow.FlowType

public class FlowType extends Object
The flow type representing a type of flow.
Since:
7.0
Author:
Jon van Leuven
  • Field Details

    • EMPTY

      public static final FlowType EMPTY
    • FUNCTION

      public static final FlowType FUNCTION
    • EXTERNAL

      public static final FlowType EXTERNAL
    • DCM_WIDGET

      public static final FlowType DCM_WIDGET
    • SINGLE_PAGE

      public static final FlowType SINGLE_PAGE
  • Constructor Details

    • FlowType

      protected FlowType(String name)
  • Method Details

    • forName

      public static FlowType forName(String name)
      Constructs a flow type for the specified name.
      Parameters:
      name - The name which is used to construct the flow type.
      Returns:
      A flow type.
    • getName

      public String getName()
      Returns the name for this flow type.
      Returns:
      The name representation of the flow type.
    • isFunctionFlowType

      public boolean isFunctionFlowType()
    • isExternalFlowType

      public boolean isExternalFlowType()
    • isDcmWidgetFlowType

      public boolean isDcmWidgetFlowType()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object