Package 

Enum ProcessingType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PRELIMINARY

      Before processing.

      IN_PROGRESS

      During processing.

      COMPLETED

      Process has finished the work on business entry with success.

      CANCELLED

      Process has failed to finish the work on business entry with success.

      UNDEFINED

      Undefined status.

    • Method Summary

      Modifier and Type Method Description
      final DataEntryStateImpl of(String state) Factory method.
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait