Enum Class RealmType

java.lang.Object
java.lang.Enum<RealmType>
org.openqa.selenium.bidi.script.RealmType
All Implemented Interfaces:
Serializable, Comparable<RealmType>, Constable

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

    • AUDIO_WORKLET

      public static final RealmType AUDIO_WORKLET
    • DEDICATED_WORKER

      public static final RealmType DEDICATED_WORKER
    • PAINT_WORKLET

      public static final RealmType PAINT_WORKLET
    • SERVICE_WORKED

      public static final RealmType SERVICE_WORKED
    • SHARED_WORKED

      public static final RealmType SHARED_WORKED
    • WINDOW

      public static final RealmType WINDOW
    • WORKER

      public static final RealmType WORKER
    • WORKLET

      public static final RealmType WORKLET
  • Method Details

    • values

      public static RealmType[] 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 RealmType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<RealmType>
    • findByName

      public static RealmType findByName(String name)