Class TaskType

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

public final class TaskType extends Object implements Serializable
This class defines the possible types of tasks.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Field Details

    • CONDITION

      public static final TaskType CONDITION
      This member defines the CONDITION task type.
    • EVENT

      public static final TaskType EVENT
      This member defines the EVENT task type.
    • GROUP

      public static final TaskType GROUP
      This member defines the GROUP task type.
    • PROCESS

      public static final TaskType PROCESS
      This member defines the PROCESS task type.
    • SIGNAL

      public static final TaskType SIGNAL
      This member defines the SIGNAL task type.
    • TASK

      public static final TaskType TASK
      This member defines the TASK task type.
    • WAIT

      public static final TaskType WAIT
      This member defines the WAIT task type.
  • Method Details

    • valueOf

      public static TaskType valueOf(String name)
      This method may be used to request the type for the specified name.
      Parameters:
      name - The name of the requested type.
      Returns:
      The type for the specified name.
    • getName

      public String getName()
      This method returns the name of the type.
      Returns:
      The name of the 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