Class GroupType

java.lang.Object
com.aquima.interactions.process.GroupType
All Implemented Interfaces:
Serializable

public final class GroupType extends Object implements Serializable
This class defines the possible group types.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final GroupType
    This member defines the group type that is used for groups where all branches should be chosen.
    static final GroupType
    This member defines the group type that is used for groups where all branches that have a condition evaluating to true should be chosen.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    This method returns the unique name of the group type.
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • AND

      public static final GroupType AND
      This member defines the group type that is used for groups where all branches should be chosen.
    • OR

      public static final GroupType OR
      This member defines the group type that is used for groups where all branches that have a condition evaluating to true should be chosen.
  • Method Details

    • getName

      public String getName()
      This method returns the unique name of the group type.
      Returns:
      the unique name of the group type.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object