Enum Class RoleAnalysisSortMode

java.lang.Object
java.lang.Enum<RoleAnalysisSortMode>
com.evolveum.midpoint.common.mining.utils.values.RoleAnalysisSortMode
All Implemented Interfaces:
Serializable, Comparable<RoleAnalysisSortMode>, Constable

public enum RoleAnalysisSortMode extends Enum<RoleAnalysisSortMode> implements Serializable
Enumeration representing different sorting modes for role analysis.

This enum provides sorting modes for role analysis, including JACCARD, FREQUENCY, and NONE.

  • Enum Constant Details

  • Method Details

    • values

      public static RoleAnalysisSortMode[] 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 RoleAnalysisSortMode 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
    • getDisplayString

      public String getDisplayString()