Uses of Class
jp.vmi.selenium.runner.model.ArgTypes
-
Packages that use ArgTypes Package Description jp.vmi.selenium.runner.model jp.vmi.selenium.runner.model.side jp.vmi.selenium.selenese.command -
-
Uses of ArgTypes in jp.vmi.selenium.runner.model
Methods in jp.vmi.selenium.runner.model that return ArgTypes Modifier and Type Method Description ArgTypesICommandSignature. getTargetType()Get type of target.ArgTypesICommandSignature. getValueType()Get type of value.static ArgTypesArgTypes. lookup(String id)Lookup ArgTypes from string.static ArgTypesArgTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgTypes[]ArgTypes. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ArgTypes in jp.vmi.selenium.runner.model.side
Methods in jp.vmi.selenium.runner.model.side that return ArgTypes Modifier and Type Method Description ArgTypesSideCommandSignature. getTargetType()ArgTypesSideCommandSignature. getValueType()Constructors in jp.vmi.selenium.runner.model.side with parameters of type ArgTypes Constructor Description SideCommandSignature(String id, String name, String description, ArgTypes targetType, ArgTypes valueType)Constructor. -
Uses of ArgTypes in jp.vmi.selenium.selenese.command
Fields in jp.vmi.selenium.selenese.command declared as ArgTypes Modifier and Type Field Description ArgTypesArgumentType. argTypeArgument type of Selenium IDE TNG
-