Uses of Class
jp.vmi.selenium.selenese.subcommand.GetSelected.Type
-
Packages that use GetSelected.Type Package Description jp.vmi.selenium.selenese.subcommand -
-
Uses of GetSelected.Type in jp.vmi.selenium.selenese.subcommand
Methods in jp.vmi.selenium.selenese.subcommand that return GetSelected.Type Modifier and Type Method Description static GetSelected.TypeGetSelected.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GetSelected.Type[]GetSelected.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jp.vmi.selenium.selenese.subcommand with parameters of type GetSelected.Type Constructor Description GetSelected(GetSelected.Type type, boolean isMultiple)Constructor.
-