java.lang.Object
java.lang.Enum<Algorithm>
com.evolveum.midpoint.prism.schemaContext.resolver.Algorithm
All Implemented Interfaces:
Serializable, Comparable<Algorithm>, Constable

public enum Algorithm extends Enum<Algorithm>
List of implemented resolver algorithms for schema context.
  • Enum Constant Details

    • RESOURCE_OBJECT_CONTEXT_RESOLVER

      public static final Algorithm RESOURCE_OBJECT_CONTEXT_RESOLVER
    • SHADOW_CONSTRUCTION_CONTEXT_RESOLVER

      public static final Algorithm SHADOW_CONSTRUCTION_CONTEXT_RESOLVER
  • Field Details

    • name

      public final String name
  • Method Details

    • values

      public static Algorithm[] 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 Algorithm 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
    • getName

      public String getName()
    • findAlgorithmByName

      public static Algorithm findAlgorithmByName(String name)