Uses of Class
io.automatiko.engine.api.UserTaskParam.ParamType
-
Packages that use UserTaskParam.ParamType Package Description io.automatiko.engine.api -
-
Uses of UserTaskParam.ParamType in io.automatiko.engine.api
Methods in io.automatiko.engine.api that return UserTaskParam.ParamType Modifier and Type Method Description UserTaskParam.ParamTypevalue()static UserTaskParam.ParamTypeUserTaskParam.ParamType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserTaskParam.ParamType[]UserTaskParam.ParamType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-