Package ru.nilsoft.tm

Class TMOismHandler.states

  • Enclosing class:
    TMOismHandler

    public static final class TMOismHandler.states
    extends java.lang.Object
    Состояния работы хендлера.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CHECK
      Проверка необходимости обновления ключей.
      static int NOT_ACTIVE
      Не активен.
      static int VALIDATE
      Валидация маркировочного кода.
    • Constructor Summary

      Constructors 
      Constructor Description
      states()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CHECK

        public static final int CHECK
        Проверка необходимости обновления ключей.
        See Also:
        Constant Field Values
      • VALIDATE

        public static final int VALIDATE
        Валидация маркировочного кода.
        See Also:
        Constant Field Values
    • Constructor Detail

      • states

        public states()