Enum Class Select.SelectBy

java.lang.Object
java.lang.Enum<Select.SelectBy>
org.kquiet.browser.action.Select.SelectBy
All Implemented Interfaces:
Serializable, Comparable<Select.SelectBy>, Constable
Enclosing class:
Select

public static enum Select.SelectBy extends Enum<Select.SelectBy>
The way to perform the selecting.
  • Enum Constant Details

    • Index

      public static final Select.SelectBy Index
      Select/deselect the option by index.
    • Value

      public static final Select.SelectBy Value
      Select/deselect the option by value.
    • Text

      public static final Select.SelectBy Text
      Select/deselect the option by text.
  • Method Details

    • values

      public static Select.SelectBy[] 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 Select.SelectBy 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