Class EventNodeType

java.lang.Object
com.aquima.interactions.flow.EventNodeType
All Implemented Interfaces:
Serializable

public final class EventNodeType extends Object implements Serializable
Defines the available event node types.
See Also:
  • Field Details

  • Constructor Details

    • EventNodeType

      public EventNodeType(int id, String name)
  • Method Details

    • valueOf

      public static EventNodeType valueOf(int id)
      Converts an id to the corresponding event node type.
      Parameters:
      id - the id to convert
      Returns:
      EventNodeType instance for the specified id.
      Throws:
      SysException - When id has no corresponding event type.
    • getId

      public int getId()
    • getName

      public String getName()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object