Class CaseEventType

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

public final class CaseEventType extends Object implements Serializable
This class defines the possible types of case events.
Since:
9.6
Author:
Radu Batori
See Also:
  • Field Details

  • Method Details

    • valueOf

      public static CaseEventType valueOf(String 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