Enum Class HowMappings

java.lang.Object
java.lang.Enum<HowMappings>
com.atlassian.jira.pageobjects.framework.util.HowMappings
All Implemented Interfaces:
Serializable, Comparable<HowMappings>, Constable

public enum HowMappings extends Enum<HowMappings>
Mappings for each How to get By
Since:
v4.4
  • Enum Constant Details

  • Method Details

    • values

      public static HowMappings[] 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 HowMappings 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
    • forHow

      public static HowMappings forHow(org.openqa.selenium.support.How how)
    • safeForHow

      public static HowMappings safeForHow(org.openqa.selenium.support.How how)
    • how

      public org.openqa.selenium.support.How how()
    • getBy

      public org.openqa.selenium.By getBy(String locator)
    • getAnnotationValue

      public String getAnnotationValue(Annotation findBy)
    • hasAnnotationValue

      public boolean hasAnnotationValue(Annotation findBy)