Uses of Class
com.facilita.fc.web.InputElement.InputElementType
-
Packages that use InputElement.InputElementType Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of InputElement.InputElementType in com.facilita.fc.web
Methods in com.facilita.fc.web that return InputElement.InputElementType Modifier and Type Method Description InputElement.InputElementType
InputElement. getType()
Gets the type of thisInputElement
.static InputElement.InputElementType
InputElement.InputElementType. swigToEnum(int swigValue)
For internal use only.static InputElement.InputElementType
InputElement.InputElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InputElement.InputElementType[]
InputElement.InputElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-