Uses of Class
org.bonitasoft.web.client.model.Task.StateEnum
-
Packages that use Task.StateEnum Package Description org.bonitasoft.web.client.model -
-
Uses of Task.StateEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Task.StateEnum Modifier and Type Method Description static Task.StateEnumTask.StateEnum. fromValue(String value)Task.StateEnumTask. getState()the current state of the taskstatic Task.StateEnumTask.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Task.StateEnum[]Task.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type Task.StateEnum Modifier and Type Method Description voidTask. setState(Task.StateEnum state)TaskTask. state(Task.StateEnum state)
-