Enum Class MessageCorrelationResultType

java.lang.Object
java.lang.Enum<MessageCorrelationResultType>
org.camunda.bpm.engine.runtime.MessageCorrelationResultType
All Implemented Interfaces:
Serializable, Comparable<MessageCorrelationResultType>, Constable

public enum MessageCorrelationResultType extends Enum<MessageCorrelationResultType>
The message correlation result type indicates which type of message correlation result is returned after a message correlation. A message may be correlated to either a waiting execution (BPMN receive message event) or a process definition (BPMN message start event). The result type indicates which correlation was performed.
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Enum Constant Details

  • Method Details

    • values

      public static MessageCorrelationResultType[] 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 MessageCorrelationResultType 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