Enum Class HvlBpmnDTEventType

java.lang.Object
java.lang.Enum<HvlBpmnDTEventType>
tr.com.havelsan.javarch.bpmn.dt.event.provider.data.HvlBpmnDTEventType
All Implemented Interfaces:
Serializable, Comparable<HvlBpmnDTEventType>, Constable

public enum HvlBpmnDTEventType extends Enum<HvlBpmnDTEventType> implements Serializable
Contains the types of bpmn transactional event.
  • Enum Constant Details

    • COMPLETE_STEP

      public static final HvlBpmnDTEventType COMPLETE_STEP
      Complete step event type.
    • START_ROLLBACK

      public static final HvlBpmnDTEventType START_ROLLBACK
      Start rollback event type.
    • COMPLETE_ROLLBACK

      public static final HvlBpmnDTEventType COMPLETE_ROLLBACK
      Complete rollback event type.
  • Method Details

    • values

      public static HvlBpmnDTEventType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HvlBpmnDTEventType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null