Uses of Class
jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern.Type
-
Packages that use SeleniumUtils.SeleniumPattern.Type Package Description jp.vmi.selenium.selenese.utils -
-
Uses of SeleniumUtils.SeleniumPattern.Type in jp.vmi.selenium.selenese.utils
Fields in jp.vmi.selenium.selenese.utils declared as SeleniumUtils.SeleniumPattern.Type Modifier and Type Field Description SeleniumUtils.SeleniumPattern.TypeSeleniumUtils.SeleniumPattern. typeType of string-matching pattern.Methods in jp.vmi.selenium.selenese.utils that return SeleniumUtils.SeleniumPattern.Type Modifier and Type Method Description static SeleniumUtils.SeleniumPattern.TypeSeleniumUtils.SeleniumPattern.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SeleniumUtils.SeleniumPattern.Type[]SeleniumUtils.SeleniumPattern.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-