Uses of Class
io.hyperfoil.api.session.Session.VarType
-
Packages that use Session.VarType Package Description io.hyperfoil.api.session -
-
Uses of Session.VarType in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return Session.VarType Modifier and Type Method Description Session.VarTypeSession.Var. type()static Session.VarTypeSession.VarType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Session.VarType[]Session.VarType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-