Enum Class MatchStatus

java.lang.Object
java.lang.Enum<MatchStatus>
org.emau.icmvc.ttp.epix.common.model.enums.MatchStatus
All Implemented Interfaces:
Serializable, Comparable<MatchStatus>, Constable

public enum MatchStatus extends Enum<MatchStatus>
Author:
geidell
  • Enum Constant Details

    • PERFECT_MATCH

      public static final MatchStatus PERFECT_MATCH
    • MATCH

      public static final MatchStatus MATCH
    • MULTIPLE_MATCH

      public static final MatchStatus MULTIPLE_MATCH
    • POSSIBLE_MATCH

      public static final MatchStatus POSSIBLE_MATCH
    • NO_MATCH

      public static final MatchStatus NO_MATCH
    • MATCH_ERROR

      public static final MatchStatus MATCH_ERROR
    • EXTERNAL_MATCH

      public static final MatchStatus EXTERNAL_MATCH
    • PERFECT_MATCH_WITH_UPDATE

      public static final MatchStatus PERFECT_MATCH_WITH_UPDATE
  • Method Details

    • values

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