Enum Class PresenceReciprocity

java.lang.Object
java.lang.Enum<PresenceReciprocity>
de.hsh.graja.regression.report.PresenceReciprocity
All Implemented Interfaces:
Serializable, Comparable<PresenceReciprocity>, Constable

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

  • Method Details

    • values

      public static PresenceReciprocity[] 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 PresenceReciprocity 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
    • ofTested

      public static PresenceReciprocity ofTested(Boolean presentInExpected, Boolean presentInObserved)
    • ofRecorded

      public static PresenceReciprocity ofRecorded(Boolean present)