Uses of Class
org.openrefine.process.Process.State
-
Packages that use Process.State Package Description org.openrefine.process -
-
Uses of Process.State in org.openrefine.process
Methods in org.openrefine.process that return Process.State Modifier and Type Method Description Process.State
Process. getState()
static Process.State
Process.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Process.State[]
Process.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-