Enum Class DecisionGroupBy

java.lang.Object
java.lang.Enum<DecisionGroupBy>
io.camunda.optimize.service.db.report.plan.decision.DecisionGroupBy
All Implemented Interfaces:
Serializable, Comparable<DecisionGroupBy>, Constable

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

    • DECISION_GROUP_BY_EVALUATION_DATE_TIME

      public static final DecisionGroupBy DECISION_GROUP_BY_EVALUATION_DATE_TIME
    • DECISION_GROUP_BY_MATCHED_RULE

      public static final DecisionGroupBy DECISION_GROUP_BY_MATCHED_RULE
    • DECISION_GROUP_BY_NONE

      public static final DecisionGroupBy DECISION_GROUP_BY_NONE
    • DECISION_GROUP_BY_INPUT_VARIABLE

      public static final DecisionGroupBy DECISION_GROUP_BY_INPUT_VARIABLE
    • DECISION_GROUP_BY_OUTPUT_VARIABLE

      public static final DecisionGroupBy DECISION_GROUP_BY_OUTPUT_VARIABLE
  • Method Details

    • values

      public static DecisionGroupBy[] 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 DecisionGroupBy 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
    • getDto

      public DecisionGroupByDto<?> getDto()