-
- 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 UNDEFINEDUndefined status.
CANCELLEDProcess has failed to finish the work on business entry with success.
COMPLETEDProcess has finished the work on business entry with success.
IN_PROGRESSDuring processing.
PRELIMINARYBefore processing.
-
Method Summary
Modifier and Type Method Description final DataEntryStateImplof(String state)Factory method. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
of
final DataEntryStateImpl of(String state)
Factory method.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-