Uses of Class
fr.gouv.vitam.processing.common.model.WorkerTaskState
-
Packages that use WorkerTaskState Package Description fr.gouv.vitam.processing.common.model Provides common Model classes for the Processing module. -
-
Uses of WorkerTaskState in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return WorkerTaskState Modifier and Type Method Description static WorkerTaskState
WorkerTaskState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WorkerTaskState[]
WorkerTaskState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-