java.lang.Object
java.lang.Enum<Match>
com.evolveum.midpoint.gui.impl.page.admin.cases.component.Match
All Implemented Interfaces:
Serializable, Comparable<Match>, Constable

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

    • NOT_APPLICABLE

      public static final Match NOT_APPLICABLE
    • NONE

      public static final Match NONE
    • PARTIAL

      public static final Match PARTIAL
    • FULL

      public static final Match FULL
  • Method Details

    • values

      public static Match[] 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 Match 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
    • getCss

      public String getCss()