-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ProcessingType extends Enum<ProcessingType>
State type of processing.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PRELIMINARYBefore processing.
IN_PROGRESSDuring processing.
COMPLETEDProcess has finished the work on business entry with success.
CANCELLEDProcess has failed to finish the work on business entry with success.
UNDEFINEDUndefined status.
-
Method Summary
Modifier and Type Method Description final DataEntryStateImplof(String state)Factory method. -
-
Method Detail
-
of
final DataEntryStateImpl of(String state)
Factory method.
-
-
-
-