Uses of Class
org.cdlib.mrt.zk.BatchState
-
-
Uses of BatchState in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return BatchState Modifier and Type Method Description static BatchState
BatchState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchState[]
BatchState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-