Enum Class PublicationMetadata.NotificationEvent

java.lang.Object
java.lang.Enum<PublicationMetadata.NotificationEvent>
com.orchestranetworks.workflow.PublicationMetadata.NotificationEvent
All Implemented Interfaces:
Serializable, Comparable<PublicationMetadata.NotificationEvent>, Constable
Enclosing class:
PublicationMetadata

public static enum PublicationMetadata.NotificationEvent extends Enum<PublicationMetadata.NotificationEvent>
Enum representing various notification events in the workflow process. Each enum constant is associated with a specific string key that identifies the event.
  • Enum Constant Details

  • Method Details

    • values

      public static PublicationMetadata.NotificationEvent[] 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 PublicationMetadata.NotificationEvent 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
    • getEvent

      public String getEvent()
      Retrieves the string key associated with the notification event type.
      Returns:
      The string key of the notification event type.