java.lang.Object
java.lang.Enum<MediatorRank>
io.camunda.optimize.service.importing.engine.mediator.MediatorRank
All Implemented Interfaces:
Serializable, Comparable<MediatorRank>, Constable

public enum MediatorRank extends Enum<MediatorRank>
  • Enum Constant Details

    • DEFINITION

      public static final MediatorRank DEFINITION
    • INSTANCE

      public static final MediatorRank INSTANCE
    • INSTANCE_SUB_ENTITIES

      public static final MediatorRank INSTANCE_SUB_ENTITIES
    • IMPORT_META_DATA

      public static final MediatorRank IMPORT_META_DATA
  • Method Details

    • values

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