Uses of Class
org.uitnet.testing.smartfwk.common.ReturnType
-
Packages that use ReturnType Package Description org.uitnet.testing.smartfwk.common org.uitnet.testing.smartfwk.database -
-
Uses of ReturnType in org.uitnet.testing.smartfwk.common
Methods in org.uitnet.testing.smartfwk.common that return ReturnType Modifier and Type Method Description static ReturnTypeReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReturnType[]ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReturnType in org.uitnet.testing.smartfwk.database
Methods in org.uitnet.testing.smartfwk.database with parameters of type ReturnType Modifier and Type Method Description com.jayway.jsonpath.DocumentContextAbstractDatabaseActionHandler. executeFunction(String functionName, ReturnType returnType, Object... args)protected abstract StringAbstractDatabaseActionHandler. executeFunctionReturnAsJson(String functionName, ReturnType returnType, Object... args)protected StringSqlDatabaseActionHandler. executeFunctionReturnAsJson(String functionName, ReturnType returnType, Object... args)
-